/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 187 dhcp_ipc_recv_msg(int fd, void **msg, uint32_t base_length, int msec) in dhcp_ipc_recv_msg() argument 193 retval = dhcp_ipc_timed_read(fd, &length, sizeof (uint32_t), &msec); in dhcp_ipc_recv_msg() 204 retval = dhcp_ipc_timed_read(fd, *msg, length, &msec); in dhcp_ipc_recv_msg() 239 dhcp_ipc_recv_request(int fd, dhcp_ipc_request_t **request, int msec) in dhcp_ipc_recv_request() argument 244 msec); in dhcp_ipc_recv_request() 973 dhcp_ipc_timed_read(int fd, void *buffer, unsigned int length, int *msec) in dhcp_ipc_timed_read() argument 988 retv = poll(&pollfd, 1, *msec); in dhcp_ipc_timed_read() 991 *msec = 0; in dhcp_ipc_timed_read() 995 if (*msec != -1) { in dhcp_ipc_timed_read() 997 *msec -= NSEC2MSEC(end - start); in dhcp_ipc_timed_read() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/rates/ |
H A D | tst.switchrate.d | 47 #pragma D option switchrate=10msec 52 tick-100msec 58 tick-100msec
|
H A D | tst.aggrate.d | 48 #pragma D option aggrate=10msec 53 tick-100msec 59 tick-100msec
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | tst.ring1.d | 53 tick-10msec 60 tick-10msec 66 tick-10msec
|
H A D | tst.ring3.d | 64 tick-10msec 70 tick-10msec 76 tick-10msec
|
H A D | tst.switch1.d | 46 #pragma D option switchrate=500msec
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | time.h | 274 #define MSEC_TO_TICK(msec) \ argument 275 (msec_per_tick ? (msec) / msec_per_tick : (msec) * tick_per_msec) 276 #define MSEC_TO_TICK_ROUNDUP(msec) \ argument 278 ((msec) == 0 ? 0 : ((msec) - 1) / msec_per_tick + 1) : \ 279 (msec) * tick_per_msec)
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | kmisc.c | 68 int msec = ticks; /* NB: hz==1000 */ in delay() local 69 (void) poll(0, 0, msec); in delay()
|
/titanic_41/usr/src/lib/libvrrpadm/common/netinet/ |
H A D | vrrp.h | 66 #define MSEC2CENTISEC(msec) ((msec) / 10) argument
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_print.c | 196 long long sec, msec, usec; in meta_print_hrtime() local 200 msec = usec / 1000; in meta_print_hrtime() 201 sec = msec / 1000; in meta_print_hrtime() 202 msec %= 1000; in meta_print_hrtime() 205 (void) snprintf(buf, sizeof (buf), "%4lld:%03lld:%03lld", sec, msec, in meta_print_hrtime()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 295 struct secinfo *msec; /* merged secinfo list */ in srv_secinfo_add() local 321 msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP); in srv_secinfo_add() 325 msec[c] = cursec[c]; in srv_secinfo_add() 338 srv_secinfo_copy(&newsec[n], &msec[mcnt]); in srv_secinfo_add() 341 msec[mcnt].s_flags = M_RO; in srv_secinfo_add() 343 SECREF_TRACE(msec, "new_ref", in srv_secinfo_add() 344 msec[mcnt].s_secinfo.sc_nfsnum, in srv_secinfo_add() 345 msec[mcnt].s_refcnt); in srv_secinfo_add() 359 *pcursec = msec; in srv_secinfo_add() 383 struct secinfo *msec; /* final secinfo list after removing */ in srv_secinfo_remove() local [all …]
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 105 int msec; in rtime_tli() local 120 msec = __rpc_timeval_to_msec(timeout); in rtime_tli() 122 res = poll(&pfd, 1, msec); in rtime_tli()
|
H A D | clnt_bcast.c | 137 int msec; in rpc_broadcast_exp() local 331 for (msec = inittime; msec <= waittime; msec += msec) { in rpc_broadcast_exp() 453 switch (pollretval = poll(pfd, fdlistno, msec)) { in rpc_broadcast_exp()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_validate.c | 213 man->meta.msec = mandoc_strdup("1"); in check_root() 403 free(man->meta.msec); in post_TH() 409 man->meta.msec = man->meta.source = NULL; in post_TH() 432 man->meta.msec = mandoc_strdup(n->string); in post_TH() 434 man->meta.msec = mandoc_strdup(""); in post_TH() 457 else if ('\0' != man->meta.msec[0] && in post_TH() 458 (NULL != (p = mandoc_a2msec(man->meta.msec)))) in post_TH()
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 489 msincr(struct timeval *tv, uint_t msec) in msincr() argument 491 tv->tv_sec += msec / MILLISEC; in msincr() 492 tv->tv_usec += (msec % MILLISEC) * MILLISEC; in msincr() 521 uint_t msec, in pctx_run() argument 536 if (msec == 0) in pctx_run() 558 if (msec != 0) { in pctx_run() 564 msincr(&tvgoal, msec); in pctx_run() 582 if (msec != 0) { in pctx_run() 596 msincr(&tvgoal, msec); in pctx_run() 664 msincr(&tvgoal, msec); in pctx_run()
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 203 # header,163,2,access(2),,Wed Apr 25 13:52:49 2001, + 750000733 msec 210 # header,163,2,access(2),,Wed Apr 25 13:53:02 2001, + 490000427 msec 217 # header,135,2,access(2),,Wed Apr 25 13:53:15 2001, + 10000329 msec 264 # header,68,2,auditon(2) - get car,,Wed Apr 25 13:49:02 2001, + 710001279 msec 272 # header,68,2,auditon(2) - get event class,,Mon May 15 09:14:35 2000, + 30001063 msec 280 # header,68,2,auditon(2) - get audit state,,Mon May 15 09:14:48 2000, + 110001736 msec 288 # header,68,2,auditon(2) - get cwd,,Mon May 15 09:15:01 2000, + 120001223 msec 296 # header,68,2,auditon(2) - get kernel mask,,Mon May 15 09:15:14 2000, + 220002225 msec 304 # header,68,2,auditon(2) - get audit statistics,,Mon May 15 09:15:27 2000, + 220003386 msec 312 # header,68,2,auditon(2) - get audit statistics,,Mon May 15 09:15:40 2000, + 120004056 msec [all …]
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 260 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); 338 (msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) ? &tval : NULL)) == 0) { 369 (msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) ? \ [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/tick-n/ |
H A D | tst.tickmsec.d | 41 tick-1msec
|
H A D | tst.tickmsec.d.out | 1 This test is a simple tick-msec provider test
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/profile-n/ |
H A D | tst.profilemsec.d | 41 profile-1msec
|
H A D | tst.profilemsec.d.out | 1 This test is a simple profile-msec provider test
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/scalars/ |
H A D | tst.localvar.d | 50 profile:::tick-100msec
|
H A D | tst.basicvar.d | 53 profile:::tick-100msec
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/providers/ |
H A D | tst.twoprof.d | 54 profile:::tick-100msec
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.udp.ksh | 45 profile:::tick-10msec
|