Searched refs:close_nocancel (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | file_internal.h | 566 int close_nocancel(proc_t p, kauth_cred_t p_cred, int fd);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 5398 return close_nocancel(p, p_cred, uap->fd); in sys_close() 5406 return close_nocancel(p, p_cred, uap->fd); in sys_close_nocancel() 5410 close_nocancel(proc_t p, kauth_cred_t p_cred, int fd) in close_nocancel() function
|
| H A D | kern_exec.c | 3444 error = close_nocancel(p, p_cred, origfd); in exec_handle_file_actions() 3494 error = close_nocancel(p, p_cred, origfd); in exec_handle_file_actions() 3501 error = close_nocancel(p, p_cred, psfa->psfaa_filedes); in exec_handle_file_actions()
|