Searched refs:usec (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneusec.d32 * profile-usec; less than 200 micro seconds.
40 profile-1usec
42 printf("profile-usec; less than 200 micro seconds \n");
H A Dtst.profileusec.d32 * Simple profile-usec simple test.
41 profile-200usec
43 printf("This test is a simple profile-usec provider test");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneusec.d32 * profile-usec; less than 200 micro seconds.
40 profile-1usec
42 printf("profile-usec; less than 200 micro seconds \n");
H A Dtst.tickusec.d32 * tick-2000usec simple test.
41 tick-2000usec
43 printf("This test is a simple tick-usec provider test\n");
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dclock.c40 DELAY(int usec) argument
44 if (usec < 0)
53 end = rd(tick) + (u_long)usec * PCPU_GET(clock) / 1000000;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-timed.c51 long sec, usec; local
90 usec = EXTRACT_32BITS(&tsp->tsp_time.tv_usec);
91 if (usec < 0)
95 if (sec < 0 && usec != 0) {
99 usec = 1000000 - usec;
101 printf("%ld.%06ld", sec, usec);
/freebsd-9.3-release/include/rpcsvc/
H A Dspray.x51 unsigned int usec;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtime.c47 int32_t usec)
54 context->kdc_usec_offset = usec - tv.tv_usec;
82 int32_t *usec)
89 *usec = tv.tv_usec; /* XXX */
45 krb5_set_real_time(krb5_context context, krb5_timestamp sec, int32_t usec) argument
80 krb5_us_timeofday(krb5_context context, krb5_timestamp *sec, int32_t *usec) argument
H A Dmk_safe.c73 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
77 s.safe_body.usec = &rdata.usec;
80 s.safe_body.usec = NULL;
85 outdata->usec = rdata.usec;
H A Dtest_time.c44 int32_t usec; local
55 ret = krb5_us_timeofday(context, &sec, &usec);
H A Dmk_error.c51 int32_t usec; local
55 krb5_us_timeofday (context, &sec, &usec);
61 msg.susec = usec;
H A Dmk_priv.c72 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
76 part.usec = &rdata.usec;
79 part.usec = NULL;
84 outdata->usec = rdata.usec;
H A Drd_priv.c136 part.usec == NULL ||
173 if(part.usec)
174 outdata->usec = *part.usec;
H A Drd_safe.c157 safe.safe_body.usec == NULL ||
204 if(safe.safe_body.usec)
205 outdata->usec = *safe.safe_body.usec;
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_unix.c196 int usec = 10 * 1000; /* spend 10ms on each file */ local
230 if (poll(&pset, 1, usec / 1000) < 0)
231 usec = 0;
241 t.tv_usec = usec;
253 usec = t.tv_usec;
257 usec = 0;
275 if (usec == 10 * 1000)
276 usec = 0;
279 (errno == EINTR || errno == EAGAIN)) && usec != 0
/freebsd-9.3-release/contrib/ntp/util/
H A Dprecision.c83 printf("resolution = %ld usec after %d loop%s\n",
129 long usec; local
131 usec = 0;
141 for (i = 0; i < MINLOOPS && usec < HUSECS;) {
153 usec += diff;
160 printf("precision = %ld usec after %d loop%s\n",
162 if (usec >= HUSECS) {
163 printf(" (Boy this machine is fast ! usec was %ld)\n",
164 usec);
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Disctest.c159 * Sleep for 'usec' microseconds.
162 isc_test_nap(isc_uint32_t usec) { argument
166 ts.tv_sec = usec / 1000000;
167 ts.tv_nsec = (usec % 1000000) * 1000;
170 usleep(usec);
176 sleep((usec / 1000000) + 1);
H A Disctest.h57 isc_test_nap(isc_uint32_t usec);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dscan.h19 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec);
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos.h21 * os_sleep - Sleep (sec, usec)
23 * @usec: Number of microseconds to sleep
25 void os_sleep(os_time_t sec, os_time_t usec);
29 os_time_t usec; member in struct:os_time
33 * os_get_time - Get current time (sec, usec)
44 ((a)->sec == (b)->sec && (a)->usec < (b)->usec))
48 (res)->usec = (a)->usec - (b)->usec; \
[all...]
H A Dcommon.c153 u32 sec, usec; local
160 usec = now.usec;
161 usec = 4295 * usec - (usec >> 5) - (usec >> 9);
164 tmp = host_to_be32(usec);
H A Dos_win32.c21 void os_sleep(os_time_t sec, os_time_t usec) argument
25 if (usec)
26 Sleep(usec / 1000);
49 t->usec = (os_time_t) (tt % 1000000);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h54 #define NSEC_TO_TICK(usec) ((usec) / (NANOSEC / hz))
/freebsd-9.3-release/lib/libipsec/
H A Dpolicy_token.l76 usec {dot}{digit}{1,6}
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dmain.c55 delay(int usec) argument
58 CALLBACK(delay, usec);

Completed in 204 milliseconds

12345