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

123

/illumos-gate/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
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmhd.h77 uint32_t generation; member in struct:mhioc_inkeys
89 uint32_t generation; member in struct:mhioc_inkeys32
108 uint32_t generation; member in struct:mhioc_inresvs
120 uint32_t generation; member in struct:mhioc_inresvs32
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c101 uint_t generation; local
132 /* Get the block shift and generation shift values. */
159 block->generation == 0)
173 block->generation = TNF_TAG_GENERATION_NUM;
185 generation = (hint_hi << (32 - wcb->tnfw_w_gen_shift)) |
190 thr_self(), generation, blocknum);
192 if ((prev_gen == generation && prev_block > blocknum) ||
193 prev_gen > generation) {
194 generation = prev_gen;
200 thr_self(), blocknum, generation);
[all...]
H A Dtnf_trace.c189 * Remember schedule record generation number so the distance
193 ((uintptr_t)buffer & TNF_BLOCK_MASK))->generation;
H A Dtrace_funcs.c256 sched_offset = ((sched->record_gen - block->generation) << shift) +
304 ((sched->record_gen - block->generation) << shift) +
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c41 * Note that this event generation is not guaranteed to have a one-to-one
77 * We reset the seconds and generation so that the next time
90 uint32_t seconds, generation; local
92 if (ipmi_sunoem_uptime(smp->sm_hdl, &seconds, &generation) != 0) {
101 * We want to catch cases where the generation number is
103 * a reboot (and the generation number is 0). We also post a
108 generation != smp->sm_generation ||
113 smp->sm_generation = generation;
185 "(generation %u)", smp->sm_seconds, smp->sm_generation);
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c60 uint_t generation; local
69 * Get the current generation number - don't need the
73 generation = hal->generation_count;
92 /* Check that the generation has not changed */
93 if (generation != hal->generation_count) {
111 generation, &err);
148 generation, S1394_CHANNEL_ALLOC_HI,
152 generation, S1394_CHANNEL_ALLOC_LO,
172 bw_alloc_units, generation, &err);
307 * generation ar
313 s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, uint_t flags, uint32_t *old_channels, int *result) argument
519 s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, uint_t flags, uint32_t *old_channels, int *result) argument
703 s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, uint_t generation, int *result) argument
925 s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units, uint_t generation, int *result) argument
[all...]
H A Ds1394_bus_reset.c363 * topology would still be topology tree from the previous generation and
390 * departed in this generation and hal->number_of_nodes reflects
391 * the number of nodes in this generation. Use number_of_nodes that
1333 /* Skip if Bus_Info_Block generation is 0 */
1408 uint_t generation; local
1416 generation = hal->generation_count;
1433 * nodes. This call returns DDI_FAILURE if the generation passed
1438 hal->halinfo.hal_private, mask, generation);
1456 uint_t generation; local
1474 generation
1508 uint_t generation; local
[all...]
/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c51 tnf_uint32_t generation; member in struct:__anon1888
344 bsp->generation = blockp->generation;
371 blockp->generation == TNF_TAG_GENERATION_NUM &&
372 (bsp->generation != TNF_TAG_GENERATION_NUM ||
374 bsp->generation = TNF_TAG_GENERATION_NUM;
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c127 if (block->generation < gen &&
173 block->generation = istag ? TNF_TAG_GENERATION_NUM : gen;
195 block->generation == 0) {
366 /* Calculate generation shift */
401 block->generation = 0;
H A Dtrace_funcs.c194 sched_offset = ((sched->record_gen - block->generation) << shift) +
197 sched_offset = ((sched->record_gen - block->generation) << shift) +
254 ((sched->record_gen - block->generation) << shift) +
261 ((sched->record_gen - block->generation) << shift) +
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c72 static int generation; /* Incremented when we add to cache */ variable
204 cachegen = generation;
253 if (generation != cachegen &&
283 ++generation;
388 cachegen = generation;
448 if (generation != cachegen &&
478 ++generation;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c607 * perturb the generation numbers.
614 * the generation numbers under ire_head_lock so that the lookup gets
615 * either the old ire and old generation number, or a new ire and new
616 * generation number.
987 /* Return generation before dropping lock */
1173 uint_t generation; local
1196 match_args, xmit_hint, ipst, &generation);
1201 generation = *generationp;
1203 generation = IRE_GENERATION_VERIFY;
1222 * Verify that the IRE_IF_CLONE has a consistent generation
1481 uint_t generation; local
[all...]
H A Dip_ftable.c183 /* Return generation before dropping lock */
302 /* Return generation before dropping lock */
1406 uint_t generation; local
1429 match_args, xmit_hint, ipst, &generation);
1434 generation = *generationp;
1436 generation = IRE_GENERATION_VERIFY;
1454 * Verify that the IRE_IF_CLONE has a consistent generation
1489 generations[i] = generation;
1561 &generation);
1583 generations[i-1] = generation;
1723 uint_t generation; local
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py30 generation#/
67 latest -> generation#
68 Newest backup generation.
70 All files in a given backup generation, with the exception of
808 generation = os.readlink(os.path.join(self.backupdir, 'latest'))
809 self.generation = int(os.path.split(generation)[1])
811 self.generation = 0
844 '''Update latest symlink to point to the current generation'''
853 '''Create a new backup generation'''
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis.x107 int generation;
118 int generation;
/illumos-gate/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 */
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c237 src->businfo.generation = FW_GENERATION_CHANGEABLE;
317 /* Bump generation and reload. */
318 src->businfo.generation++;
320 /* Handle generation count wraps. */
321 if (src->businfo.generation < 2)
322 src->businfo.generation = 2;
324 /* Recalculate CRC to account for generation change. */
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c70 uint64_t mask, uint_t generation);
72 uint64_t mask, uint_t generation);
78 static int hci1394_s1394if_csr_cswap32(void *hal_private, uint_t generation,
718 * generation is used to verify that we are have not gotten a bus reset since
723 uint64_t mask, uint_t generation)
744 generation);
779 * generation is used to verify that we are have not gotten a bus reset since
784 uint64_t mask, uint_t generation)
805 generation);
1149 hci1394_s1394if_csr_cswap32(void *hal_private, uint_t generation, uint_ argument
722 hci1394_s1394if_phy_filter_set(void *hal_private, uint64_t mask, uint_t generation) argument
783 hci1394_s1394if_phy_filter_clr(void *hal_private, uint64_t mask, uint_t generation) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h175 int (*csr_cswap32)(void *hal_private, uint_t generation,
179 uint_t generation);
181 uint_t generation);
224 * The maximum value generation can have before
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c636 /* Ensure the modified partition always has a new generation count. */
637 header->generation = __CPU_TO_LE_32(
638 __LE_TO_CPU_32(header->generation) + 1);
642 trailer->generation = header->generation;
716 /* Check generation counts are consistent */
717 if (trailer->generation != header->generation) {
791 header.generation = __CPU_TO_LE_32(1);
802 trailer.generation
1528 uint32_t generation; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h356 uint16_t generation; member in struct:FCFIobj
468 uint16_t generation; member in struct:FCFTable
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c311 spa_all_configs(uint64_t *generation) argument
316 if (*generation == spa_config_generation)
331 *generation = spa_config_generation;

Completed in 147 milliseconds

123