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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_inttab.c61 for (hp = ip->int_head; hp != NULL; hp = np) {
95 if (ip->int_head == NULL)
96 ip->int_head = hp;
115 for (hp = ip->int_head; hp != NULL; hp = hp->inh_next)
H A Ddt_inttab.h53 dt_inthash_t *int_head; /* head of table in index order */ member in struct:dt_inttab

Completed in 42 milliseconds