Searched refs:vfio_ccw_debug_msg_id (Results 1 – 2 of 2) sorted by relevance
33 debug_info_t *vfio_ccw_debug_msg_id; variable427 vfio_ccw_debug_msg_id = debug_register("vfio_ccw_msg", 16, 1, in vfio_ccw_debug_init()429 if (!vfio_ccw_debug_msg_id) in vfio_ccw_debug_init()431 debug_register_view(vfio_ccw_debug_msg_id, &debug_sprintf_view); in vfio_ccw_debug_init()432 debug_set_level(vfio_ccw_debug_msg_id, 2); in vfio_ccw_debug_init()441 debug_unregister(vfio_ccw_debug_msg_id); in vfio_ccw_debug_init()448 debug_unregister(vfio_ccw_debug_msg_id); in vfio_ccw_debug_exit()
171 extern debug_info_t *vfio_ccw_debug_msg_id;178 debug_sprintf_event(vfio_ccw_debug_msg_id, imp, ##args)
Completed in 9 milliseconds