Searched refs:strhash (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h38 typedef struct strhash { struct
43 struct strhash *str_next; /* next string in hash chain */
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c77 static int strhash(const char *);
81 return strhash((const char *)key);
547 static int strhash(string) function
/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c257 mod_hash_destroy_strhash(mod_hash_t *strhash) argument
259 ASSERT(strhash);
260 mod_hash_destroy_hash(strhash);

Completed in 163 milliseconds