Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 20 of 20) sorted by relevance

/minix/minix/kernel/
H A Dinterrupt.c29 void put_irq_handler( irq_hook_t* hook, int irq, in put_irq_handler()
75 void rm_irq_handler( const irq_hook_t* hook ) { in rm_irq_handler()
118 irq_hook_t * hook; in irq_handle() local
161 void enable_irq(const irq_hook_t *hook) in enable_irq()
169 int disable_irq(const irq_hook_t *hook) in disable_irq()
H A Dprofile.c115 static int profile_clock_handler(irq_hook_t *hook) in profile_clock_handler()
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dassign-null.c7 hookfunc hook; variable
/minix/minix/kernel/system/
H A Ddo_irqctl.c143 static int generic_handler(irq_hook_t * hook) in generic_handler()
/minix/external/bsd/kyua-cli/dist/bootstrap/
H A Dplain_helpers.cpp97 int (*hook)(int, char**); member
/minix/lib/libc/resolv/
H A Dres_data.c235 res_send_setqhook(res_send_qhook hook) { in res_send_setqhook()
240 res_send_setrhook(res_send_rhook hook) { in res_send_setrhook()
/minix/external/bsd/libevent/dist/
H A Devrpc.c98 struct evrpc_hook *hook; in evrpc_free() local
129 struct evrpc_hook *hook = NULL; in evrpc_add_hook() local
154 struct evrpc_hook *hook = NULL; in evrpc_remove_hook_internal() local
193 struct evrpc_hook *hook; in evrpc_process_hooks() local
548 struct evrpc_hook *hook; in evrpc_pool_free() local
/minix/external/bsd/libpcap/dist/pcap/
H A Dnflog.h58 u_int8_t hook; /* netfilter hook */ member
/minix/minix/kernel/arch/i386/
H A Darch_clock.c76 static int calib_cpu_handler(irq_hook_t * UNUSED(hook)) in calib_cpu_handler()
H A Dapic.c410 static int calib_clk_handler(irq_hook_t * UNUSED(hook)) in calib_clk_handler()
434 static int spurious_irq_handler(irq_hook_t * UNUSED(hook)) in spurious_irq_handler()
/minix/external/mit/lua/dist/src/
H A Dldo.c237 lua_Hook hook = L->hook; in luaD_hook() local
264 int hook = LUA_HOOKCALL; in callhook() local
H A Dldblib.c388 lua_Hook hook = lua_gethook(L1); in db_gethook() local
H A Dlstate.h167 lua_Hook hook; member
/minix/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datf-run.cpp499 call_hook(const std::string& tool, const std::string& hook) in call_hook()
/minix/external/bsd/atf/dist/tools/
H A Datf-run.cpp494 call_hook(const std::string& tool, const std::string& hook) in call_hook()
/minix/minix/drivers/net/vt6105/
H A Dvt6105.h135 int hook; /* IRQ hook id at kernel */ member
/minix/external/bsd/kyua-cli/dist/utils/process/
H A Dchild_test.cpp302 child__fork_capture__ok(Hook hook) in child__fork_capture__ok()
/minix/minix/drivers/net/ip1000/
H A Dip1000.h187 int hook; /* IRQ hook id at kernel */ member
/minix/minix/drivers/storage/at_wini/
H A Dat_wini.c288 int native, int hook) in init_drive()
/minix/minix/llvm/passes/magic/
H A DMagicPass.cpp2980 Function *hook; in qprofInstrumentationApply() local