Home
last modified time | relevance | path

Searched refs:hash_elem_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h70 } hash_elem_t; typedef
74 hash_elem_t **tbl;
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h91 typedef struct hash_elem hash_elem_t; typedef
97 hash_elem_t **tbl;
H A Dpicltree.c424 static hash_elem_t *
427 hash_elem_t *n; in hash_newobj()
438 static hash_elem_t *
441 hash_elem_t *n; in hash_newhdl()
461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE); in hash_init()
476 hash_elem_t *n; in hash_add_newobj()
492 hash_elem_t *n; in hash_add_newhdl()
513 hash_elem_t *nxt; in hash_remove()
514 hash_elem_t *cur; in hash_remove()
548 hash_elem_t *tmp; in hash_lookup_obj()
[all …]