Searched refs:int_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.c59 for (hp = ip->int_head; hp != NULL; hp = np) {
93 if (ip->int_head == NULL)
94 ip->int_head = hp;
113 for (hp = ip->int_head; hp != NULL; hp = hp->inh_next)
H A Ddt_inttab.h51 dt_inthash_t *int_head; /* head of table in index order */ member in struct:dt_inttab

Completed in 109 milliseconds