Searched refs:hook_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcorefile.c52 typedef void (*hook_type) (char *); typedef
54 hook_type exec_file_display_hook; /* the original hook */
55 static hook_type *exec_file_extra_hooks; /* array of additional hooks */
103 hook_type *new_array;
112 exec_file_extra_hooks = (hook_type *) xmalloc (sizeof (hook_type));
123 (hook_type *) xrealloc (exec_file_extra_hooks,
124 exec_file_hook_count * sizeof (hook_type));
/freebsd-10.0-release/share/examples/kld/khelp/
H A Dh_example.c97 .hook_type = HHOOK_TYPE_TCP,
103 .hook_type = HHOOK_TYPE_TCP,
/freebsd-10.0-release/sys/sys/
H A Dhhook.h84 int32_t hook_type; member in struct:hookinfo
129 uint32_t hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id);
/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c207 if (hhh->hhh_type == hki->hook_type &&
278 if (hhh->hhh_type == hki->hook_type &&
460 hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id) argument
465 hhh = hhook_head_get(hook_type, hook_id);
H A Dkern_khelp.c87 h->h_name, h->h_hooks[i].hook_type,
297 if (hhh->hhh_type != h->h_hooks[i].hook_type ||
305 h->h_hooks[i].hook_type,
/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-script.c1081 int hook_type = CMD_NO_HOOK;
1113 hook_type = CMD_PRE_HOOK;
1118 hook_type = CMD_POST_HOOK;
1122 if (hook_type != CMD_NO_HOOK)
1161 switch (hook_type)
1078 int hook_type = CMD_NO_HOOK; local
/freebsd-10.0-release/sys/netinet/khelp/
H A Dh_ertt.c112 .hook_type = HHOOK_TYPE_TCP,
118 .hook_type = HHOOK_TYPE_TCP,

Completed in 90 milliseconds