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.h72 } hash_elem_t; typedef in typeref:struct:hash_elem
76 hash_elem_t **tbl;
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h93 typedef struct hash_elem hash_elem_t; typedef in typeref:struct:hash_elem
99 hash_elem_t **tbl;
H A Dpicltree.c424 static hash_elem_t *
427 hash_elem_t *n;
438 static hash_elem_t *
441 hash_elem_t *n;
461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE);
476 hash_elem_t *n;
492 hash_elem_t *n;
513 hash_elem_t *nxt;
514 hash_elem_t *cur;
548 hash_elem_t *tm
[all...]

Completed in 49 milliseconds