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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2933 struct user32_timeval tv32; local
2935 if (sopt->sopt_valsize < sizeof(tv32)) {
2938 sopt->sopt_valsize = sizeof(tv32);
2940 error = copyin(sopt->sopt_val, &tv32, sizeof(tv32));
2945 bcopy(CAST_DOWN(caddr_t, sopt->sopt_val), &tv32,
2946 sizeof(tv32));
2949 if (tv32.tv_sec < 0 || tv32.tv_sec > LONG_MAX
2950 || tv32
3415 struct user32_timeval tv32; local
[all...]
H A Duipc_syscalls.c1236 struct user32_timeval *tv32 = (struct user32_timeval *)(void *)CMSG_DATA(tmp_cp); local
1238 tv32->tv_sec = tv->tv_sec;
1239 tv32->tv_usec = tv->tv_usec;

Completed in 28 milliseconds