Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c207 retval = dhcp_ipc_timed_read(fd, *msg, length, &msec); in dhcp_ipc_recv_msg()
247 msec); in dhcp_ipc_recv_request()
991 retv = poll(&pollfd, 1, *msec); in dhcp_ipc_timed_read()
994 *msec = 0; in dhcp_ipc_timed_read()
998 if (*msec != -1) { in dhcp_ipc_timed_read()
1000 *msec -= NSEC2MSEC(end - start); in dhcp_ipc_timed_read()
1001 if (*msec < 0) in dhcp_ipc_timed_read()
1002 *msec = 0; in dhcp_ipc_timed_read()
1008 else if (*msec == 0) in dhcp_ipc_timed_read()
1023 else if (*msec == 0) in dhcp_ipc_timed_read()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d45 #pragma D option switchrate=10msec
50 tick-100msec
56 tick-100msec
H A Dtst.aggrate.d46 #pragma D option aggrate=10msec
51 tick-100msec
57 tick-100msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring1.d51 tick-10msec
58 tick-10msec
64 tick-10msec
H A Dtst.ring3.d64 tick-10msec
70 tick-10msec
76 tick-10msec
H A Dtst.switch1.d44 #pragma D option switchrate=500msec
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h286 #define MSEC_TO_TICK(msec) \ argument
287 (msec_per_tick ? (msec) / msec_per_tick : (msec) * tick_per_msec)
288 #define MSEC_TO_TICK_ROUNDUP(msec) \ argument
290 ((msec) == 0 ? 0 : ((msec) - 1) / msec_per_tick + 1) : \
291 (msec) * tick_per_msec)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c334 msec[c] = cursec[c]; in srv_secinfo_add()
354 msec[mcnt].s_refcnt); in srv_secinfo_add()
368 *pcursec = msec; in srv_secinfo_add()
453 msec[mcnt] = cursec[c]; in srv_secinfo_remove()
466 *pcursec = msec; in srv_secinfo_remove()
591 msec[mcnt].s_refcnt--; in srv_secinfo_exp2exp()
596 msec[mcnt].s_refcnt); in srv_secinfo_exp2exp()
612 curdata->ex_secinfo = msec; in srv_secinfo_exp2exp()
663 msec[mcnt].s_refcnt--; in srv_secinfo_exp2pseu()
667 msec[mcnt].s_refcnt); in srv_secinfo_exp2pseu()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c103 int msec; in rtime_tli() local
118 msec = __rpc_timeval_to_msec(timeout); in rtime_tli()
120 res = poll(&pfd, 1, msec); in rtime_tli()
H A Dclnt_bcast.c135 int msec; in rpc_broadcast_exp() local
329 for (msec = inittime; msec <= waittime; msec += msec) { in rpc_broadcast_exp()
451 switch (pollretval = poll(pfd, fdlistno, msec)) { in rpc_broadcast_exp()
/illumos-gate/usr/src/lib/libvrrpadm/common/netinet/
H A Dvrrp.h66 #define MSEC2CENTISEC(msec) ((msec) / 10) argument
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt205 # header,163,2,access(2),,Wed Apr 25 13:52:49 2001, + 750000733 msec
212 # header,163,2,access(2),,Wed Apr 25 13:53:02 2001, + 490000427 msec
219 # header,135,2,access(2),,Wed Apr 25 13:53:15 2001, + 10000329 msec
540 # header,151,2,chdir(2),,Mon May 15 09:20:15 2000, + 70000899 msec
546 # header,151,2,chdir(2),,Mon May 15 09:20:27 2000, + 640003327 msec
658 # header,107,2,creat(2),,Mon May 15 09:22:12 2000, + 50001852 msec
663 # header,83,2,creat(2),,Mon May 15 09:22:12 2000, + 70001870 msec
940 # header,73,2,getaudit_addr(2),,Thu Nov 08 15:14:01 2001, + 0 msec
1820 # header,73,2,setrlimit(2),,Thu Nov 08 15:14:17 2001, + 0 msec
2035 # header,44,2,system booted,na,Fri Nov 09 13:53:42 2001, + 0 msec
[all …]
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c491 msincr(struct timeval *tv, uint_t msec) in msincr() argument
493 tv->tv_sec += msec / MILLISEC; in msincr()
494 tv->tv_usec += (msec % MILLISEC) * MILLISEC; in msincr()
523 uint_t msec, in pctx_run() argument
538 if (msec == 0) in pctx_run()
560 if (msec != 0) { in pctx_run()
566 msincr(&tvgoal, msec); in pctx_run()
584 if (msec != 0) { in pctx_run()
598 msincr(&tvgoal, msec); in pctx_run()
666 msincr(&tvgoal, msec); in pctx_run()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c118 int msec = ticks; /* NB: hz==1000 */ in delay() local
119 (void) poll(0, 0, msec); in delay()
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c192 man->meta.msec = mandoc_strdup(""); in check_root()
483 free(man->meta.msec); in post_TH()
487 man->meta.msec = man->meta.os = NULL; in post_TH()
516 man->meta.msec = mandoc_strdup(n->string); in post_TH()
523 man->meta.msec = mandoc_strdup(""); in post_TH()
555 else if ('\0' != man->meta.msec[0] && in post_TH()
556 (NULL != (p = mandoc_a2msec(man->meta.msec)))) in post_TH()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c260 int msec = ld->ld_connect_timeout; /* milliseconds */ local
270 msec, 0, 0);
306 if (msec < 0 && msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) {
310 msec = LDAP_X_IO_TIMEOUT_NO_TIMEOUT;
312 if (msec != 0) {
313 tval.tv_sec = msec / MILLISEC;
315 (msec % MILLISEC);
318 tv_time = MSEC2NSEC(msec);
369 (msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) ? \
383 if ((msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) &&
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilemsec.d39 profile-1msec
H A Dtst.profilemsec.d.out1 This test is a simple profile-msec provider test
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.tickmsec.d39 tick-1msec
H A Dtst.tickmsec.d.out1 This test is a simple tick-msec provider test
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.localvar.d48 profile:::tick-100msec
H A Dtst.basicvar.d51 profile:::tick-100msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/providers/
H A Dtst.twoprof.d52 profile:::tick-100msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.udp.ksh45 profile:::tick-10msec
H A Dtst.icmp.ksh50 profile:::tick-10msec

123