Home
last modified time | relevance | path

Searched refs:fp_guard_exception (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dfile_internal.h519 int fp_guard_exception(proc_t p, int fd, struct fileproc *fp, u_int attribs);
/xnu-8792.41.9/bsd/kern/
H A Dkern_descrip.c2391 error = fp_guard_exception(p, old, fp, kGUARD_EXC_DUP); in sys_dup()
2451 error = fp_guard_exception(p, old, fp, kGUARD_EXC_DUP); in dup2()
2491 error = fp_guard_exception(p, in dup2()
2808 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_DUP); in sys_fcntl_nocancel()
2838 error = fp_guard_exception(p, in sys_fcntl_nocancel()
5293 int error = fp_guard_exception(p, fd, fp, kGUARD_EXC_CLOSE); in close_nocancel()
5763 err = fp_guard_exception(p, fd, fp, kGUARD_EXC_FILEPORT); in sys_fileport_makeport()
H A Dkern_guarded.c204 fp_guard_exception(proc_t p, int fd, struct fileproc *fp, u_int flavor) in fp_guard_exception() function
H A Duipc_usrreq.c2465 error = fp_guard_exception(p, in unp_internalize()
H A Dsys_generic.c563 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in preparefilewrite()
H A Dkern_exec.c2817 error = fp_guard_exception(p, psfa->psfaa_filedes, in exec_handle_file_actions()