Searched refs:cycle (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_array_default_datatype.sh92 # First cycle uses a normal compound variable as basis
93 # Second cycle uses a nameref to a compound variable as basis
94 # Third cycle uses a nameref to a nameref to a compound variable as basis
95 for cycle in \
100 case ${cycle} in
171 err_exit "${cycle}: Should not happen."
180 (( mycpv.myindexedfloatarray[34] == 1.1 )) || err_exit "${cycle}: mycpv.myindexedfloatarray[34] == ${mycpv.myindexedfloatarray[34]}, expected 1.1"
182 (( mycpv.myindexedfloatarray[34] == 2.2 )) || err_exit "${cycle}: mycpv.myindexedfloatarray[34] == ${mycpv.myindexedfloatarray[34]}, expected 2.2"
184 (( mycpv.myindexedfloatarray[34] == 0.0 )) || err_exit "${cycle}: mycpv.myindexedfloatarray[34] == ${mycpv.myindexedfloatarray[34]}, expected 0.0"
188 (( mycpv.myindexedfloatarray[34] == 1.1 )) || err_exit "${cycle}
[all...]
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh151 cycle=0
152 while [ cycle -lt 24 ]; do
153 cycle=\`/usr/bin/expr \$cycle + 1\`
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dunused.c76 Dbg_unused_file(Lm_list *lml, const char *name, int needstr, uint_t cycle) argument
83 else if (cycle)
84 dbg_print(lml, MSG_INTL(MSG_USD_FILECYCLIC), name, cycle);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c176 * add this share to the parent's cycle header, if any.
201 int cycle; local
205 for (cycle = 1; cycle <= ncycle; cycle += 1) {
206 cyclenlp = &cyclenl[cycle];
239 int cycle; local
245 * Count the number of cycles, and initialize the cycle lists
260 * cyclenl is indexed by cycle number:
266 "%s: No room for %d bytes of cycle header
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c146 uint64_t cycle; local
161 cycle = barrier->__pthread_barrier_cycle;
164 } while (cycle == barrier->__pthread_barrier_cycle);
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c314 acEndexe(cycle,status)
315 time_t cycle;
322 acptr->jobsize = cycle;
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd_s1120.h260 * There are no head/tail pointers. The cycle value is used to
262 * Initially the cycle in all entries is 0, the index is 0, and
263 * the cycle value to expect is 1. When completions are added
264 * their cycle values are set to 1. When the index wraps the
265 * cycle value to expect is incremented.
283 uint8_t cycle; member in struct:fit_completion_entry_v1
H A Dskd.c1890 cmp_cycle = skcmp->cycle;
1898 "cycle=%d ix=%d got cycle=%d cmdctxt=0x%x stat=%d "
1916 * the completion cycle count.
3972 Dcmn_err(CE_NOTE, " timestamp=0x%x cycle=%d cycle_ix=%d",
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1613 * pkt_size = ((frameno % cycle) ? pkt : (pkt + extra));
1621 static ushort_t pkt, cycle; local
1634 cycle = 1000;
1647 cycle = (1000 / n);
1651 pkt_size = (((frameno + 1) % cycle) ?
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc585 event ereport.asic.zambezi.gpd.lpc-invalid-cycle-type@interconnect
752 ereport.asic.zambezi.gpd.lpc-invalid-cycle-type@interconnect;
757 ereport.asic.zambezi.gpd.lpc-invalid-cycle-type@interconnect;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S141 ! l7 cycle counter
661 subcc counter,4,counter ! update cycle counter
808 subcc counter,1,counter ! update cycle counter
H A D__vpow.S1912 subcc counter,2,counter ! update cycle counter
3957 subcc counter,3,counter ! update cycle counter
/illumos-gate/usr/src/cmd/ls/
H A Dls.c203 int cycle; /* cycle detected flag */ member in struct:lbuf
214 int cycle_detected; /* cycle detected visiting this directory */
1054 * match, then we know we've detected a cycle.
1156 * If there was a cycle detected, then notify and don't report
1165 "ls: cycle detected for %s\n"), name);
1192 dp->cycle_detected = ap->cycle;
1621 * we have already tracked in this inodes ancestry). If a cycle
1661 * then we've detected a cycle.
1671 * it is a cycle s
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2416 * If we're on a PCI bus, we may need to cycle through each IO
2649 uint16_t cycle; /* Speed as found in the atribute space of he card. */ member in struct:pcic_card_times
2664 * cycle time.
2691 for (ctp = pcic_card_times; speed < ctp->cycle; ctp++)
2713 ctp->cycle, clk_pulse, cmd, set, rec);
4633 * and then takes it out after the the cycle time
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2255 search_state_machine(ns_ldap_cookie_t *cookie, ns_state_t state, int cycle) argument
2965 if (cycle == ONE_STEP) {
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1370 / targets bit 1 (0=hard reset without power cycle, 1=hard reset with
1371 / power cycle).
1375 movb $0x2, %al / Reset mode = hard, no power cycle

Completed in 181 milliseconds