| /nfsv41/nfs41-gate/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
|
| /nfsv41/nfs41-gate/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...] |
| /nfsv41/nfs41-gate/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
|
| /nfsv41/nfs41-gate/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) +
|
| /nfsv41/nfs41-gate/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);
|
| /nfsv41/nfs41-gate/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...] |
| /nfsv41/nfs41-gate/usr/src/cmd/tnf/tnfxtract/ |
| tnfxtract.c | 51 tnf_uint32_t generation; member in struct:__anon2016 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;
|
| /nfsv41/nfs41-gate/usr/src/cmd/sa/ |
| README | 30 Instruction of daily report generation:
|
| /nfsv41/nfs41-gate/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;
|
| /nfsv41/nfs41-gate/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;
|
| /nfsv41/nfs41-gate/usr/src/tools/onbld/Scm/ |
| Backup.py | 27 generation#/ 53 latest -> generation# 54 Newest backup generation. 56 All files in a given backup generation, with the exception of 594 generation = os.readlink(os.path.join(self.backupdir, 'latest')) 595 self.generation = int(os.path.split(generation)[1]) 597 self.generation = 0 633 return os.path.join(self.backupdir, str(self.generation), path) 636 '''Update latest symlink to point to the current generation''' [all...] |
| /nfsv41/nfs41-gate/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))
|
| /nfsv41/nfs41-gate/usr/src/cmd/iscsi/iscsitgtd/ |
| t10_spc_pr.h | 142 uint32_t generation; /* pgr generation count (4) */ member in struct:spc_pr_persist_disk
|
| /nfsv41/nfs41-gate/usr/src/lib/libnsl/nis/cache/ |
| local_cache.h | 39 int generation; member in struct:LocalCacheEntry
|
| cache.cc | 350 int generation; local 379 generation = nextGeneration(); 390 binding.bep_val[n].generation = generation; 467 int generation; local 474 generation = check->generation; 477 if (binding->generation != generation) 547 if (act->uaddr_generation != bep->generation) { [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/libadutils/common/ |
| adutils_impl.h | 108 uint64_t generation; member in struct:adutils_host 141 uint64_t qadh_gen; /* same as qadh->generation */
|
| /nfsv41/nfs41-gate/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...] |
| /nfsv41/nfs41-gate/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
|
| /nfsv41/nfs41-gate/usr/src/uts/common/fs/zfs/ |
| spa_config.c | 280 spa_all_configs(uint64_t *generation) 285 if (*generation == spa_config_generation) 300 *generation = spa_config_generation;
|
| /nfsv41/nfs41-gate/usr/src/head/rpcsvc/ |
| nis.x | 268 int generation; 279 int generation;
|