Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h545 int close_nocancel(proc_t p, int fd);
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5270 return close_nocancel(p, uap->fd); in sys_close()
5276 return close_nocancel(p, uap->fd); in sys_close_nocancel()
5280 close_nocancel(proc_t p, int fd) in close_nocancel() function
H A Dkern_exec.c2739 error = close_nocancel(p, origfd); in exec_handle_file_actions()
2790 error = close_nocancel(p, origfd); in exec_handle_file_actions()
2797 error = close_nocancel(p, psfa->psfaa_filedes); in exec_handle_file_actions()