Home
last modified time | relevance | path

Searched refs:htab_item_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dhtable.c537 htab_item_t **items; in enlarge_htab()
540 htab_item_t *item, *tmp, **itemp; in enlarge_htab()
549 items = (htab_item_t **)calloc( in enlarge_htab()
550 newsz * tab->chunks, sizeof (htab_item_t *)); in enlarge_htab()
621 htab_item_t **items = NULL; in htab_create()
630 items = (htab_item_t **)calloc( in htab_create()
631 count * chunks, sizeof (htab_item_t *)); in htab_create()
704 htab_item_t *items = NULL, **itemp; in htab_add()
737 items = (htab_item_t *)calloc(tab->chunks, sizeof (htab_item_t)); in htab_add()
844 htab_item_t *items = NULL; in htab_remove()
[all …]
H A Disns_htab.h48 } htab_item_t; typedef
63 htab_item_t **items;