Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpf.c2031 struct user32_timeval _tv; in bpfioctl() local
2034 bcopy(addr, &_tv, sizeof(_tv)); in bpfioctl()
2035 tv.tv_sec = _tv.tv_sec; in bpfioctl()
2036 tv.tv_usec = _tv.tv_usec; in bpfioctl()
2049 struct user64_timeval _tv; in bpfioctl() local
2052 bcopy(addr, &_tv, sizeof(_tv)); in bpfioctl()
2053 tv.tv_sec = (__darwin_time_t)_tv.tv_sec; in bpfioctl()
2054 tv.tv_usec = _tv.tv_usec; in bpfioctl()