/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | hook.test | 19 # $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 D | Makefile | 27 MODULE = hook.so 30 MODSRCS = hook.c
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_data.c | 200 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 D | Makefile | 43 MODULE = hook 56 $(OBJS_DIR)/hook.o := SMOFF += all_func_returns
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1974 hook_t *hook; in ipobs_register_hook() local 1976 HOOK_INIT(hook, ipobs_bounce_func, "", (void *)func); in ipobs_register_hook() 1977 VERIFY(hook != NULL); in ipobs_register_hook() 1983 (void) snprintf(name, sizeof (name), "ipobserve_%p", (void *)hook); in ipobs_register_hook() 1984 hook->h_name = strdup(name); in ipobs_register_hook() 1986 (void) net_hook_register(ipst->ips_ip4_observe_pr, NH_OBSERVE, hook); in ipobs_register_hook() 1987 (void) net_hook_register(ipst->ips_ip6_observe_pr, NH_OBSERVE, hook); in ipobs_register_hook() 1989 return (hook); in ipobs_register_hook() 1993 ipobs_unregister_hook(netstack_t *ns, hook_t *hook) in ipobs_unregister_hook() argument 1997 (void) net_hook_unregister(ipst->ips_ip4_observe_pr, NH_OBSERVE, hook); in ipobs_unregister_hook() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ldo.c | 222 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 D | lstate.c | 209 L->hook = NULL; in preinit_state() 245 L1->hook = L->hook; in lua_newthread()
|
H A D | lstate.h | 170 lua_Hook hook; member
|
H A D | ldebug.c | 67 L->hook = func; in lua_sethook() 76 return L->hook; in lua_gethook()
|
/illumos-gate/usr/src/uts/intel/neti/ |
H A D | Makefile | 55 LDFLAGS += -Nmisc/hook
|
/illumos-gate/usr/src/uts/intel/ipd/ |
H A D | Makefile | 30 LDFLAGS += -Nmisc/neti -Nmisc/hook
|
/illumos-gate/usr/src/uts/intel/ipnet/ |
H A D | Makefile | 65 LDFLAGS += -Ndrv/ip -Nmisc/neti -Nmisc/hook
|
/illumos-gate/usr/src/uts/intel/viona/ |
H A D | Makefile | 36 LDFLAGS += -Nmisc/hook
|
/illumos-gate/usr/src/cmd/mdb/ |
H A D | Makefile.common | 80 hook \
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_hooks.c | 121 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 D | smatch.h | 170 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/intel/ipf/ |
H A D | Makefile | 53 LDFLAGS += -Ndrv/ip -Nmisc/md5 -Nmisc/neti -Nmisc/hook -Nmisc/kcf
|
/illumos-gate/usr/src/uts/common/xen/public/xsm/ |
H A D | acm_ops.h | 100 uint32_t hook; member
|
/illumos-gate/usr/src/head/ |
H A D | resolv.h | 422 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 D | Makefile | 87 LDFLAGS += -Nmisc/md5 -Ncrypto/swrand -Nmisc/hook -Nmisc/neti
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.S | 291 .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 D | ctx.c | 116 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 D | developer-debug-mdb.p5m | 45 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 D | loader.4th | 512 \ 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 D | Makefile.intel | 591 MISC_KMODS += hook
|