Searched refs:ENOTEMPTY (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h185 #define ENOTEMPTY 66 /* Directory not empty */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c412 { BSM_ERRNO_ENOTEMPTY, ENOTEMPTY, ES("Directory not empty") },
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c838 error = ENOTEMPTY;
1067 error = ENOTEMPTY;
H A Ddevfs_tree.c1038 return (ENOTEMPTY);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2642 error = ENOTEMPTY;
2691 error = ENOTEMPTY;
2699 error = ENOTEMPTY;
2760 error = ENOTEMPTY;
2782 error = ENOTEMPTY;
2789 error = ENOTEMPTY;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c2654 return (ENOTEMPTY);
3875 error = ENOTEMPTY;
4148 * out of the rename syscall, but not for this reason, since it is a synonym errno for ENOTEMPTY.
H A Dhfs_vfsutils.c1767 return ENOTEMPTY; /* 66 */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c7876 * 3. Check if the directory entries returned are regular files with name starting with "._". If not, return ENOTEMPTY.
7966 error = ENOTEMPTY;
H A Dvfs_syscalls.c6757 if (error == ENOTEMPTY) {

Completed in 139 milliseconds