Searched refs:hook_desc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/sys/
H A Dhook.h37 struct hook_desc;
40 typedef struct hook_desc khook_t;
/netbsd-current/sys/kern/
H A Dkern_hook.c52 struct hook_desc { struct
53 LIST_ENTRY(hook_desc) hk_list;
57 typedef LIST_HEAD(, hook_desc) hook_list_t;
96 struct hook_desc *hd;
121 struct hook_desc *hd;
131 LIST_REMOVE((struct hook_desc *)vhook, hk_list);
140 struct hook_desc *hd;
151 struct hook_desc *hd;
201 struct hook_desc *dp;
247 struct hook_desc *h
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenhooks.c24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; struct
25 static struct hook_desc hook_array[] = {
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenhooks.cc24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; struct
25 static struct hook_desc hook_array[] = {

Completed in 200 milliseconds