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

/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c49 * AU_TABLE_MAX must be a integer multiple of AU_TABLE_LENGTH
51 #define AU_TABLE_LENGTH 8 macro
54 static token_t *au_i[AU_TABLE_LENGTH]; /* initial descriptor table */
56 static int au_d_length = AU_TABLE_LENGTH; /* current table length */
57 static int au_d_required_length = AU_TABLE_LENGTH; /* new table length */
96 * Logic here expects AU_TABLE_MAX to be multiple of AU_TABLE_LENGTH
103 au_d_required_length += AU_TABLE_LENGTH;

Completed in 21 milliseconds