Searched refs:tleft (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A DtasksPage.js32 var tleft; variable
60 tleft=offsetLeft;
134 document.getElementById("info"+num).style.left = (tleft -1) + 'px';
135 document.getElementById("info"+num).style.width = (ileft - tleft) + 29 + 'px';
181 var left = (tleft -400);
/forgerock/openam/openam-console/src/main/webapp/console/js/
H A DtasksPage.js32 var tleft; variable
60 tleft=offsetLeft;
134 document.getElementById("info"+num).style.left = (tleft -1) + 'px';
135 document.getElementById("info"+num).style.width = (ileft - tleft) + 29 + 'px';
181 var left = (tleft -400);
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1413 clock_t tleft; local
1419 tleft = -1;
1421 tleft = 0;
1423 tleft = NSEC_TO_TICK(hleft);
1425 return (tleft);
1436 clock_t tleft; local
1440 tleft = -1;
1442 tleft = 0;
1444 tleft = NSEC_TO_TICK(hleft);
1446 return (tleft);
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Darp.c169 arprecv(d, pkt, len, tleft)
173 time_t tleft;
184 n = readether(d, pkt, len, tleft, &etype);
H A Dbootp.c291 bootprecv(d, pkt, len, tleft)
295 time_t tleft;
305 n = readudp(d, pkt, len, tleft);
H A Dether.c93 readether(d, pkt, len, tleft, etype)
97 time_t tleft;
111 n = netif_get(d, eh, len, tleft);
H A Dnet.c80 long tleft; local
89 tleft = 0;
92 if (tleft <= 0) {
102 tleft = tmo;
111 tleft = 0;
119 cc = (*rproc)(d, rbuf, rsize, tleft);
126 tleft -= t - tlast;
H A Dnet.h100 time_t tleft, u_int16_t *etype);
H A Drarp.c156 rarprecv(d, pkt, len, tleft)
160 time_t tleft;
171 n = readether(d, pkt, len, tleft, &etype);
H A Drpc.c230 recvrpc(struct iodesc *d, void *pkt, size_t len, time_t tleft) argument
242 n = readudp(d, pkt, len, tleft);
H A Dtftp.c184 recvtftp(struct tftp_handle *h, void *pkt, ssize_t len, time_t tleft, argument
192 len = readudp(d, pkt, len, tleft);
596 time_t t, t1, tleft; local
603 tleft = MINTMO;
618 while ((getsecs() - t1) < tleft);
624 cc = (*rproc)(h, rbuf, rsize, tleft, rtype);
628 if ((getsecs() - t1) < tleft) {
633 tleft += MINTMO;
634 if (tleft > (2 * MINTMO)) {
635 tleft
[all...]
H A Dudp.c137 readudp(d, pkt, len, tleft)
141 time_t tleft;
157 n = readether(d, ip, len + sizeof(*ip) + sizeof(*uh), tleft, &etype);

Completed in 109 milliseconds