/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 185 #ifndef ENOTEMPTY 186 #define ENOTEMPTY 39 macro
|
H A D | yaffs_error.c | 33 { ENOTEMPTY, "ENOTEMPTY"},
|
/openbmc/linux/net/9p/ |
H A D | error.c | 78 {"Directory not empty", ENOTEMPTY}, 126 {"directory is not empty", ENOTEMPTY},
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 109 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 109 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/openbmc/linux/fs/sysv/ |
H A D | namei.c | 174 int err = -ENOTEMPTY; in sysv_rmdir() 221 err = -ENOTEMPTY; in sysv_rename()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | xs_wire.h | 71 XSD_ERROR(ENOTEMPTY),
|
/openbmc/linux/include/xen/interface/io/ |
H A D | xs_wire.h | 63 XSD_ERROR(ENOTEMPTY),
|
/openbmc/linux/fs/minix/ |
H A D | namei.c | 165 int err = -ENOTEMPTY; in minix_rmdir() 208 err = -ENOTEMPTY; in minix_rename()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 45 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/openbmc/linux/fs/ufs/ |
H A D | namei.c | 233 int err= -ENOTEMPTY; in ufs_rmdir() 276 err = -ENOTEMPTY; in ufs_rename()
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util.h | 76 } else if (err == ENOTEMPTY) { in errno_to_dotl()
|
/openbmc/linux/fs/ext2/ |
H A D | namei.c | 304 int err = -ENOTEMPTY; in ext2_rmdir() 356 err = -ENOTEMPTY; in ext2_rename()
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_net.c | 63 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match() 234 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_rbtree.c | 447 return -ENOTEMPTY; in __nft_rbtree_insert() 454 return -ENOTEMPTY; in __nft_rbtree_insert() 461 return -ENOTEMPTY; in __nft_rbtree_insert()
|