Home
last modified time | relevance | path

Searched defs:ENOTEMPTY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h136 #define ENOTEMPTY 66 /* Directory not empty */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h157 #define ENOTEMPTY 93 /* directory not empty */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java491 public static final int ENOTEMPTY = 93; field in PoolsException