| /illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/ |
| H A D | sp_monitor.c | 41 * 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/sendmail/db/include/ |
| H A D | db_dispatch.h | 55 int32_t generation; member in struct:__db_txnhead 61 int32_t generation; member in struct:__db_txnlist
|
| /illumos-gate/usr/src/uts/common/io/1394/adapters/ |
| H A D | 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); 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...] |
| H A D | hci1394_ohci.c | 1643 * return the current bus generation. 1790 uint_t generation; local 1803 generation = hci1394_ohci_current_busgen(ohci_hdl); 1804 status = hci1394_ohci_csr_cswap(ohci_hdl, generation, offset, 0, 0, 1830 hci1394_ohci_csr_cswap(hci1394_ohci_handle_t ohci_hdl, uint_t generation, argument 1846 if (generation != hci1394_ohci_current_busgen(ohci_hdl)) { 1909 * the generation and before performing the cswap, we could get a bus 1916 if (generation != hci1394_ohci_current_busgen(ohci_hdl)) { 2040 uint_t generation) 2053 if (generation ! 2039 hci1394_ohci_phy_filter_set(hci1394_ohci_handle_t ohci_hdl, uint64_t mask, uint_t generation) argument 2097 hci1394_ohci_phy_filter_clr(hci1394_ohci_handle_t ohci_hdl, uint64_t mask, uint_t generation) argument [all...] |
| /illumos-gate/usr/src/lib/libtnfprobe/ |
| H A D | 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...] |
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | 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;
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
| H A D | Pg.pm | 295 $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/cmd/tnf/tnfxtract/ |
| H A D | tnfxtract.c | 51 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/io/1394/ |
| H A D | 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 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 D | 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 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...] |
| H A D | s1394_csr.c | 1163 uint32_t generation; local 1210 generation = hal->generation_count; 1218 * is unimplemented, or if the generation has changed. 1221 * generation and the command will be freed. 1224 hal->halinfo.hal_private, generation, 1278 * the SelfID packets, updates the generation and other fields, and 1500 * Set generation to P1394a valid (but changeable)
|
| H A D | s1394_dev_disc.c | 542 * if cfgrom is non-NULL, this has to be generation changed 767 * see if the generation count changed. 970 * or if matched but had invalid cfgrom in last generation 971 * or if matched but config rom generation > 1 (this is to 972 * check if config rom generation changed between bus resets). 1072 * is marked invalid in this generation (a side effect of calling 1151 msg, "config rom generation changed", 1168 * the new generation. s1394_match_GUID() will 1169 * free up the cfgrom from the old generation. 1186 * node or if config rom generation change 2317 uint32_t generation; local [all...] |
| H A D | t1394.c | 58 * including bus generation, local 150 /* Return the current generation */ 2398 uint_t generation; local 2452 * Get the current generation number - don't 2455 generation = hal->generation_count; 2461 /* Check that the generation has not changed - */ 2463 if (generation != hal->generation_count) 2470 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation, 2493 /* Check that the generation has not changed - */ 2495 if (generation ! 2939 uint_t generation; local [all...] |
| /illumos-gate/usr/src/lib/libadutils/common/ |
| H A D | adutils_impl.h | 113 uint64_t generation; member in struct:adutils_host 146 uint64_t qadh_gen; /* same as qadh->generation */
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | spa_config.c | 311 spa_all_configs(uint64_t *generation) argument 316 if (*generation == spa_config_generation) 331 *generation = spa_config_generation;
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip6_ire.c | 607 * 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 D | ip_dce.c | 67 * That entry holds both the IP ident value and the dce generation number. 74 * and compares the cached generation to detect any changes. 77 * a designated generation number which is never otherwise used, hence 78 * the single comparison with the generation number captures that as well. 365 * Returns the generation number in the last argument. 402 * Returns the generation number in the last argument. 441 * Returns the generation number in the last argument. 484 * When an entry is created we increase the generation number on 549 * When an entry is created we increase the generation number on 620 * Note that we do not bump the generation numbe 743 uint_t generation; local [all...] |
| H A D | ip_ftable.c | 183 /* 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...] |
| H A D | ip6_if.c | 2172 * The result is stored in srcp. If generation is set, then put the source 2173 * generation number there before we look for the source address (to avoid 2178 * that might be stale, the caller should pass in a generation argument, 2198 in6_addr_t *srcp, uint32_t *generation, uint64_t *flagsp) 2207 * Need to grab the generation number before we check to 2213 if (generation != NULL) { 2214 *generation = ipst->ips_src_generation; 2196 ip_select_source_v6(ill_t *ill, const in6_addr_t *setsrc, const in6_addr_t *dst, zoneid_t zoneid, ip_stack_t *ipst, uint_t restrict_ill, uint32_t src_prefs, in6_addr_t *srcp, uint32_t *generation, uint64_t *flagsp) argument
|
| H A D | ip_ire.c | 1732 * ire_get_bucket() to update the generation number of any 1751 * Take care of all the generation numbers in the bucket. 1802 * perturb the generation numbers. 1809 * generation numbers under the radix head lock so that the lookup gets 1810 * either the old ire and old generation number, or a new ire and new 1811 * generation number. 1842 * Update the generation numbers of all shorter matching routes. 2045 uint_t generation; local 2066 NULL, &generation); 2070 NULL, &generation); 2635 uint_t generation; local 3189 uint_t generation; local [all...] |
| /illumos-gate/usr/src/uts/i86pc/io/ioat/ |
| H A D | ioat_chan.c | 1299 uint64_t generation; local 1331 * PAs. We grab a snapshot of generation and last_cmpl in the mutex. 1338 * if we wrapped the ring, increment the generation. Store 1346 generation = ring->cr_cmpl_gen; 1349 generation = ring->cr_cmpl_gen; 1363 * if the post's generation is old, this post has completed. No reason 1364 * to go check the last completion. if the generation is the same 1368 if (priv->ip_generation < generation) { 1370 } else if ((priv->ip_generation == generation) &&
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | 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
|
| H A D | tnf_com.h | 233 tnf_uint32_t generation; /* (-1) => tag block */ member in struct:tnf_block_header 304 #define TNF_N_GENERATION "generation"
|
| /illumos-gate/usr/src/uts/common/io/sfxge/common/ |
| H A D | ef10_nvram.c | 636 /* 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...] |
| H A D | siena_flash.h | 116 efx_byte_t generation; /* Valid for medford, SBZ for earlier chips */ member in struct:siena_mc_boot_hdr_s
|