Searched refs:fp_guard_exception (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | file_internal.h | 540 int fp_guard_exception(proc_t p, int fd, struct fileproc *fp, u_int attribs);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 2399 error = fp_guard_exception(p, old, fp, kGUARD_EXC_DUP); in sys_dup() 2462 error = fp_guard_exception(p, old, fp, kGUARD_EXC_DUP); in dup2() 2502 error = fp_guard_exception(p, in dup2() 2820 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_DUP); in sys_fcntl_nocancel() 2851 error = fp_guard_exception(p, in sys_fcntl_nocancel() 5384 int error = fp_guard_exception(p, fd, fp, kGUARD_EXC_CLOSE); in close_nocancel() 5854 err = fp_guard_exception(p, fd, fp, kGUARD_EXC_FILEPORT); in sys_fileport_makeport()
|
| H A D | kern_guarded.c | 202 fp_guard_exception(proc_t p, int fd, struct fileproc *fp, u_int flavor) in fp_guard_exception() function
|
| H A D | uipc_usrreq.c | 2488 error = fp_guard_exception(p, in unp_internalize()
|
| H A D | sys_generic.c | 555 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in preparefilewrite()
|
| H A D | kern_exec.c | 2995 error = fp_guard_exception(p, psfa->psfaa_filedes, in exec_handle_file_actions()
|