Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h52 extern void destroy_hash(hash *, int (*)(), const char *);
H A Dhash.c229 destroy_hash(hash *tbl, int (*ptr)(), const char *usr_arg) in destroy_hash() function
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.h82 extern void destroy_hash(htbl_t *);
H A Dhtbl.c65 destroy_hash(htbl_t *htp) in destroy_hash() function
H A Dmain.c1616 destroy_hash(fcall_tbl); in per_proc_init()