Home
last modified time | relevance | path

Searched refs:hash_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c89 } hash_t; typedef
98 hash_t *hash_alg = (hash_t *)alg_data; in hash_lb()
182 hash_t *hash_alg = (hash_t *)alg_data; in hash_server_del()
226 hash_t *hash_alg = (hash_t *)alg_data; in hash_server_add()
274 hash_t *alg = (hash_t *)alg_data; in hash_server_enable()
328 hash_t *alg = (hash_t *)alg_data; in hash_server_disable()
367 hash_t *hash_alg; in ilb_alg_hash_init()
393 kmem_free(hash_alg, sizeof (hash_t)); in ilb_alg_hash_init()
406 kmem_free(hash_alg, sizeof (hash_t)); in ilb_alg_hash_init()
417 hash_t *hash_alg; in hash_fini()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h75 } hash_t; typedef
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c81 typedef unsigned int hash_t; typedef
83 static hash_t
107 hash_t h; in add_netgroup_name()
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h98 } hash_t; typedef
H A Dpicltree.c135 static hash_t picltbl; /* client handles to picl obj */
136 static hash_t ptreetbl; /* ptree handles to picl obj */
456 hash_init(hash_t *htbl) in hash_init()
473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) in hash_add_newobj()
489 hash_add_newhdl(hash_t *htbl, picl_hdl_t piclh, picl_hdl_t ptreeh) in hash_add_newhdl()
511 hash_remove(hash_t *htbl, picl_hdl_t hdl) in hash_remove()
546 hash_lookup_obj(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_obj()
564 hash_lookup_hdl(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_hdl()