Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfile_internal.h544 int close_nocancel(proc_t p, int fd);
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c5254 return close_nocancel(p, uap->fd); in sys_close()
5260 return close_nocancel(p, uap->fd); in sys_close_nocancel()
5264 close_nocancel(proc_t p, int fd) in close_nocancel() function
H A Dkern_exec.c2731 error = close_nocancel(p, origfd); in exec_handle_file_actions()
2782 error = close_nocancel(p, origfd); in exec_handle_file_actions()
2789 error = close_nocancel(p, psfa->psfaa_filedes); in exec_handle_file_actions()