Searched defs:hash_init (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c630 * hash_init
635 hash_init(bmap_list_t *hp) function
677 hash_init(bmp->bm_hash);
1417 hash_init((bmap_list_t *)bmp->bm_hash);
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c456 hash_init(hash_t *htbl) function
3324 if (hash_init(&picltbl) < 0)
3326 if (hash_init(&ptreetbl) < 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c282 static picl_errno_t hash_init(void);
345 if (hash_init() != PICL_SUCCESS) {
1220 hash_init(void) function
1224 FRUTREE_DEBUG0(HASHTABLE, "hash_init begin");

Completed in 64 milliseconds