Home
last modified time | relevance | path

Searched refs:debug_module_data (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.c170 extern struct debug_module_data debug_ehci_mod;
173 extern struct debug_module_data debug_axe_mod;
174 extern struct debug_module_data debug_axge_mod;
177 extern struct debug_module_data debug_cdce_mod;
180 extern struct debug_module_data debug_urndis_mod;
183 extern struct debug_module_data debug_u3g_mod;
184 extern struct debug_module_data debug_serial_mod;
187 extern struct debug_module_data debug_umass_mod;
190 extern struct debug_module_data debug_controller_mod;
191 extern struct debug_module_data debug_uhub_mod;
[all …]
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.c70 static TAILQ_HEAD(, debug_module_data) debug_module_head =
76 struct debug_module_data *mdata = data; in debug_module_register()
83 struct debug_module_data *mdata = data; in debug_module_unregister()
87 struct debug_module_data *
90 static struct debug_module_data *mod; in get_debug_module()
103 const struct debug_module_data *mod; in debug_module_dump()
Dbsd_kernel.h85 /* static */struct debug_module_data debug_##name##_mod = { \
88 struct debug_module_data { struct
91 TAILQ_ENTRY(debug_module_data) entry; argument
96 struct debug_module_data *get_debug_module(const char *modname);