Searched refs:close_nocancel (Results 1 – 3 of 3) sorted by relevance
544 int close_nocancel(proc_t p, int fd);
5254 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
2731 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()