Lines Matching refs:DI_INFO
59 DI_INFO, enumerator
160 DPRINTF((DI_INFO, "di_init: taking a snapshot\n")); in di_init_impl()
295 DPRINTF((DI_INFO, "di_fini: freeing a snapshot\n")); in di_fini()
417 DPRINTF((DI_INFO, "Get first node of driver %s\n", drv_name)); in di_drv_first_node()
800 DPRINTF((DI_INFO, "Start node walking from node %s\n", in di_walk_node()
860 DPRINTF((DI_INFO, "walking minor nodes under %s\n", devfspath)); in di_walk_minor()
877 DPRINTF((DI_INFO, "Start minor walking from node %s\n", in di_walk_minor()
1912 DPRINTF((DI_INFO, "phci_next_path: returning %p\n", in di_path_phci_next_path()
1954 DPRINTF((DI_INFO, "client_next_path: returning %p\n", in di_path_client_next_path()
2369 DPRINTF((DI_INFO, "Get first vhci node\n")); in di_vhci_first_node()
2418 DPRINTF((DI_INFO, "Get first phci node:\n" in di_phci_first_node()
2578 DPRINTF((DI_INFO, "walking hotplug nodes under %s\n", devfspath)); in di_walk_hp()
2843 DPRINTF((DI_INFO, "di_prom_init: get prom handle 0x%p\n", p)); in di_prom_init()
2878 DPRINTF((DI_INFO, "di_prom_fini: free prom handle 0x%p\n", p)); in di_prom_fini()
3200 DPRINTF((DI_INFO, "OBP string not NULL terminated: " in di_prom_prop_lookup_strings()
3604 DPRINTF((DI_INFO, "walking %s link data under %s\n", in di_walk_link()
3626 DPRINTF((DI_INFO, "Start link data walking from node %s\n", in di_walk_link()
3669 DPRINTF((DI_INFO, "walking lnode data under %s\n", devfspath)); in di_walk_lnode()
3689 DPRINTF((DI_INFO, "Start lnode data walking from node %s\n", in di_walk_lnode()
3939 case DI_INFO: in msglevel2str()