Home
last modified time | relevance | path

Searched refs:netbsd32_timeval (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32.h249 struct netbsd32_timeval { struct
268 struct netbsd32_timeval it_interval; /* timer interval */ argument
269 struct netbsd32_timeval it_value; /* current value */
434 struct netbsd32_timeval ru_utime;/* user time used */
435 struct netbsd32_timeval ru_stime;/* system time used */
1011 struct netbsd32_timeval time;
1096 struct netbsd32_timeval nsd_timestamp;
H A Dnetbsd32_time.c192 struct netbsd32_timeval tv32; in netbsd32___gettimeofday50()
223 struct netbsd32_timeval atv32; in netbsd32___settimeofday50()
261 struct netbsd32_timeval atv; in netbsd32___adjtime50()
H A Dnetbsd32_select.c64 struct netbsd32_timeval tv32; in netbsd32___select50()
H A Dnetbsd32_sysctl.c135 sizeof(struct netbsd32_timeval),
H A Dnetbsd32_ioctl.h138 #define BIOCSRTIMEOUT32 _IOW('B',122, struct netbsd32_timeval)
526 struct netbsd32_timeval fsg_time; /* Time this snapshot was taken */
H A Dnetbsd32_conv.h68 struct netbsd32_timeval *tv32) in netbsd32_from_timeval()
87 netbsd32_to_timeval(const struct netbsd32_timeval *tv32, in netbsd32_to_timeval()
H A Dnetbsd32_fs.c336 struct netbsd32_timeval tv32[2]; in get_utimes32()
/netbsd/sys/compat/sunos32/
H A Dsunos32_misc.c176 struct netbsd32_timeval ntv; in sunos32_sys_stime()