Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c1842 socklen_t tmp_space; in copyout_control() local
1855 tmp_space = CMSG_SPACE(sizeof(struct user64_timeval)); in copyout_control()
1863 tmp_space = CMSG_SPACE(sizeof(struct user32_timeval)); in copyout_control()
1865 if (len >= tmp_space) { in copyout_control()
1866 tocopy = tmp_space; in copyout_control()