Home
last modified time | relevance | path

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

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