Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 95) sorted by relevance

1234

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c101 uint_t generation; in tnfw_b_alloc_block() local
159 block->generation == 0) in tnfw_b_alloc_block()
173 block->generation = TNF_TAG_GENERATION_NUM; in tnfw_b_alloc_block()
185 generation = (hint_hi << (32 - wcb->tnfw_w_gen_shift)) | in tnfw_b_alloc_block()
190 thr_self(), generation, blocknum); in tnfw_b_alloc_block()
192 if ((prev_gen == generation && prev_block > blocknum) || in tnfw_b_alloc_block()
193 prev_gen > generation) { in tnfw_b_alloc_block()
194 generation = prev_gen; in tnfw_b_alloc_block()
200 thr_self(), blocknum, generation); in tnfw_b_alloc_block()
206 if (block->generation == TNF_TAG_GENERATION_NUM) in tnfw_b_alloc_block()
[all …]
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c191 headp->generation = 1;
220 elp->generation = hp->generation;
244 if (p->txnid == txnid && hp->generation == p->generation)
293 hp->generation += incr;
312 (u_long)hp->generation);
315 (u_long)p->generation);
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm295 $pg->{generation} = $pg_ks->{generation};
359 sub generation subroutine
365 my @generations = map { $_->{generation} }
372 return ($pg->{generation});
443 return unless $pg1->{generation} eq $pg2->{generation};
490 return unless $pg1->{generation} eq $pg2->{generation};
524 return unless $pg1->{generation} eq $pg2->{generation};
549 return unless $pg1->{generation} eq $pg2->{generation};
625 return unless $pg1->{generation} eq $pg2->{generation};
635 return unless $cpudata1->{generation} == $cpudata2->{generation};
[all …]
/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c60 uint_t generation; in s1394_isoch_rsrc_realloc() local
73 generation = hal->generation_count; in s1394_isoch_rsrc_realloc()
93 if (generation != hal->generation_count) { in s1394_isoch_rsrc_realloc()
111 generation, &err); in s1394_isoch_rsrc_realloc()
148 generation, S1394_CHANNEL_ALLOC_HI, in s1394_isoch_rsrc_realloc()
152 generation, S1394_CHANNEL_ALLOC_LO, in s1394_isoch_rsrc_realloc()
172 bw_alloc_units, generation, &err); in s1394_isoch_rsrc_realloc()
313 s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, in s1394_channel_alloc() argument
369 if (generation != hal->generation_count) { in s1394_channel_alloc()
380 hal->halinfo.hal_private, generation, in s1394_channel_alloc()
[all …]
H A Ds1394_bus_reset.c1408 uint_t generation; in s1394_physical_arreq_setup_all() local
1416 generation = hal->generation_count; in s1394_physical_arreq_setup_all()
1438 hal->halinfo.hal_private, mask, generation); in s1394_physical_arreq_setup_all()
1456 uint_t generation; in s1394_physical_arreq_set_one() local
1474 generation = hal->generation_count; in s1394_physical_arreq_set_one()
1486 hal->halinfo.hal_private, mask, generation); in s1394_physical_arreq_set_one()
1508 uint_t generation; in s1394_physical_arreq_clear_one() local
1526 generation = hal->generation_count; in s1394_physical_arreq_clear_one()
1538 hal->halinfo.hal_private, mask, generation); in s1394_physical_arreq_clear_one()
H A Dt1394.c2398 uint_t generation; in t1394_setup_isoch_cec() local
2455 generation = hal->generation_count; in t1394_setup_isoch_cec()
2463 if (generation != hal->generation_count) in t1394_setup_isoch_cec()
2470 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation, in t1394_setup_isoch_cec()
2495 if (generation != hal->generation_count) in t1394_setup_isoch_cec()
2522 try_chnl, generation, in t1394_setup_isoch_cec()
2527 try_chnl, generation, in t1394_setup_isoch_cec()
2553 if (generation != hal->generation_count) in t1394_setup_isoch_cec()
2561 generation, &err); in t1394_setup_isoch_cec()
2939 uint_t generation; in t1394_teardown_isoch_cec() local
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dmhd.h77 uint32_t generation; member
89 uint32_t generation; member
108 uint32_t generation; member
120 uint32_t generation; member
/titanic_44/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c90 uint32_t seconds, generation; in sp_timeout() local
92 if (ipmi_sunoem_uptime(smp->sm_hdl, &seconds, &generation) != 0) { in sp_timeout()
108 generation != smp->sm_generation || in sp_timeout()
113 smp->sm_generation = generation; in sp_timeout()
/titanic_44/usr/src/tools/onbld/Scm/
H A DBackup.py808 generation = os.readlink(os.path.join(self.backupdir, 'latest'))
809 self.generation = int(os.path.split(generation)[1])
811 self.generation = 0
863 return os.path.join(self.backupdir, str(self.generation), path)
890 if not self.generation or not self.exists('dirstate'):
912 self.generation += 1
913 self._create_gen(self.generation)
938 os.rmdir(os.path.join(self.backupdir, str(self.generation)))
939 self.generation -= 1
941 if self.generation != 0:
[all …]
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod123 =head2 generation([PG])
125 Return the generation number for the given PG. Without arguments, return the
126 generation number for the whole snapshot. Different generation number means that
167 Update utilization and generation data in the PG snapshot.
177 snapshots. The given PG must belong to the same generation in both snapshots.
184 between two snapshots. The given PG must belong to the same generation in both
193 utilization between PGs having the same generation ID. Returns B<undef> if
200 across all PGs of this type.The given PG must belong to the same generation in
/titanic_44/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c51 tnf_uint32_t generation; member
344 bsp->generation = blockp->generation; in main()
371 blockp->generation == TNF_TAG_GENERATION_NUM && in main()
372 (bsp->generation != TNF_TAG_GENERATION_NUM || in main()
374 bsp->generation = TNF_TAG_GENERATION_NUM; in main()
/titanic_44/usr/src/lib/libnsl/yp/
H A Dyp_match.c72 static int generation; /* Incremented when we add to cache */ variable
204 cachegen = generation; in __yp_match_cflookup()
253 if (generation != cachegen && in __yp_match_cflookup()
283 ++generation; in __yp_match_cflookup()
388 cachegen = generation; in __yp_match_rsvdport_cflookup()
448 if (generation != cachegen && in __yp_match_rsvdport_cflookup()
478 ++generation; in __yp_match_rsvdport_cflookup()
/titanic_44/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,
723 uint64_t mask, uint_t generation) in hci1394_s1394if_phy_filter_set() argument
744 generation); in hci1394_s1394if_phy_filter_set()
784 uint64_t mask, uint_t generation) in hci1394_s1394if_phy_filter_clr() argument
805 generation); in hci1394_s1394if_phy_filter_clr()
1149 hci1394_s1394if_csr_cswap32(void *hal_private, uint_t generation, uint_t offset, in hci1394_s1394if_csr_cswap32() argument
1210 status = hci1394_ohci_csr_cswap(soft_state->ohci, generation, in hci1394_s1394if_csr_cswap32()
1215 status = hci1394_ohci_csr_cswap(soft_state->ohci, generation, in hci1394_s1394if_csr_cswap32()
[all …]
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h55 int32_t generation; member
61 int32_t generation; member
/titanic_44/usr/src/uts/common/tnf/
H A Dtrace_funcs.c194 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
197 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
254 ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
261 ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
H A Dtnf_buf.c127 if (block->generation < gen && in tnfw_b_alloc_block()
173 block->generation = istag ? TNF_TAG_GENERATION_NUM : gen; in tnfw_b_alloc_block()
195 block->generation == 0) { in tnfw_b_alloc_block()
401 block->generation = 0; in tnfw_b_init_buffer()
H A Dtnf_writer.c374 (dest_header_p->generation == TNF_TAG_GENERATION_NUM)) { in tnf_ref32_1()
387 gen_delta = dest_header_p->generation - in tnf_ref32_1()
388 src_header_p->generation; in tnf_ref32_1()
413 (dest_header_p->generation == TNF_TAG_GENERATION_NUM)) { in tnf_ref32_1()
426 gen_delta = dest_header_p->generation - in tnf_ref32_1()
427 src_header_p->generation; in tnf_ref32_1()
/titanic_44/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl26 # TCP_STRONG_ISS sets the TCP initial sequence number generation parameters.
28 # 0 = Old-fashioned sequential initial sequence number generation.
29 # 1 = Improved sequential generation, with random variance in increment.
30 # 2 = RFC 1948 sequence number generation, unique-per-connection-ID.
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6_ire.c1173 uint_t generation; in ire_route_recursive_impl_v6() local
1196 match_args, xmit_hint, ipst, &generation); in ire_route_recursive_impl_v6()
1201 generation = *generationp; in ire_route_recursive_impl_v6()
1203 generation = IRE_GENERATION_VERIFY; in ire_route_recursive_impl_v6()
1251 generations[i] = generation; in ire_route_recursive_impl_v6()
1321 &generation); in ire_route_recursive_impl_v6()
1343 generations[i-1] = generation; in ire_route_recursive_impl_v6()
1426 generation = IRE_GENERATION_VERIFY; in ire_route_recursive_impl_v6()
1438 generation = ires[0]->ire_generation; in ire_route_recursive_impl_v6()
1440 generation = ire_dep_validate_generations(ires[0]); in ire_route_recursive_impl_v6()
[all …]
H A Dip_ftable.c1406 uint_t generation; in ire_route_recursive_impl_v4() local
1429 match_args, xmit_hint, ipst, &generation); in ire_route_recursive_impl_v4()
1434 generation = *generationp; in ire_route_recursive_impl_v4()
1436 generation = IRE_GENERATION_VERIFY; in ire_route_recursive_impl_v4()
1489 generations[i] = generation; in ire_route_recursive_impl_v4()
1561 &generation); in ire_route_recursive_impl_v4()
1583 generations[i-1] = generation; in ire_route_recursive_impl_v4()
1668 generation = IRE_GENERATION_VERIFY; in ire_route_recursive_impl_v4()
1680 generation = ires[0]->ire_generation; in ire_route_recursive_impl_v4()
1682 generation = ire_dep_validate_generations(ires[0]); in ire_route_recursive_impl_v4()
[all …]
H A Dip_dce.c743 uint_t generation; in dce_increment_generation() local
747 generation = dce->dce_generation + 1; in dce_increment_generation()
748 if (generation == DCE_GENERATION_CONDEMNED) in dce_increment_generation()
749 generation = DCE_GENERATION_INITIAL; in dce_increment_generation()
750 ASSERT(generation != DCE_GENERATION_VERIFY); in dce_increment_generation()
751 dce->dce_generation = generation; in dce_increment_generation()
H A Dip_ire.c2045 uint_t generation; in ire_alt_local() local
2066 NULL, &generation); in ire_alt_local()
2070 NULL, &generation); in ire_alt_local()
2082 *generationp = generation; in ire_alt_local()
2635 uint_t generation; in ire_increment_generation() local
2643 generation = ire->ire_generation + 1; in ire_increment_generation()
2644 if (generation == IRE_GENERATION_CONDEMNED) in ire_increment_generation()
2645 generation = IRE_GENERATION_INITIAL; in ire_increment_generation()
2646 ASSERT(generation != IRE_GENERATION_VERIFY); in ire_increment_generation()
2647 ire->ire_generation = generation; in ire_increment_generation()
[all …]
/titanic_44/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);
/titanic_44/usr/src/common/getgen/
H A Dgetgen.h18 uint64_t generation; member
/titanic_44/usr/src/head/rpcsvc/
H A Dnis.x107 int generation; member
118 int generation; member

1234