Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_inttab.c59 for (hp = ip->int_head; hp != NULL; hp = np) { in dt_inttab_destroy()
93 if (ip->int_head == NULL) in dt_inttab_insert()
94 ip->int_head = hp; in dt_inttab_insert()
113 for (hp = ip->int_head; hp != NULL; hp = hp->inh_next) in dt_inttab_write()
H A Ddt_inttab.h51 dt_inthash_t *int_head; /* head of table in index order */ member