Searched refs:hook (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/netbsd-current/sbin/devpubd/
H A Ddevpubd-run-hooks.in14 for hook in ${devpubd_hooks_base}/*; do
15 if [ -x "${hook}" ]; then
16 "${hook}" ${devpubd_event} "$@"
/netbsd-current/sys/sys/
H A Dmodule_hook.h51 #define MODULE_HOOK(hook, type, args) \
52 extern struct hook ## _t { \
56 } hook __cacheline_aligned;
69 #define MODULE_HOOK_SET(hook, func) \
71 (hook).f = func; \
72 module_hook_set(&(hook).hooked, &(hook).lc); \
75 #define MODULE_HOOK_UNSET(hook) \
77 KASSERT((hook).f); \
78 module_hook_unset(&(hook)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-20.d0 hook called: all symbols read.
7 hook called: cleanup.
H A Dplugin-22.d2 hook called: all symbols read.
7 hook called: cleanup.
H A Dplugin-23.d2 hook called: all symbols read.
7 hook called: cleanup.
H A Dplugin-24.d0 hook called: all symbols read.
5 hook called: cleanup.
H A Dplugin-25.d2 hook called: all symbols read.
5 hook called: cleanup.
H A Dplugin-21.d0 hook called: all symbols read.
7 hook called: cleanup.
H A Dpr20070.d0 hook called: all symbols read.
8 hook called: cleanup.
H A Dplugin-10.d29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
32 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
34 hook called: all symbols read.
37 hook called: cleanup.
H A Dplugin-11.d32 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
33 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
35 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
37 hook called: all symbols read.
41 hook called: cleanup.
H A Dplugin-14.d25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
26 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
29 hook called: all symbols read.
32 hook called: cleanup.
H A Dplugin-15.d26 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
27 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
28 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
30 hook called: all symbols read.
33 hook called: cleanup.
H A Dplugin-16.d28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
30 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
32 hook called: all symbols read.
37 hook called: cleanup.
H A Dplugin-17.d29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
31 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
33 hook called: all symbols read.
36 hook called: cleanup.
H A Dplugin-18.d29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
32 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
34 hook called: all symbols read.
37 hook called: cleanup.
H A Dplugin-19.d32 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
33 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
35 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
37 hook called: all symbols read.
41 hook called: cleanup.
H A Dplugin-5.d24 hook called: claim_file tmpdir/main.o \[@0/.*
25 hook called: claim_file tmpdir/func.o \[@0/.*
26 hook called: claim_file tmpdir/text.o \[@0/.*
28 hook called: all symbols read.
30 hook called: cleanup.
H A Dplugin-6.d25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
26 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
29 hook called: all symbols read.
32 hook called: cleanup.
H A Dplugin-7.d26 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
27 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
28 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
30 hook called: all symbols read.
33 hook called: cleanup.
H A Dplugin-8.d28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
30 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
32 hook called: all symbols read.
37 hook called: cleanup.
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dhooks.h7 #define JEMALLOC_HOOK(fn, hook) ((void)(hook != NULL && (hook(), 0)), fn)
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhooks.h7 #define JEMALLOC_HOOK(fn, hook) ((void)(hook != NULL && (hook(), 0)), fn)
/netbsd-current/external/mit/expat/dist/doc/
H A DMakefile.am33 .PHONY: dist-hook # not inside conditional to avoid automake warning
43 dist-hook:
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dhooks.c6 hook() { function
21 assert_false(hook_called, "Nulling out hook didn't take.");
26 hooks_libc_hook = &hook;

Completed in 109 milliseconds

1234567891011>>