Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.c57 for (hp = ip->int_head; hp != NULL; hp = np) { in dt_inttab_destroy()
91 if (ip->int_head == NULL) in dt_inttab_insert()
92 ip->int_head = hp; in dt_inttab_insert()
111 for (hp = ip->int_head; hp != NULL; hp = hp->inh_next) in dt_inttab_write()
H A Ddt_inttab.h49 dt_inthash_t *int_head; /* head of table in index order */ member