Lines Matching refs:hf
111 hook_family_int_t hf; in hookeventlist() local
119 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)addr) == -1) { in hookeventlist()
125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist()
169 hook_family_int_t hf, *hfp; in hookrootlist() local
190 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)hfp) == -1) { in hookrootlist()
194 if (!hf.hfi_family.hf_name) { in hookrootlist()
196 hf.hfi_family); in hookrootlist()
200 (uintptr_t)hf.hfi_family.hf_name) == -1) { in hookrootlist()
202 hf.hfi_family.hf_name); in hookrootlist()
206 hfp = SLIST_NEXT(&hf, hfi_entry); in hookrootlist()
216 hook_family_int_t hf; in hookevent_stack_walk_init() local
223 if (mdb_vread((void *)&hf, sizeof (hf), in hookevent_stack_walk_init()
228 wsp->walk_addr = (uintptr_t)SLIST_FIRST(&hf.hfi_head); in hookevent_stack_walk_init()