Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dhook.test19 # $Id: hook.test,v 1.3 2004/01/15 02:44:03 drh Exp $
24 do_test hook-1.2 {
29 do_test hook-3.1 {
38 do_test hook-3.2 {
41 do_test hook-3.3 {
47 do_test hook-3.4 {
55 do_test hook-3.5 {
66 do_test hook-3.6 {
76 do_test hook-3.7 {
79 do_test hook-3.8 {
/illumos-gate/usr/src/cmd/mdb/intel/amd64/hook/
H A DMakefile27 MODULE = hook.so
30 MODSRCS = hook.c
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c200 res_send_setqhook(res_send_qhook hook) { in res_send_setqhook() argument
201 _res.qhook = hook; in res_send_setqhook()
205 res_send_setrhook(res_send_rhook hook) { in res_send_setrhook() argument
206 _res.rhook = hook; in res_send_setrhook()
/illumos-gate/usr/src/uts/intel/hook/
H A DMakefile43 MODULE = hook
56 $(OBJS_DIR)/hook.o := SMOFF += all_func_returns
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1974 hook_t *hook; in ipobs_register_hook() local
1977 VERIFY(hook != NULL); in ipobs_register_hook()
1989 return (hook); in ipobs_register_hook()
2001 strfree(hook->h_name); in ipobs_unregister_hook()
2003 hook_free(hook); in ipobs_unregister_hook()
2257 hook_t *hook; in ipnet_promisc_remove() local
2261 hook = ipnet->ipnet_hook; in ipnet_promisc_remove()
2264 hook) == 0); in ipnet_promisc_remove()
2267 hook) == 0); in ipnet_promisc_remove()
2269 strfree(hook->h_name); in ipnet_promisc_remove()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c222 lua_Hook hook = L->hook; in luaD_hook() local
223 if (hook && L->allowhook) { in luaD_hook()
237 (*hook)(L, &ar); in luaD_hook()
249 int hook = LUA_HOOKCALL; in callhook() local
254 hook = LUA_HOOKTAILCALL; in callhook()
256 luaD_hook(L, hook, -1); in callhook()
H A Dlstate.c209 L->hook = NULL; in preinit_state()
245 L1->hook = L->hook; in lua_newthread()
H A Dlstate.h170 lua_Hook hook; member
H A Dldebug.c67 L->hook = func; in lua_sethook()
76 return L->hook; in lua_gethook()
/illumos-gate/usr/src/uts/intel/neti/
H A DMakefile55 LDFLAGS += -Nmisc/hook
/illumos-gate/usr/src/uts/intel/ipd/
H A DMakefile30 LDFLAGS += -Nmisc/neti -Nmisc/hook
/illumos-gate/usr/src/uts/intel/ipnet/
H A DMakefile65 LDFLAGS += -Ndrv/ip -Nmisc/neti -Nmisc/hook
/illumos-gate/usr/src/uts/intel/viona/
H A DMakefile36 LDFLAGS += -Nmisc/hook
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.common80 hook \
/illumos-gate/usr/src/uts/intel/ipf/
H A DMakefile53 LDFLAGS += -Ndrv/ip -Nmisc/md5 -Nmisc/neti -Nmisc/hook -Nmisc/kcf
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c121 void add_pre_merge_hook(int client_id, void (*hook)(struct sm_state *cur, struct sm_state *other)) in add_pre_merge_hook()
123 pre_merge_hooks[client_id] = hook; in add_pre_merge_hook()
H A Dsmatch.h170 void add_pre_merge_hook(int client_id, void (*hook)(struct sm_state *cur, struct sm_state *other));
172 void add_scope_hook(scope_hook *hook, void *data);
/illumos-gate/usr/src/uts/common/xen/public/xsm/
H A Dacm_ops.h100 uint32_t hook; member
/illumos-gate/usr/src/head/
H A Dresolv.h422 void res_send_setqhook __P((res_send_qhook hook));
423 void res_send_setrhook __P((res_send_rhook hook));
/illumos-gate/usr/src/uts/intel/ip/
H A DMakefile87 LDFLAGS += -Nmisc/md5 -Ncrypto/swrand -Nmisc/hook -Nmisc/neti
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S291 .mutex_exit_critical_end: ! for pil_interrupt() hook
311 .mutex_owner_running_critical_end: ! for pil_interrupt() hook
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c116 smb_ctx_set_close_hook(smb_ctx_close_hook_t hook) in smb_ctx_set_close_hook() argument
118 close_hook = hook; in smb_ctx_set_close_hook()
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-debug-mdb.p5m45 file path=kernel/kmdb/$(ARCH64)/hook group=sys mode=0555
126 file path=usr/lib/mdb/kvm/$(ARCH64)/hook.so group=sys mode=0555
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th512 \ If the user defined a post-initialize hook, call it now
544 \ If the user defined a post-initialize hook, call it now
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel592 MISC_KMODS += hook

12