Searched refs:close_nocancel (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | file_internal.h | 566 int close_nocancel(proc_t p, kauth_cred_t p_cred, int fd);
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_descrip.c | 5359 return close_nocancel(p, p_cred, uap->fd); in sys_close() 5367 return close_nocancel(p, p_cred, uap->fd); in sys_close_nocancel() 5371 close_nocancel(proc_t p, kauth_cred_t p_cred, int fd) in close_nocancel() function
|
| H A D | kern_exec.c | 2925 error = close_nocancel(p, p_cred, origfd); in exec_handle_file_actions() 2976 error = close_nocancel(p, p_cred, origfd); in exec_handle_file_actions() 2983 error = close_nocancel(p, p_cred, psfa->psfaa_filedes); in exec_handle_file_actions()
|