Symbol: timeval32
sys/compat/freebsd32/freebsd32.h
106
struct timeval32 it_interval;
sys/compat/freebsd32/freebsd32.h
107
struct timeval32 it_value;
sys/compat/freebsd32/freebsd32.h
376
struct timeval32 ki_start;
sys/compat/freebsd32/freebsd32.h
377
struct timeval32 ki_childtime;
sys/compat/freebsd32/freebsd32.h
82
struct timeval32 ru_utime;
sys/compat/freebsd32/freebsd32.h
83
struct timeval32 ru_stime;
sys/compat/freebsd32/freebsd32_misc.c
1407
struct timeval32 tv;
sys/compat/freebsd32/freebsd32_misc.c
164
CTASSERT(sizeof(struct timeval32) == 8);
sys/compat/freebsd32/freebsd32_misc.c
169
CTASSERT(sizeof(struct timeval32) == 16);
sys/compat/freebsd32/freebsd32_misc.c
1762
struct timeval32 tv32;
sys/compat/freebsd32/freebsd32_misc.c
1789
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1811
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1832
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1853
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1918
struct timeval32 tv32;
sys/compat/freebsd32/freebsd32_misc.c
659
struct timeval32 tv32;
sys/compat/freebsd32/freebsd32_misc.c
950
struct timeval32 atv32;
sys/compat/freebsd32/freebsd32_proto.h
102
char tp_l_[PADL_(struct timeval32 *)]; struct timeval32 * tp; char tp_r_[PADR_(struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
120
char tv_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * tv; char tv_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
125
char tptr_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * tptr; char tptr_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
128
char delta_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * delta; char delta_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
129
char olddelta_l_[PADL_(struct timeval32 *)]; struct timeval32 * olddelta; char olddelta_r_[PADR_(struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
169
char tptr_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * tptr; char tptr_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
247
char tptr_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * tptr; char tptr_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
510
char times_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * times; char times_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
99
char tv_l_[PADL_(struct timeval32 *)]; struct timeval32 * tv; char tv_r_[PADR_(struct timeval32 *)];
sys/dev/evdev/cdev.c
54
struct timeval32 time;
sys/kern/uipc_socket.c
235
struct timeval32 sp_idle;
sys/kern/uipc_socket.c
3951
struct timeval32 tv32;
sys/kern/uipc_socket.c
4239
struct timeval32 tv32;
sys/net/bpf.c
1428
struct timeval32 *tv32;
sys/net/bpf.c
1432
tv32 = (struct timeval32 *)addr;
sys/net/bpf.c
1459
struct timeval32 *tv32;
sys/net/bpf.c
1472
tv32 = (struct timeval32 *)addr;
sys/net/bpf.c
189
struct timeval32 bh_tstamp; /* time stamp */
sys/net/bpf.c
208
#define BIOCSRTIMEOUT32 _IOW('B', 109, struct timeval32)
sys/net/bpf.c
209
#define BIOCGRTIMEOUT32 _IOR('B', 110, struct timeval32)