Searched refs:table_length (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 282 init_hash(hashtable_t *table, int bad_key, int table_length, in init_hash() argument 287 for (i = 0; i < table_length; i++) { in init_hash() 303 free_hash(hashtable_t *table, int table_length) in free_hash() argument 307 for (i = 0; i < table_length; i++) { in free_hash()
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | acltext.c | 1225 ace_inherit_helper(char *str, uint32_t *imask, int table_length) in ace_inherit_helper() argument 1229 if (strlen(str) == table_length) { in ace_inherit_helper() 1235 if (compute_values(inherit_table, table_length, str, in ace_inherit_helper() 1237 table_length, str, 0, imask)) { in ace_inherit_helper() 1241 rc = compute_values(inherit_table, table_length, str, 0, imask); in ace_inherit_helper()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_hash.c | 357 DAT_COUNT table_length = table_size * sizeof (DAPL_HASH_ELEM); in dapls_hash_create() local 375 p_table->table = (DAPL_HASH_ELEM *)dapl_os_alloc(table_length); in dapls_hash_create()
|