Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c131 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()
/titanic_50/usr/src/uts/common/io/
H A Dhook.c1195 hei->hei_event->he_name); in hook_family_notify_register()
1271 hei->hei_event->he_name); in hook_family_notify_unregister()
1384 hei->hei_event->he_name, "hook_event", KSTAT_TYPE_NAMED, in hook_event_init_kstats()
1610 if (hei->hei_event == he) { in hook_event_checkdup()
1641 new->hei_event = src; in hook_event_copy()
1664 if ((strcmp(hei->hei_event->he_name, event) == 0) && in hook_event_find()
1734 hfi->hfi_family.hf_name, hei->hei_event->he_name, in hook_event_notify_register()
1811 hfi->hfi_family.hf_name, hei->hei_event->he_name, in hook_event_notify_unregister()
1921 hei->hei_event->he_interested = B_TRUE; in hook_register()
2190 hei->hei_event->he_interested = B_FALSE; in hook_unregister()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dhook_impl.h151 hook_event_t *hei_event; member