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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.conf39 #The segment-hashtable-size property defines the size of hashtable
43 segment-hashtable-size=128;
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c719 struct name_ent *hashtable[HASHNAMESIZE]; variable in typeref:struct:name_ent
729 for (hp = hashtable[h_index]; hp != NULL; hp = hp->name_nxt) {
735 hp->name_nxt = hashtable[h_index];
737 hashtable[h_index] = hp;
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c100 typedef struct hashtable { struct

Completed in 770 milliseconds