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

/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c1233 ace_inherit_helper(char *str, uint32_t *imask, int table_length) argument
1244 1, imask) && compute_values(inherit_table,
1245 table_length, str, 0, imask)) {
1249 rc = compute_values(inherit_table, table_length, str, 0, imask);
1259 compute_ace_inherit(char *str, uint32_t *imask) argument
1263 rc = ace_inherit_helper(str, imask, IFLAG_COUNT);
1268 rc = ace_inherit_helper(str, imask, IFLAG_COUNT_V1);

Completed in 21 milliseconds