Lines Matching defs:he
208 static hook_event_int_t *hook_event_checkdup(hook_event_t *he,
348 * wanted but from the fw_flags set: only he that sets the flag has the
1286 * he(I) - event pointer
1294 hook_event_add(hook_family_int_t *hfi, hook_event_t *he)
1300 ASSERT(he != NULL);
1301 ASSERT(he->he_name != NULL);
1303 new = hook_event_copy(he);
1318 hei = hook_event_checkdup(he, hks);
1353 hfi->hfi_family.hf_name, NULL, he->he_name, HN_REGISTER);
1403 * he(I) - event pointer
1414 hook_event_remove(hook_family_int_t *hfi, hook_event_t *he)
1421 ASSERT(he != NULL);
1436 hei = hook_event_find(hfi, he->he_name);
1480 hfi->hfi_family.hf_name, NULL, he->he_name, HN_UNREGISTER);
1497 * he(I) - event pointer
1503 hook_event_shutdown(hook_family_int_t *hfi, hook_event_t *he)
1509 ASSERT(he != NULL);
1524 hei = hook_event_find(hfi, he->he_name);
1540 hfi->hfi_family.hf_name, NULL, he->he_name, HN_UNREGISTER);
1594 * Parameters: he(I) - event pointer
1600 hook_event_checkdup(hook_event_t *he, hook_stack_t *hks)
1605 ASSERT(he != NULL);
1610 if (hei->hei_event == he) {