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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c1221 int tmp_space; local
1234 tmp_space = CMSG_SPACE(sizeof(struct user64_timeval));
1242 tmp_space = CMSG_SPACE(sizeof(struct user32_timeval));
1244 if (len >= tmp_space) {
1245 tocopy = tmp_space;

Completed in 19 milliseconds