Searched refs:tv64 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2904 * the top 32-bits assigning tv64.tv_sec to tv_p->tv_sec.
2912 struct user64_timeval tv64; local
2914 if (sopt->sopt_valsize < sizeof(tv64)) {
2917 sopt->sopt_valsize = sizeof(tv64);
2919 error = copyin(sopt->sopt_val, &tv64, sizeof(tv64));
2923 bcopy(CAST_DOWN(caddr_t, sopt->sopt_val), &tv64,
2924 sizeof(tv64));
2926 if (tv64.tv_sec < 0 || tv64
3414 struct user64_timeval tv64; local
[all...]
H A Duipc_syscalls.c1228 struct user64_timeval *tv64 = (struct user64_timeval *)(void *)CMSG_DATA(tmp_cp); local
1230 tv64->tv_sec = tv->tv_sec;
1231 tv64->tv_usec = tv->tv_usec;

Completed in 70 milliseconds