Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dhook.h42 khook_list_t *simplehook_create(int, const char *);
/netbsd-src/sys/kern/
H A Dkern_hook.c461 simplehook_create(int ipl, const char *wmsg) in simplehook_create() function
/netbsd-src/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c108 ctx->ctx_hooks = simplehook_create(IPL_NONE, in simplehook_tester_created()
/netbsd-src/sys/net/
H A Dif_ethersubr.c1070 ec->ec_ifdetach_hooks = simplehook_create(IPL_NET, xnamebuf); in ether_ifattach()
H A Dif.c649 ifp->if_linkstate_hooks = simplehook_create(IPL_NET, in if_getindex()