Home
last modified time | relevance | path

Searched refs:t_hash (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dst_parse.c472 tdp = tdp->t_hash; in lookup()
1095 tdp->t_hash = hash_table[hash]; in addhash()
1140 for (tdp = hash_table[i]->t_hash; in check_hash()
1142 tdp = tdp->t_hash) in check_hash()
H A Dctftools.h225 tdesc_t *t_hash; /* ID hash next pointer */ member