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

/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c1225 ace_inherit_helper(char *str, uint32_t *imask, int table_length) argument
1229 if (strlen(str) == table_length) {
1231 * If the string == table_length then first check to see it's
1235 if (compute_values(inherit_table, table_length, str,
1237 table_length, str, 0, imask)) {
1241 rc = compute_values(inherit_table, table_length, str, 0, imask);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c357 DAT_COUNT table_length = table_size * sizeof (DAPL_HASH_ELEM); local
375 p_table->table = (DAPL_HASH_ELEM *)dapl_os_alloc(table_length);
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c282 init_hash(hashtable_t *table, int bad_key, int table_length, argument
287 for (i = 0; i < table_length; i++) {
303 free_hash(hashtable_t *table, int table_length) argument
307 for (i = 0; i < table_length; i++) {

Completed in 49 milliseconds