Searched refs:msec (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d47 #pragma D option switchrate=10msec
52 tick-100msec
58 tick-100msec
H A Dtst.aggrate.d48 #pragma D option aggrate=10msec
53 tick-100msec
59 tick-100msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilemsec.d32 * Simple profile-msec simple test.
41 profile-1msec
43 printf("This test is a simple profile-msec provider test");
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.tickmsec.d32 * tick-msec simple test.
41 tick-1msec
43 printf("This test is a simple tick-msec provider test\n");
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring1.d53 tick-10msec
60 tick-10msec
66 tick-10msec
H A Dtst.ring3.d64 tick-10msec
70 tick-10msec
76 tick-10msec
H A Dtst.switch1.d46 #pragma D option switchrate=500msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.localvar.d50 profile:::tick-100msec
H A Dtst.basicvar.d53 profile:::tick-100msec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/providers/
H A Dtst.twoprof.d54 profile:::tick-100msec
/illumos-gate/usr/src/lib/libvrrpadm/common/netinet/
H A Dvrrp.h66 #define MSEC2CENTISEC(msec) ((msec) / 10)
68 /* Max advertisement interval, in msec */
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c68 int msec = ticks; /* NB: hz==1000 */ local
69 (void) poll(0, 0, msec);
/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
H A Dtst.tcp.ksh65 profile:::tick-10msec
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c105 int msec; local
120 msec = __rpc_timeval_to_msec(timeout);
122 res = poll(&pfd, 1, msec);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c187 dhcp_ipc_recv_msg(int fd, void **msg, uint32_t base_length, int msec) argument
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) argument
244 msec);
973 dhcp_ipc_timed_read(int fd, void *buffer, unsigned int length, int *msec) argument
988 retv = poll(&pollfd, 1, *msec);
990 /* This can happen only if *msec is not -1 */
991 *msec = 0;
995 if (*msec !
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h273 * Macros to convert from common units of time (sec, msec, usec, nsec,
281 #define MSEC_TO_TICK(msec) \
282 (msec_per_tick ? (msec) / msec_per_tick : (msec) * tick_per_msec)
283 #define MSEC_TO_TICK_ROUNDUP(msec) \
285 ((msec) == 0 ? 0 : ((msec) - 1) / msec_per_tick + 1) : \
286 (msec) * tick_per_msec)
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c196 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,
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h82 extern int pctx_run(pctx_t *pctx, uint_t msec, uint_t nsamples,
H A Dlibpctx.c489 msincr(struct timeval *tv, uint_t msec) argument
491 tv->tv_sec += msec / MILLISEC;
492 tv->tv_usec += (msec % MILLISEC) * MILLISEC;
521 uint_t msec,
536 if (msec == 0)
558 if (msec != 0) {
564 msincr(&tvgoal, msec);
582 if (msec != 0) {
596 msincr(&tvgoal, msec);
664 msincr(&tvgoal, msec);
519 pctx_run( pctx_t *pctx, uint_t msec, uint_t nsamples, int (*tick)(pctx_t *, pid_t, id_t, void *)) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c159 man->meta.msec = mandoc_strdup("");
310 free(man->meta.msec);
314 man->meta.msec = man->meta.os = NULL;
345 man->meta.msec = mandoc_strdup(n->string);
347 man->meta.msec = mandoc_strdup("");
380 else if ('\0' != man->meta.msec[0] &&
381 (NULL != (p = mandoc_a2msec(man->meta.msec))))
H A Droff.h120 char *msec; /* Manual section, usually a digit. */ member in struct:roff_meta
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c295 struct secinfo *msec; /* merged secinfo list */ local
321 msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
325 msec[c] = cursec[c];
338 srv_secinfo_copy(&newsec[n], &msec[mcnt]);
341 msec[mcnt].s_flags = M_RO;
343 SECREF_TRACE(msec, "new_ref",
344 msec[mcnt].s_secinfo.sc_nfsnum,
345 msec[mcnt].s_refcnt);
359 *pcursec = msec;
383 struct secinfo *msec; /* fina local
493 struct secinfo *msec; /* merged secinfo list */ local
619 struct secinfo *msec; /* merged secinfo list */ local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c260 int msec = ld->ld_connect_timeout; /* milliseconds */ local
269 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n",
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);
[all...]

Completed in 107 milliseconds

12