Lines Matching refs:log_info

27         log_info("*** device: %p ***", device);  in print_device()
30 log_info("action: '%s'", str); in print_device()
33 log_info("syspath: '%s'", str); in print_device()
36 log_info("sysname: '%s'", str); in print_device()
40 log_info("sysnum: '%s'", str); in print_device()
43 log_info("devpath: '%s'", str); in print_device()
47 log_info("subsystem: '%s'", str); in print_device()
51 log_info("devtype: '%s'", str); in print_device()
55 log_info("driver: '%s'", str); in print_device()
59 log_info("devname: '%s'", str); in print_device()
63 log_info("devnum: %u:%u", major(devnum), minor(devnum)); in print_device()
67 log_info("link: '%s'", udev_list_entry_get_name(list_entry)); in print_device()
71 log_info("found %i links", count); in print_device()
75 log_info("property: '%s=%s'", in print_device()
81 log_info("found %i properties", count); in print_device()
85 log_info("MAJOR: '%s'", str); in print_device()
89 log_info("attr{dev}: '%s'", str); in print_device()
95 log_info("/* %s, device %s */", __func__, syspath); in test_device()
107 log_info("/* %s, device %s */", __func__, syspath); in test_device_parents()
112 log_info("looking at parents"); in test_device_parents()
119 log_info("looking at parents again"); in test_device_parents()
131 log_info("/* %s, device %d:%d */", __func__, major(devnum), minor(devnum)); in test_device_devnum()
143 log_info("looking up device: '%s:%s'", subsys, dev); in test_device_subsys_name()
161 log_info("device: '%s' (%s)", in enumerate_print_list()
168 log_info("found %i devices", count); in enumerate_print_list()
183 log_info("/* %s */", __func__); in test_monitor()
234 log_info("/* %s */", __func__); in test_queue()
239 log_info("queue is %s", empty ? "empty" : "not empty"); in test_queue()
247 log_info("/* %s */", __func__); in test_enumerate()
249 log_info("enumerate '%s'", subsystem == NULL ? "<all>" : subsystem); in test_enumerate()
258 log_info("enumerate 'net' + duplicated scan + null + zero"); in test_enumerate()
278 log_info("enumerate 'block'"); in test_enumerate()
292 log_info("enumerate 'not block'"); in test_enumerate()
301 log_info("enumerate 'pci, mem, vc'"); in test_enumerate()
312 log_info("enumerate 'subsystem'"); in test_enumerate()
320 log_info("enumerate 'property IF_FS_*=filesystem'"); in test_enumerate()
335 log_info("/* %s */", __func__); in test_hwdb()
342log_info("'%s'='%s'", udev_list_entry_get_name(entry), udev_list_entry_get_value(entry)); in test_hwdb()