Home
last modified time | relevance | path

Searched refs:h_hintvalue (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1994 (char *)hih->h_hintvalue) == 0)) { in hook_insert()
2000 (char *)hih->h_hintvalue) == 0)) { in hook_insert()
2026 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()
2037 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()
2123 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2124 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2129 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2130 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2137 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2138 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h85 uintptr_t h_hintvalue; member
96 (x)->h_hintvalue = 0; \
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c82 hintname = h->h_hintvalue ? in hooklist()
83 (char *)h->h_hintvalue : ""; in hooklist()
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c377 ins->ipdn_v4in->h_hintvalue = 0; in ipd_setup_hooks()
392 ins->ipdn_v4out->h_hintvalue = 0; in ipd_setup_hooks()
407 ins->ipdn_v6in->h_hintvalue = 0; in ipd_setup_hooks()
422 ins->ipdn_v6out->h_hintvalue = 0; in ipd_setup_hooks()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c381 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
399 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
647 (*hookpp)->h_hintvalue = (uintptr_t)hint_name; in ipf_hook_protocol_notify()