Searched refs:htab_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h75 } htab_t; typedef in typeref:struct:htab
89 htab_t *htab_create(int, uint16_t, uint16_t);
90 void htab_destroy(htab_t *);
92 int htab_add(htab_t *, void *, int, uint32_t *, int *);
93 isns_obj_t *htab_remove(htab_t *, void *, uint32_t, int);
94 int htab_lookup(htab_t *, void *, uint32_t,
96 uint32_t htab_get_next(htab_t *, uint32_t);
98 void htab_dump(htab_t *);
H A Disns_cache.h52 htab_t **t;
76 htab_t *cache_get_htab(isns_type_t);
H A Dhtable.c60 const htab_t *tab,
93 const htab_t *tab,
276 htab_t *tab,
387 htab_t *tab,
460 htab_t *tab,
534 htab_t *tab
613 htab_t *
620 htab_t *tab = NULL;
627 tab = (htab_t *)calloc(1, sizeof (htab_t));
[all...]
H A Dcache.c302 htab_t *
H A Dqry.c345 htab_t *htab = cache_get_htab(OBJ_PG);
916 htab_t *htab;
998 htab_t *htab;
H A Dadmintf.c1836 htab_t *htab = cache_get_htab(OBJ_ISCSI);
1875 htab_t *htab = cache_get_htab(OBJ_DD);
1913 htab_t *htab = cache_get_htab(OBJ_DDS);
H A Dobj.c881 htab_t *t;

Completed in 62 milliseconds