Searched defs:until (Results 1 - 16 of 16) sorted by relevance

/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/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/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/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/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/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;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c690 /* blow away bulkin requests or pipe close will wait until timeout */
1494 /* wait until local data drains */
1502 /* wait until hw fifo drains */
2306 * pipe close will wait until timeout.
2522 * wait until local tx buffer drains.
2528 clock_t until; local
2533 until = ddi_get_lbolt() + drv_usectohz(1000000 * timeout);
2538 &kp->kp_mutex, until) <= 0);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c1056 /* wait 500 ms until hw fifo drains */
1812 * wait until local tx buffer drains.
1818 clock_t until; local
1821 until = ddi_get_lbolt() + drv_usectohz(1000 * 1000 * timeout);
1827 &plp->pl_mutex, until) <= 0);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1109 * starts empty, and grows each time this function is called until it
2232 time_t until; local
2235 until = princ.last_pwd_change + pol.pw_min_life;
2237 time_string = ctime(&until);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1387 * to wait until empty output FIFO
2538 * wait until local tx buffer drains.
2544 clock_t until; local
2547 until = ddi_get_lbolt() + drv_usectohz(1000 * 1000 * timeout);
2552 &acm_port->acm_port_mutex, until) <= 0);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1153 * two threads that sit in the loop until the port is closed, while CPR has to
1408 * wait until close active phase ends
1690 * block until carrier up (only in tty mode)
1756 * during close, wait until pending data is gone or the signal is sent
1762 clock_t until; local
1768 * stays busy until it gets tx callback from DSD, signalling that
1771 until = ddi_get_lbolt() +
1776 until)) <= 0) {
1894 /* wait until the thread actually exits */
1944 * sleep until woke
[all...]
/illumos-gate/usr/src/man/man1/
H A DMakefile528 until.1 \
696 until.1 := LINKSRC = shell_builtins.1
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h601 extern struct timeval no_flash; /* inhibit flash update until then */
652 time_t until; member in struct:msg_limit::msg_sub
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4335 /* wait a while until it settles? */
8608 clock_t until = drv_usectohz(1000000); local
8617 &hubd->h_mutex, until, TR_CLOCK_TICK);

Completed in 172 milliseconds