Searched defs:cycle (Results 1 - 8 of 8) sorted by relevance

/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/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/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/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/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
/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/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/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...]

Completed in 124 milliseconds