HomeSort by relevance Sort by last modified time
    Searched refs:generation (Results 1 - 25 of 54) sorted by null

1 2 3

  /netvirt/usr/src/cmd/sendmail/db/include/
db_dispatch.h 55 int32_t generation; member in struct:__db_txnhead
61 int32_t generation; member in struct:__db_txnlist
  /netvirt/usr/src/cmd/sendmail/db/db/
db_dispatch.c 191 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;
311 printf("Maxid: %lu Generation: %lu\n", (u_long)hp->maxid
    [all...]
  /netvirt/usr/src/uts/common/sys/
mhd.h 77 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
  /netvirt/usr/src/lib/libtnfprobe/
tnf_buf.c 101 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...]
tnf_trace.c 189 * Remember schedule record generation number so the distance
193 ((uintptr_t)buffer & TNF_BLOCK_MASK))->generation;
trace_funcs.c 256 sched_offset = ((sched->record_gen - block->generation) << shift) +
304 ((sched->record_gen - block->generation) << shift) +
  /netvirt/usr/src/cmd/fm/modules/common/sp-monitor/
sp_monitor.c 42 * Note that this event generation is not guaranteed to have a one-to-one
78 * We reset the seconds and generation so that the next time
91 uint32_t seconds, generation; local
93 if (ipmi_sunoem_uptime(smp->sm_hdl, &seconds, &generation) != 0) {
102 * We want to catch cases where the generation number is
104 * a reboot (and the generation number is 0). We also post a
109 generation != smp->sm_generation ||
114 smp->sm_generation = generation;
185 "(generation %u)", smp->sm_seconds, smp->sm_generation);
  /netvirt/usr/src/uts/common/io/1394/
s1394_isoch.c 60 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 are passed. A request is sent to whichever node is th
    [all...]
s1394_bus_reset.c 363 * 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
1408 uint_t generation; local
1456 uint_t generation; local
1508 uint_t generation; local
    [all...]
t1394.c 59 * including bus generation, local
151 /* Return the current generation */
2399 uint_t generation; local
2940 uint_t generation; local
    [all...]
  /netvirt/usr/src/cmd/tnf/tnfxtract/
tnfxtract.c 51 tnf_uint32_t generation; member in struct:__anon1671
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;
  /netvirt/usr/src/cmd/sa/
README 30 Instruction of daily report generation:
  /netvirt/usr/src/uts/common/tnf/
tnf_buf.c 127 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;
trace_funcs.c 194 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) +
tnf_writer.c 274 &TAG_DATA(tnf_uint32), /* generation */
374 (dest_header_p->generation == TNF_TAG_GENERATION_NUM)) {
387 gen_delta = dest_header_p->generation -
388 src_header_p->generation;
413 (dest_header_p->generation == TNF_TAG_GENERATION_NUM)) {
426 gen_delta = dest_header_p->generation -
427 src_header_p->generation;
  /netvirt/usr/src/lib/libnsl/yp/
yp_match.c 72 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;
  /netvirt/usr/src/lib/libnsl/nis/gen/
nis_xdr.c 416 if (!xdr_int(xdrs, &objp->generation))
429 IXDR_PUT_INT32(buf, objp->generation);
435 IXDR_PUT_LONG(buf, objp->generation);
451 if (!xdr_int(xdrs, &objp->generation))
464 objp->generation = IXDR_GET_INT32(buf);
470 objp->generation = IXDR_GET_LONG(buf);
484 if (!xdr_int(xdrs, &objp->generation))
502 if (!xdr_int(xdrs, &objp->generation))
  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
t10_spc_pr.h 140 uint32_t generation; /* pgr generation count (4) */ member in struct:spc_pr_persist_disk
  /netvirt/usr/src/lib/libnsl/nis/cache/
local_cache.h 39 int generation; member in struct:LocalCacheEntry
cache.cc 351 int generation; local
380 generation = nextGeneration();
391 binding.bep_val[n].generation = generation;
468 int generation; local
475 generation = check->generation;
478 if (binding->generation != generation)
548 if (act->uaddr_generation != bep->generation) {
    [all...]
  /netvirt/usr/src/uts/common/io/1394/adapters/
hci1394_s1394if.c 70 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);
    [all...]
  /netvirt/usr/src/uts/common/sys/1394/
h1394.h 175 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
  /netvirt/usr/src/uts/common/fs/zfs/
spa_config.c 329 spa_all_configs(uint64_t *generation)
334 if (*generation == spa_config_generation)
352 *generation = spa_config_generation;
  /netvirt/usr/src/head/rpcsvc/
nis.x 268 int generation;
279 int generation;
  /netvirt/usr/src/uts/common/sys/1394/adapters/
hci1394_ohci.h 633 int hci1394_ohci_csr_cswap(hci1394_ohci_handle_t ohci_hdl, uint_t generation,
643 uint64_t mask, uint_t generation);
645 uint64_t mask, uint_t generation);

Completed in 1150 milliseconds

1 2 3