Home
last modified time | relevance | path

Searched refs:EACL_INVALID_SLOT (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c568 return (EACL_INVALID_SLOT); in acl_modifyentries()
623 return (EACL_INVALID_SLOT); in acl_addentries()
700 case EACL_INVALID_SLOT: in acl_strerror()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h277 #define EACL_INVALID_SLOT 13 /* invalid acl slot */ macro