Searched refs:error2 (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_base.c | 856 mac_error_select(int error1, int error2) in mac_error_select() argument 859 if (error1 == EDEADLK || error2 == EDEADLK) { in mac_error_select() 864 if (error1 == EINVAL || error2 == EINVAL) { in mac_error_select() 869 if (error1 == ESRCH || error2 == ESRCH) { in mac_error_select() 873 if (error1 == ENOENT || error2 == ENOENT) { in mac_error_select() 878 if (error1 == EACCES || error2 == EACCES) { in mac_error_select() 883 if (error1 == EPERM || error2 == EPERM) { in mac_error_select() 891 return error2; in mac_error_select()
|
| H A D | mac_internal.h | 202 int mac_error_select(int error1, int error2);
|
| /xnu-11215/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 483 int error1, error2; in fifo_close_internal() local 544 error2 = soclose(wso); in fifo_close_internal() 549 return error2; in fifo_close_internal()
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_upcalls.c | 573 tb_error_t error2 = xnuupcallsv2_xnuupcalls__server_start(tb_upcall_v2_ep, in exclaves_upcall_init() local 577 return (error == TB_ERROR_SUCCESS && error2 == TB_ERROR_SUCCESS) ? KERN_SUCCESS : KERN_FAILURE; in exclaves_upcall_init()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_descrip.c | 2768 int i, tmp, error, error2, flg = 0; in sys_fcntl_nocancel() local 3325 error2 = copyout((caddr_t)&alloc_struct, argp, sizeof(alloc_struct)); in sys_fcntl_nocancel() 3328 error = error2; in sys_fcntl_nocancel()
|
| H A D | uipc_socket.c | 1467 int error2 = (*so->so_proto->pr_usrreqs->pru_detach)(so); in soclose_locked() local 1469 error = error2; in soclose_locked()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9959 int error2; in mkdir1at() local 9971 error2 = nameiat(&nd, fd); in mkdir1at() 9972 if (error2) { in mkdir1at()
|