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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c106 } hashtable_t; typedef in typeref:struct:hashtable
111 static hashtable_t uidhash[UIDHASHSIZE];
112 static hashtable_t gidhash[GIDHASHSIZE];
113 static hashtable_t hosthash[HOSTHASHSIZE];
282 init_hash(hashtable_t *table, int bad_key, int table_length,
303 free_hash(hashtable_t *table, int table_length)

Completed in 45 milliseconds