Searched defs:ENOENT (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h42 #define ENOENT 2 /* No such file or directory */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h50 #define ENOENT 2 /* No such file or directory */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h45 #define ENOENT 2 /* No such file or directory */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java44 * ENOENT.
46 public static final int ENOENT = 2; field in class:PoolsException
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h54 #define ENOENT 2 /* No such file or directory */ macro
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h358 #define ENOENT 0 macro
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1864 return (ENOENT);
1961 ASSERT(error == ENOENT);
2361 VERIFY3U(ENOENT, ==,
2369 VERIFY3U(ENOENT, ==,
3213 if (error != ENOENT) {
3265 if (error != 0 && error != ENOENT)
3310 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE,
3408 if (error && error != ENOENT)
3411 if (error && error != ENOENT)
3414 if (error && error != ENOENT)
4781 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); local
[all...]

Completed in 76 milliseconds