Home
last modified time | relevance | path

Searched refs:hashfn (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dhash.c92 hash_new(int nbuckets, int (*hashfn)(int, void *), int (*cmp)(void *, void *)) in hash_new()
99 hash->h_hashfn = hashfn ? hashfn : (int (*)())hash_def_hash; in hash_new()
H A Dalist.c70 void (*valfree)(void *), int (*hashfn)(int, void *), in alist_xnew()
76 alist->al_elements = hash_new(nbuckets, hashfn, cmpfn); in alist_xnew()
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h349 static uint_t hashfn(struct di_devlink_handle *hdp, const char *str);
H A Ddevinfo_devlink.c1147 hval = hashfn(hdp, clp->path); in rm_link_from_hash()
1169 hval = hashfn(hdp, link); in link_hash()
2800 hval = hashfn(hdp, clp->path); in hash_insert()
3042 hashfn(struct di_devlink_handle *hdp, const char *str) in hashfn() function
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dname.c2029 int (*hashfn)(Dt_t*, void*, void*); in nv_scan() local
2035 hashfn = scanfilter; in nv_scan()
2038 dtwalk(root, hashfn,&sdata); in nv_scan()