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

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c356 DAT_COUNT table_length = table_size * sizeof (DAPL_HASH_ELEM); local
374 p_table->table = (DAPL_HASH_ELEM *)dapl_os_alloc(table_length);
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c255 init_hash(hashtable_t *table, int bad_key, int table_length, argument
260 for (i = 0; i < table_length; i++) {
276 free_hash(hashtable_t *table, int table_length) argument
280 for (i = 0; i < table_length; i++) {
/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c1233 ace_inherit_helper(char *str, uint32_t *imask, int table_length) argument
1237 if (strlen(str) == table_length) {
1239 * If the string == table_length then first check to see it's
1243 if (compute_values(inherit_table, table_length, str,
1245 table_length, str, 0, imask)) {
1249 rc = compute_values(inherit_table, table_length, str, 0, imask);

Completed in 27 milliseconds