Searched refs:EACCES (Results 1 - 25 of 48) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_ipc.c81 * EACCES
119 return ((mode_req & mode_owner) == mode_req ? 0 : EACCES);
138 return (EACCES);
141 return (EACCES);
153 return (EACCES);
H A Dkern_mman.c355 error = EACCES;
393 error = EACCES;
600 error = EACCES;
820 return (EACCES);
853 return (EACCES);
H A Dkern_acct.c179 return (EACCES);
H A Dsysv_shm.c517 shmat_ret = EACCES;
540 * ipcperm:EACCES
678 * EACCES (access denied).
681 return EACCES;
819 return (EACCES);
H A Dkern_exec.c1247 * execargs_alloc:EACCES Permission denied
1252 * exec_check_permissions:EACCES Permission denied
1675 * exec_activate_image:EACCES Permission denied
2235 * __mac_execve:EACCES Permission denied
2275 * exec_activate_image:EACCES Permission denied
3056 * EACCES Permission denied
3073 return (EACCES);
3092 return (EACCES);
3581 * EACCES Access denied
3603 return EACCES;
[all...]
H A Dposix_sem.c475 error = EACCES;
844 error = EACCES;
H A Dposix_shm.c761 return (EACCES);
992 return (EACCES);
H A Dkern_credential.c5519 * EACCES Access is denied
5563 return (EACCES);
5569 return (EACCES);
5594 return (EACCES);
H A Dkern_resource.c299 * donice:EACCES
425 * EACCES
449 error = EACCES;
/darwin-on-arm/xnu/bsd/netat/
H A Dat.c246 return(EACCES);
484 return(EACCES);
524 return(EACCES);
555 return(EACCES);
582 error = EACCES;
665 error = EACCES;
702 error = EACCES;
711 error = EACCES;
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h98 #define EACCES 13 /* Permission denied */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c301 return EACCES;
1214 myErr = EACCES;
1485 access[i] = EACCES;
1507 access[i] = (error != 0 ? (short) error : EACCES);
1630 return (EACCES);
1665 return (EACCES);
1691 return (EACCES); /* must be owner of file system */
1711 return (EACCES); /* must be owner of file system */
1742 return (EACCES); /* must be owner of file system */
1791 return (EACCES); /* mus
[all...]
H A Dhfs_quota.c571 error = EACCES;
/darwin-on-arm/xnu/osfmk/i386/
H A Duser_ldt.c254 return EACCES;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c95 { BSM_ERRNO_EACCES, EACCES, ES("Permission denied") },
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c203 return (EACCES);
247 return (EACCES);
772 error = EACCES;
858 error = EACCES;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c5466 if (error == EACCES) {
5722 * xlate => EACCES Permission denied
5729 * EACCES
5749 result = EACCES;
6085 error = EACCES;
6094 error = EACCES;
6105 error = EACCES;
6120 error = vauth_dir_ingroup(vcp, &ismember, (!group_ok ? EACCES : 0));
6122 error = vauth_file_ingroup(vcp, &ismember, (!group_ok ? EACCES : 0));
6132 error = EACCES;
[all...]
/darwin-on-arm/xnu/security/
H A Dmac_base.c1021 if (error1 == EACCES || error2 == EACCES)
1022 return (EACCES);
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c196 if ((flags & FWRITE) && (mdev[devid].mdFlags & mdRO)) return (EACCES); /* Currently mounted RO */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c506 return (EACCES);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1187 error = EACCES;
3272 return (EACCES);
3328 return (EACCES);
3362 return (EACCES);
H A Dip6_mroute.c277 return (EACCES);
342 if (so != ip6_mrouter) return EACCES;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsproto.h183 * of EAUTH to be EACCES
185 #define NFSERR_EAUTH EACCES
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c242 return (EACCES);
1154 if (error != EACCES && error != EPERM && error != EROFS) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c243 * EACCES
985 error = EACCES;
1370 error = EACCES ;
1603 error = EACCES; /* not sure this is the right error msg */

Completed in 295 milliseconds

12