HomeSort by: relevance | last modified time | path
    Searched defs:tv_usec (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/readline/readline/
posixtime.h 47 long int tv_usec; member in struct:timeval
57 # define timerclear(tvp) do { (tvp)->tv_sec = 0; (tvp)->tv_usec = 0; } while (0)
60 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
64 (((a)->tv_sec == (b)->tv_sec) ? ((a)->tv_usec CMP (b)->tv_usec) \
70 # define timerisunset(tvp) ((tvp)->tv_sec == 0 && (tvp)->tv_usec == 0)
73 # define timerset(tvp, s, u) do { tvp->tv_sec = s; tvp->tv_usec = u; } while (0)
80 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
  /src/sys/compat/sys/
time_types.h 50 long tv_usec; /* and microseconds */ member in struct:timeval50
80 ts->tv_usec = (suseconds_t)ts50->tv_usec;
88 ts50->tv_usec = ts->tv_usec;
  /src/crypto/dist/ipsec-tools/src/racoon/
dump.c 73 uint32_t tv_usec; /* microseconds */ member in struct:pcap_timeval
165 sf_hdr.ts.tv_usec = tv.tv_usec;
  /src/sys/dev/sun/
vuid_event.h 50 long tv_usec; member in struct:firm_timeval
72 fev->time.tv_usec = (long)tv.tv_usec;
  /src/external/bsd/libarchive/dist/cpio/
cpio_windows.h 42 long tv_usec; member in struct:_timeval64i32
  /src/external/bsd/ntp/dist/kernel/sys/
tpro.h 25 long tv_usec; /* microseconds */ member in struct:tproval
  /src/include/protocols/
timed.h 54 int32_t tv_usec; member in struct:tsp::__anon141::__anon142
  /src/lib/libc/gen/
utmpx.c 69 long tv_usec; member in struct:otimeval
79 tv->tv_usec = (suseconds_t)otv.tv_usec;
89 otv.tv_usec = (long)tv->tv_usec;
417 ux->ut_tv.tv_usec = 0;
  /src/sys/sys/
time.h 46 suseconds_t tv_usec; /* and microseconds */ member in struct:timeval
54 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
58 (tv)->tv_usec = (suseconds_t)(ts)->tv_nsec / 1000; \
71 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0L
72 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
75 ((tvp)->tv_usec cmp (uvp)->tv_usec) : \
80 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
    [all...]
ktrace.h 76 long tv_usec; member in struct:ktr_header::__anon7606::__anon7607::__anon7608
  /src/external/bsd/libpcap/dist/
sf-pcap.c 124 bpf_u_int32 tv_usec; /* microseconds */ member in struct:pcap_timeval
561 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
566 hdr->ts.tv_usec = sf_hdr.ts.tv_usec;
582 hdr->ts.tv_usec = hdr->ts.tv_usec * 1000;
590 hdr->ts.tv_usec = hdr->ts.tv_usec / 1000;
861 sf_hdr.ts.tv_usec = (bpf_u_int32)h->ts.tv_usec
    [all...]
  /src/external/bsd/tcpdump/dist/
print-timed.c 40 nd_int32_t tv_usec; member in struct:tsp_timeval
140 usec = GET_BE_S_4(tsp->tsp_time.tv_usec);
  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-linux.h 37 int tv_usec; member in struct:compat_timeval
amd64-linux-siginfo.c 132 int tv_usec; member in struct:compat_timeval
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-linux.h 37 int tv_usec; member in struct:compat_timeval
amd64-linux-siginfo.c 132 int tv_usec; member in struct:compat_timeval
  /src/dist/pf/sbin/pflogd/
pflogd.c 116 uint32_t tv_usec; member in struct:pcap_timeval
481 sf_hdr.ts.tv_usec = h->ts.tv_usec;
606 sf_hdr.ts.tv_usec = h->ts.tv_usec;
  /src/sys/arch/usermode/include/
thunk.h 41 int32_t tv_usec; member in struct:thunk_timeval
  /src/sys/compat/linux/common/
linux_types.h 96 linux_suseconds_t tv_usec; member in struct:linux_timeval
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c 77 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
78 * be assigned the current time tv_usec val when the fence signals.
88 uint32_t *tv_usec; member in struct:vmw_event_fence_action
966 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
1060 uint32_t *tv_usec,
1079 eaction->tv_usec = tv_usec;
1125 &event->event.tv_usec,
  /src/external/gpl3/binutils/dist/bfd/hosts/
x86-64linux.h 124 int tv_usec; member in struct:prstatus32_timeval
130 a8_uint64_t tv_usec; member in struct:prstatus64_timeval
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
x86-64linux.h 124 int tv_usec; member in struct:prstatus32_timeval
130 a8_uint64_t tv_usec; member in struct:prstatus64_timeval
  /src/external/gpl3/gdb/dist/bfd/hosts/
x86-64linux.h 124 int tv_usec; member in struct:prstatus32_timeval
130 a8_uint64_t tv_usec; member in struct:prstatus64_timeval
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
x86-64linux.h 124 int tv_usec; member in struct:prstatus32_timeval
130 a8_uint64_t tv_usec; member in struct:prstatus64_timeval
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 73 osf1_int tv_usec; member in struct:osf1_timeval

Completed in 50 milliseconds

1 2 3