Searched refs:until (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dffs.s43 srl %o0, 1, %o0 ! shift input right until we hit a 1 bit
/illumos-gate/usr/src/uts/sparc/ml/
H A Dfd_asm.s73 ! Traverse the list of controllers until we find the first
212 ldub [Reg], Tmp ! busy wait until RQM set
218 ldub [Reg], Tmp ! busy wait until RQM set
221 ldub [Reg], Tmp ! busy wait until RQM set
227 ldub [Reg], Tmp ! busy wait until RQM set
230 ldub [Reg], Tmp ! busy wait until RQM set
H A Dip_ocsum.s65 ! Do first halfwords until 32-byte aligned
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s93 .dalign: ! Set bytes until 8-byte aligned
113 .walign: ! Set bytes until 4-byte aligned
H A Dstrchr.s41 ! until we've reached a word boundary. Once this has happened
H A Dstrlcpy.s68 sub %i4, 8, %i4 ! bytes until src aligned
162 ! Store bytes until n == 0. If a null byte is encountered during
164 ! to scan src until we hit the end, and compute strlen from the
327 ! null termination of dst, then scan src until end foudn for
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
75 sub %o4, 8, %o4 ! bytes until src aligned
192 bcc,pt %ncc, .filldword ! fill dwords until count == 0
207 bnz,pt %ncc, .fillbyte ! fill until n == 0
216 ! until n == 0. if null byte encountered, continue
H A Dstrcmp.s161 bpos,pt %xcc, .cmpbytes ! until all bytes processed
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s84 brz,pt %g4, 1b ! spin until barrier true
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c65 * is only valid until the next call to the function,
283 time_t until; local
286 until = princ_ent.last_pwd_change + policy_ent.pw_min_life;
288 time_string = ctime(&until);
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c566 print_tagq(struct html *h, const struct tag *until) argument
572 if (until && tag == until)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s41 ! until we've reached a word boundary. Once this has happened
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
77 sub %i5, 4, %i5 ! bytes until src aligned
173 bcc .fillword ! fill words until count == 0
189 bnz .fillbyte ! fill until n == 0
197 ! until n == 0. if null byte encountered, continue
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
H A Dstrlcpy.s65 sub %i4, 4, %i4 ! bytes until src aligned
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c58 #define until(A) if(A) break; macro
163 until (EOF == scanf("%s", line));
466 while(c) { /* Shift until no more 1's */
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c82 krb5_timestamp until, rtime; local
233 until = (request->till == 0) ? kdc_infinity : request->till;
246 min(until,
H A Ddo_tgs_req.c83 krb5_timestamp until, rtime; local
369 until = (request->till == 0) ? kdc_infinity : request->till;
379 min(until,
386 min(until, min(enc_tkt_reply.times.starttime + server.max_life,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c67 #define until(A) if (A) break; macro
164 until(EOF == scanf("%s", line) || strcmp(line, "quit") == 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c396 * assumed to be open. It will remain open until in.routed
423 /* Loop until a fatal error occurs, listening and broadcasting. */
867 /* Do not advertise anything until we have heard something */
999 if (ms->until > now.tv_sec)
1003 if (ms->until < ms1->until)
1008 ms->until = now.tv_sec + 60*60; /* 60 minutes */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s223 ! Clear bytes until word aligned
236 ! Clear words until double-word aligned
245 ! Clear dwords until block aligned
375 ! clear bytes until word aligned
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s121 bgu,pt %ncc, .byteloop ! loop until done
139 bgu,pt %ncc, .dbalign1 ! loop until done
320 bgu,pt %ncc, .dbbyte ! loop until done
387 bgu,pt %ncc, .smallwords ! loop until done
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s116 bgu,pt %ncc, .byteloop ! loop until done
132 bgu,pt %ncc, .dbalign1 ! loop until done
343 bgu,pt %ncc, .dbbyte ! loop until done
408 bgu,pt %ncc, .smallwords ! loop until done
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c418 clock_t until; local
448 until = ddi_get_lbolt() + drv_usectohz(tp->t_mot * 1000);
452 ret = cv_timedwait(&tp->t_mgt_status_cv, &tp->t_mutex, until);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1954 * wait until local tx buffer drains.
1960 clock_t until; local
1963 until = ddi_get_lbolt() + drv_usectohz(1000 * 1000 * timeout);
1969 &uf->uf_lock, until) <= 0;

Completed in 123 milliseconds

12