Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c59 iidesc_hash(int nbuckets, void *arg) in iidesc_hash() function
H A Dctftools.h361 int iidesc_hash(int, void *);
H A Dtdata.c389 new->td_iihash = hash_new(IIDESC_HASH_SIZE, iidesc_hash, NULL); in tdata_new()