Searched refs:init_hash (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/truss/ |
H A D | htbl.h | 83 extern htbl_t *init_hash(unsigned int);
|
H A D | htbl.c | 43 init_hash(unsigned int size) in init_hash() function
|
H A D | main.c | 1611 fcall_tbl = init_hash(4096); in per_proc_init()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_common.h | 147 uint32_t init_hash; member
|
H A D | hxge_pfc.c | 519 p_class_cfgp->init_hash = seed; in hxge_pfc_set_hash() 875 status = hxge_pfc_set_hash(hxgep, p_class_cfgp->init_hash); in hxge_pfc_update_hw()
|
H A D | hxge_virtual.c | 452 p_class_cfgp->init_hash = (uint32_t)cfg_value; in hxge_set_hw_class_config()
|
/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() function 879 if (init_hash(hosthash, 0, HOSTHASHSIZE, MAXHOSTNAMELEN)) in auditd_plugin_open() 882 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN)) in auditd_plugin_open() 885 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN)) in auditd_plugin_open()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 74 static HTAB *init_hash __P((HTAB *, const char *, const HASHINFO *)); 166 if (!(hashp = init_hash(hashp, file, info))) 326 init_hash(hashp, file, info) in init_hash() function
|