Home
last modified time | relevance | path

Searched refs:perm_style (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y486 $$.perm_style = PERM_TYPE_UNKNOWN;
530 | COLON {$$.perm_style = PERM_TYPE_EMPTY;}
534 $$.perm_style = PERM_TYPE_ACE;
539 $$.perm_style = PERM_TYPE_ACE;
H A Daclutils.h61 int perm_style; /* type of perm style, see above */ member
H A Dacltext.c1356 if (aclperm->perm_style == PERM_TYPE_EMPTY) { in ace_perm_mask()
1361 if (aclperm->perm_style == PERM_TYPE_ACE) { in ace_perm_mask()