Home
last modified time | relevance | path

Searched refs:hfi_head (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c926 SLIST_INIT(&new->hfi_head); in hook_family_add()
1128 SLIST_INIT(&new->hfi_head); in hook_family_copy()
1208 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register()
1270 SLIST_EMPTY(&hfi->hfi_head) && TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_notify_unregister()
1284 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_unregister()
1364 SLIST_INSERT_HEAD(&hfi->hfi_head, new, hei_entry); in hook_event_add()
1487 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_remove()
1582 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()
1583 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_free()
1625 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_checkdup()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist()
228 wsp->walk_addr = (uintptr_t)SLIST_FIRST(&hf.hfi_head); in hookevent_stack_walk_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h174 hook_event_int_head_t hfi_head; member