Lines Matching refs:hr
43 hook_event_int_t hr; in hooklist() local
54 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)addr) == -1) { in hooklist()
62 hlp = TAILQ_FIRST(&hr.hei_head); in hooklist()
112 hook_event_int_t hr, *hrp; in hookeventlist() local
127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) { in hookeventlist()
131 if (!hr.hei_event) { in hookeventlist()
137 (uintptr_t)hr.hei_event) == -1) { in hookeventlist()
139 hr.hei_event); in hookeventlist()
144 hr.hei_event); in hookeventlist()
154 hrp = SLIST_NEXT(&hr, hei_entry); in hookeventlist()
236 hook_event_int_t hr; in hookevent_stack_walk_step() local
238 if (mdb_vread((void *)&hr, sizeof (hr), in hookevent_stack_walk_step()
243 wsp->walk_addr = (uintptr_t)SLIST_NEXT(&hr, hei_entry); in hookevent_stack_walk_step()