Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h91 uint32_t htab_compute_hval(const uchar_t *);
H A Dobj.c374 return (htab_compute_hval(key)); in entity_hval()
415 return (htab_compute_hval(key)); in iscsi_hval()
468 return (htab_compute_hval(key)); in portal_hval()
538 return (htab_compute_hval(key)); in pg_hval()
578 return (htab_compute_hval(key)); in dd_hval()
618 return (htab_compute_hval(key)); in dds_hval()
H A Dhtable.c664 htab_compute_hval( in htab_compute_hval() function