| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/rates/ |
| tst.switchrate.d | 47 #pragma D option switchrate=10msec 52 tick-100msec 58 tick-100msec
|
| tst.aggrate.d | 48 #pragma D option aggrate=10msec 53 tick-100msec 59 tick-100msec
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/ |
| tst.profilemsec.d | 32 * Simple profile-msec simple test. 41 profile-1msec 43 printf("This test is a simple profile-msec provider test");
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/tick-n/ |
| tst.tickmsec.d | 32 * tick-msec simple test. 41 tick-1msec 43 printf("This test is a simple tick-msec provider test\n");
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/buffering/ |
| tst.ring1.d | 53 tick-10msec 60 tick-10msec 66 tick-10msec
|
| tst.ring3.d | 62 tick-10msec 68 tick-10msec 74 tick-10msec
|
| tst.switch1.d | 46 #pragma D option switchrate=500msec
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/scalars/ |
| tst.localvar.d | 50 profile:::tick-100msec
|
| tst.basicvar.d | 53 profile:::tick-100msec
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/providers/ |
| tst.twoprof.d | 54 profile:::tick-100msec
|
| /onnv/onnv-gate/usr/src/lib/libvrrpadm/common/netinet/ |
| vrrp.h | 66 #define MSEC2CENTISEC(msec) ((msec) / 10) 68 /* Max advertisement interval, in msec */
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/mib/ |
| tst.udp.ksh | 45 profile:::tick-10msec
|
| tst.icmp.ksh | 50 profile:::tick-10msec
|
| tst.tcp.ksh | 65 profile:::tick-10msec
|
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| rtime_tli.c | 105 int msec; local 120 msec = __rpc_timeval_to_msec(timeout); 122 res = poll(&pfd, 1, msec);
|
| clnt_bcast.c | 137 int msec; local 331 for (msec = inittime; msec <= waittime; msec += msec) { 453 switch (pollretval = poll(pfd, fdlistno, msec)) {
|
| /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/ |
| dhcpagent_ipc.c | 187 dhcp_ipc_recv_msg(int fd, void **msg, uint32_t base_length, int msec) 193 retval = dhcp_ipc_timed_read(fd, &length, sizeof (uint32_t), &msec); 204 retval = dhcp_ipc_timed_read(fd, *msg, length, &msec); 239 dhcp_ipc_recv_request(int fd, dhcp_ipc_request_t **request, int msec) 244 msec); 973 dhcp_ipc_timed_read(int fd, void *buffer, unsigned int length, int *msec) 988 retv = poll(&pollfd, 1, *msec); 990 /* This can happen only if *msec is not -1 */ 991 *msec = 0; 995 if (*msec != -1) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| time.h | 259 * Macros to convert from common units of time (sec, msec, usec, nsec, 267 #define MSEC_TO_TICK(msec) \ 268 (msec_per_tick ? (msec) / msec_per_tick : (msec) * tick_per_msec) 269 #define MSEC_TO_TICK_ROUNDUP(msec) \ 271 ((msec) == 0 ? 0 : ((msec) - 1) / msec_per_tick + 1) : \ 272 (msec) * tick_per_msec)
|
| /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| meta_print.c | 196 long long sec, msec, usec; local 200 msec = usec / 1000; 201 sec = msec / 1000; 202 msec %= 1000; 205 (void) snprintf(buf, sizeof (buf), "%4lld:%03lld:%03lld", sec, msec,
|
| /onnv/onnv-gate/usr/src/lib/libpctx/common/ |
| libpctx.h | 83 extern int pctx_run(pctx_t *pctx, uint_t msec, uint_t nsamples,
|
| libpctx.c | 496 msincr(struct timeval *tv, uint_t msec) 498 tv->tv_sec += msec / MILLISEC; 499 tv->tv_usec += (msec % MILLISEC) * MILLISEC; 528 uint_t msec, 543 if (msec == 0) 565 if (msec != 0) { 571 msincr(&tvgoal, msec); 589 if (msec != 0) { 603 msincr(&tvgoal, msec); 668 msincr(&tvgoal, msec); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs_export.c | 317 struct secinfo *msec; /* merged secinfo list */ local 343 msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP); 347 msec[c] = cursec[c]; 360 srv_secinfo_copy(&newsec[n], &msec[mcnt]); 363 msec[mcnt].s_flags = M_RO; 365 SECREF_TRACE(msec, "new_ref", 366 msec[mcnt].s_secinfo.sc_nfsnum, 367 msec[mcnt].s_refcnt); 381 *pcursec = msec; 405 struct secinfo *msec; /* final secinfo list after removing * local 515 struct secinfo *msec; \/* merged secinfo list *\/ local 641 struct secinfo *msec; \/* merged secinfo list *\/ local [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| os-ip.c | 262 int msec = ld->ld_connect_timeout; /* milliseconds */ local 271 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n", 272 msec, 0, 0); 308 if (msec < 0 && msec != LDAP_X_IO_TIMEOUT_NO_TIMEOUT) { 312 msec = LDAP_X_IO_TIMEOUT_NO_TIMEOUT; 314 if (msec != 0) { 315 tval.tv_sec = msec / MILLISEC; 317 (msec % MILLISEC); 320 tv_time = (hrtime_t)msec * (NANOSEC / MILLISEC) [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| timers.c | 181 void *sh_timeradd(unsigned long msec,int flags,void (*action)(void*),void *handle) 186 t = ((double)msec)/1000.;
|
| /onnv/onnv-gate/usr/src/lib/libinetutil/common/ |
| tq.c | 85 insert_timer(iu_tq_t *tq, iu_timer_node_t *node, uint64_t msec) 98 node->iutn_abs_timeout = gethrtime() + (msec * (NANOSEC / MILLISEC));
|