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/
H A Dusb_debug.c169 extern struct debug_module_data debug_ehci_mod;
172 extern struct debug_module_data debug_axe_mod;
173 extern struct debug_module_data debug_axge_mod;
176 extern struct debug_module_data debug_cdce_mod;
179 extern struct debug_module_data debug_urndis_mod;
182 extern struct debug_module_data debug_u3g_mod;
183 extern struct debug_module_data debug_serial_mod;
186 extern struct debug_module_data debug_umass_mod;
189 extern struct debug_module_data debug_controller_mod;
190 extern struct debug_module_data debug_uhub_mo
[all...]
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.c69 static TAILQ_HEAD(, debug_module_data) debug_module_head =
75 struct debug_module_data *mdata = data; in debug_module_register()
82 struct debug_module_data *mdata = data; in debug_module_unregister()
86 struct debug_module_data *
89 static struct debug_module_data *mod; in get_debug_module()
102 const struct debug_module_data *mod; in debug_module_dump()
H A Dbsd_kernel.h84 /* static */struct debug_module_data debug_##name##_mod = { \
87 struct debug_module_data { struct
90 TAILQ_ENTRY(debug_module_data) entry;
95 struct debug_module_data *get_debug_module(const char *modname);

Completed in 2 milliseconds