Searched refs:EISDIR (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h108 #define EISDIR 21 /* Is a directory */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c299 retval = EISDIR;
H A Dhfs_readwrite.c130 return (EISDIR);
3164 return (EISDIR);
3356 return (EISDIR);
3462 return (EISDIR);
H A Dhfs_vfsutils.c1770 return EISDIR; /* 21 */
H A Dhfs_catalog.c374 result = EISDIR;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c103 { BSM_ERRNO_EISDIR, EISDIR, ES("Is a directory") },
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c496 return (EISDIR); /* overloaded */
H A Dkern_newsysctl.c1066 * EISDIR Malformed request
1115 error = EISDIR;
1430 error = EISDIR;
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c362 error = EISDIR;
765 return(EISDIR);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c769 error = EISDIR;
844 * EISDIR Is a directory [CREATE]
1434 error = EISDIR;
H A Dvfs_subr.c2760 return (EISDIR); /* overloaded */
5422 return (EISDIR);
5564 error = EISDIR;
7367 error = EISDIR;
H A Dvfs_syscalls.c4065 error = EISDIR;
5898 error = EISDIR;
6011 if (error == EISDIR && fvp->v_type == VDIR)
6503 * only get EXISTS or EISDIR for existing path components, and not that it could see
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c867 error = (vnode_vtype(vp) == VDIR) ? EISDIR : EACCES;
1254 error = (vnode_vtype(vp) == VDIR) ? EISDIR : EACCES;
1535 error = (vnode_vtype(vp) == VDIR) ? EISDIR : EACCES;
2638 if (error == EISDIR && fvtype == VDIR) {
2678 error = EISDIR;
H A Dnfs_syscalls.c579 error = EISDIR;
H A Dnfs_subs.c2709 error = EISDIR;
2842 error = EISDIR;
H A Dnfs_vnops.c1556 return (EISDIR);
2136 error = EISDIR;
6857 DUMP, /* EISDIR 21 Is a directory */

Completed in 307 milliseconds