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

12

/freebsd-current/contrib/lib9p/pytest/
H A Dp9err.py18 _errno.ENOTEMPTY: _errno.EPERM,
69 'ENOTEMPTY',
H A Dlerrno.py45 ENOTEMPTY = 39 variable
180 ENOTEMPTY: 'Directory not empty',
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h289 # ifndef ENOTEMPTY
290 # define ENOTEMPTY 9953 macro
/freebsd-current/sys/contrib/xen/io/
H A Dxs_wire.h87 XSD_ERROR(ENOTEMPTY),
/freebsd-current/tests/sys/fs/fusefs/
H A Drmdir.cc122 expect_rmdir(FUSE_ROOT_ID, RELPATH, ENOTEMPTY);
125 ASSERT_EQ(ENOTEMPTY, errno);
/freebsd-current/sys/contrib/xen/
H A Derrno.h96 XEN_ERRNO(ENOTEMPTY, 39) /* Directory not empty */
/freebsd-current/sys/sys/
H A Derrno.h135 #define ENOTEMPTY 66 /* Directory not empty */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d164 inline int ENOTEMPTY = 66;
165 #pragma D binding "1.0" ENOTEMPTY
312 errno == ENOTEMPTY ? "Directory not empty" :
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h38 directory_not_empty, // ENOTEMPTY
135 directory_not_empty = ENOTEMPTY,
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_union.c180 ATF_REQUIRE_ERRNO(ENOTEMPTY, rump_sys_rmdir(TDIR) == -1);
H A Dt_vnops.c197 if (rv != -1 || errno != ENOTEMPTY)
311 if (rump_sys_rename(pb2, pb3) != -1 || errno != ENOTEMPTY)
/freebsd-current/tools/test/stress2/misc/
H A Dcredleak.sh127 if (errno != ENOTEMPTY && errno != ENOENT && errno !=
H A Dcmp.sh151 if (errno != ENOTEMPTY && errno != ENOENT && errno !=
/freebsd-current/stand/liblua/
H A Dlerrno.c115 ENTRY(ENOTEMPTY),
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_errno.c544 #ifdef ENOTEMPTY
549 atf_tc_fail_nonfatal("ENOTEMPTY not defined");
/freebsd-current/sys/netsmb/
H A Dsmb_subr.c255 return ENOTEMPTY;
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c227 return ENOTEMPTY;
350 return ENOTEMPTY;
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c418 { BSM_ERRNO_ENOTEMPTY, ENOTEMPTY, ES("Directory not empty") },
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c419 { BSM_ERRNO_ENOTEMPTY, ENOTEMPTY, ES("Directory not empty") },
/freebsd-current/sys/dev/ice/
H A Dice_strings.c504 case ENOTEMPTY:
505 str = "ENOTEMPTY";
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1576 #ifdef ENOTEMPTY
1577 case ENOTEMPTY:
1578 return ("ENOTEMPTY");
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c949 return (SET_ERROR(ENOTEMPTY));
1006 * fail if zp is a mount point (EBUSY) or a non-empty directory (ENOTEMPTY).
1030 return (SET_ERROR(ENOTEMPTY));
/freebsd-current/contrib/atf/atf-c/detail/
H A Dfs.c858 * EEXIST instead of ENOTEMPTY for non-empty directories.
861 errno = ENOTEMPTY;
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c648 return (ENOTEMPTY);
/freebsd-current/contrib/lib9p/
H A Drequest.c244 [ENOTEMPTY] = EPERM,
295 [ENOTEMPTY] = LINUX_ENOTEMPTY,

Completed in 162 milliseconds

12