Searched refs:ENOTDIR (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h107 #define ENOTDIR 20 /* Not a directory */ macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c419 if (unlink(my_namebuf1) && !(errno == ENOENT || errno == ENOTDIR)) {
425 if (unlink(my_namebuf2) && !(errno == ENOENT || errno == ENOTDIR)) {
/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c166 return (ENOTDIR);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c324 retval = ENOTDIR;
H A Dhfs_vnops.c2602 return (ENOTDIR);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c180 return (ENOTDIR); /* overloaded */
H A Dkern_descrip.c1414 error = ENOTDIR;
1474 error = ENOTDIR;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c102 { BSM_ERRNO_ENOTDIR, ENOTDIR, ES("Not a directory") },
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c643 error = ENOTDIR;
765 error = ENOTDIR;
842 * ENOTDIR Not a directory
1001 error = ENOTDIR;
1438 error = ENOTDIR;
H A Dvfs_xattr.c727 error = ENOTDIR;
1157 error = ENOTDIR;
H A Dvfs_subr.c2789 return (ENOTDIR); /* overloaded */
5409 return (ENOTDIR);
5427 return (ENOTDIR);
5561 error = ENOTDIR;
5695 return ENOTDIR;
H A Dvfs_syscalls.c1060 error = ENOTDIR;
2679 error = ENOTDIR;
2756 * change_dir:ENOTDIR
2821 * common_chdir: ENOTDIR
2844 * common_chdir: ENOTDIR
2909 * ENOTDIR Not a directory
2926 return (ENOTDIR);
4332 * namei:ENOTDIR Not a directory
4551 case ENOTDIR:
4592 * namei:ENOTDIR No
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c302 return ENOTDIR;
339 error = ENOTDIR;
383 if(dirnode->dn_type != DEV_DIR) return(ENOTDIR);
H A Ddevfs_vfsops.c526 return (ENOTDIR);
H A Ddevfs_vnops.c259 return (ENOTDIR);
1299 return(ENOTDIR);
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c137 return (ENOTDIR);
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c203 return (ENOTDIR);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1258 error = ENOTDIR;
2452 error = ENOTDIR;
5084 return (ENOTDIR); /* overloaded */
H A Dnfs_serv.c2684 error = ENOTDIR;
3772 error = ENOTDIR;
H A Dnfs_subs.c2075 error = ENOTDIR;

Completed in 218 milliseconds