Searched refs:generation (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h55 int32_t generation; member in struct:__db_txnhead
61 int32_t generation; member in struct:__db_txnlist
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c191 headp->generation = 1;
220 elp->generation = hp->generation;
227 * Checks to see if a txnid with the current generation is in the
244 if (p->txnid == txnid && hp->generation == p->generation)
273 * Change the current generation number.
285 * During recovery generation numbers keep track of how many "restart"
293 hp->generation += incr;
312 (u_long)hp->generation);
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm295 $pg->{generation} = $pg_ks->{generation};
355 # Return PG generation number. If PG is specified in the argument, return its
356 # generation, otherwise return snapshot generation.
357 # Snapshot generation is calculated as the total of PG generations
359 sub generation subroutine
361 (scalar @_ == 1 || scalar @_ == 2) or _usage("generation(cookie, [pg])");
365 my @generations = map { $_->{generation} }
372 return ($pg->{generation});
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c68 static int generation; /* Incremented when we add to cache */ variable
200 cachegen = generation;
249 if (generation != cachegen &&
279 ++generation;
384 cachegen = generation;
444 if (generation != cachegen &&
474 ++generation;
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py27 generation#/
53 latest -> generation#
54 Newest backup generation.
56 All files in a given backup generation, with the exception of
618 generation = os.readlink(os.path.join(self.backupdir, 'latest'))
619 self.generation = int(os.path.split(generation)[1])
621 self.generation = 0
657 return os.path.join(self.backupdir, str(self.generation), path)
660 '''Update latest symlink to point to the current generation'''
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h113 uint64_t generation; member in struct:adutils_host
146 uint64_t qadh_gen; /* same as qadh->generation */
H A Dadutils.c603 atomic_inc_64(&adh->generation);
984 new_state->qadh_gen = adh->generation;
1016 if (p->qadh != adh || adh->generation != p->qadh_gen)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm140 module allows automatic generation of the stubs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL280 Table of contents and index generation commands are included in the
/osnet-11/usr/src/lib/libsysevent/
H A Dlibevchannel.c884 * the size required for the current property nvlist generation
885 * (itself returned in the generation member).
888 (buf2 == NULL || uargs.generation != expgen)) {
900 expgen = uargs.generation;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm277 generation of the bootstrap function for the package. To still create
H A DMakeMaker.pm1737 When true, suppresses the generation and addition to the MANIFEST of
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c61 grub_uint64_t generation; member in struct:grub_btrfs_superblock
259 if (i == 0 || grub_le_to_cpu64 (sblock.generation)
260 > grub_le_to_cpu64 (sb->generation))
H A Dext2.c282 grub_uint32_t generation; member in struct:grub_ext4_extent_header
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk179 # all that automatic generation.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL185 Force the generation of fake exit timestamps if dprofpp reports that the
H A Dh2xs.PL239 Will force the generation of test code that uses the older C<Test> module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1383 mktemp() family of temp file generation system calls.
1639 with common tempfile generation C library functions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4356 submissions, file uploads, reading and writing cookies, query string generation
4358 generation utilities are included as well.
5940 CGI.pm HTML generation functions handle escaping. Calling escapeHTML()
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3034 % Index generation facilities
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3792 % Index generation facilities

Completed in 142 milliseconds