Searched refs:ENOTCAPABLE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/tools/regression/capsicum/syscalls/
H A Dcap_fcntls_limit.c98 CHECK(errno == ENOTCAPABLE);
112 CHECK(errno == ENOTCAPABLE);
116 CHECK(errno == ENOTCAPABLE);
125 CHECK(errno == ENOTCAPABLE);
131 CHECK(errno == ENOTCAPABLE);
144 CHECK(errno == ENOTCAPABLE);
147 CHECK(errno == ENOTCAPABLE);
150 CHECK(errno == ENOTCAPABLE);
153 CHECK(errno == ENOTCAPABLE);
174 CHECK(errno == ENOTCAPABLE);
[all...]
H A Dcap_ioctls_limit.c92 CHECK(errno == ENOTCAPABLE);
102 CHECK(errno == ENOTCAPABLE);
112 CHECK(errno == ENOTCAPABLE);
118 CHECK(errno == ENOTCAPABLE);
124 CHECK(errno == ENOTCAPABLE);
149 CHECK(errno == ENOTCAPABLE);
154 CHECK(errno == ENOTCAPABLE);
160 CHECK(errno == ENOTCAPABLE);
166 CHECK(errno == ENOTCAPABLE);
184 CHECK(errno == ENOTCAPABLE);
[all...]
/freebsd-10.1-release/sys/sys/
H A Derrno.h177 #define ENOTCAPABLE 93 /* Capabilities insufficient */ macro
/freebsd-10.1-release/sys/kern/
H A Dsys_capability.c162 return (ENOTCAPABLE);
330 * ENOTCAPABLE will be returned.
353 return (ENOTCAPABLE);
372 return (ENOTCAPABLE);
381 return (ENOTCAPABLE);
508 return (ENOTCAPABLE);
547 return (ENOTCAPABLE);
H A Dvfs_lookup.c292 return (ENOTCAPABLE);
610 * 0. If doing a capability lookup, return ENOTCAPABLE (this is a
631 error = ENOTCAPABLE;
/freebsd-10.1-release/tools/regression/security/cap_test/
H A Dcap_test.h107 /* A system call should fail with ENOTCAPABLE. */
109 CHECK_SYSCALL_FAILS(ENOTCAPABLE, __VA_ARGS__)
H A Dcap_test_capabilities.c63 * pass, then it did. Otherwise, ensure that the errno is ENOTCAPABLE;
79 } else if (errno != ENOTCAPABLE) { \
80 SYSCALL_FAIL(syscall, "errno != ENOTCAPABLE"); \
103 } else if (errno != ENOTCAPABLE) \
104 SYSCALL_FAIL(syscall, "errno != ENOTCAPABLE"); \
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c688 #ifdef ENOTCAPABLE
689 ENOTCAPABLE,
/freebsd-10.1-release/sys/security/audit/
H A Dbsm_errno.c690 #ifdef ENOTCAPABLE
691 ENOTCAPABLE,
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dkqueue.c335 #if defined(__FreeBSD__) && defined(ENOTCAPABLE)
349 case ENOTCAPABLE:

Completed in 305 milliseconds