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.y488 $$.perm_style = PERM_TYPE_UNKNOWN;
532 | COLON {$$.perm_style = PERM_TYPE_EMPTY;}
536 $$.perm_style = PERM_TYPE_ACE;
541 $$.perm_style = PERM_TYPE_ACE;
H A Daclutils.h61 int perm_style; /* type of perm style, see above */ member
H A Dacltext.c1377 if (aclperm->perm_style == PERM_TYPE_EMPTY) { in ace_perm_mask()
1382 if (aclperm->perm_style == PERM_TYPE_ACE) { in ace_perm_mask()