Lines Matching refs:DI_ERR
58 DI_ERR = 1, enumerator
130 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", errno)); in di_init_driver()
135 DPRINTF((DI_ERR, "failed to load driver %s\n", driver)); in di_init_driver()
212 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl()
219 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl()
230 DPRINTF((DI_ERR, in di_init_impl()
240 DPRINTF((DI_ERR, "devinfo ioctl failed with " in di_init_impl()
245 DPRINTF((DI_ERR, "%s not found\n", phys_path)); in di_init_impl()
256 DPRINTF((DI_ERR, "valloc failed for snapshot\n")); in di_init_impl()
262 DPRINTF((DI_ERR, "failed to copy snapshot to usrld\n")); in di_init_impl()
273 DPRINTF((DI_ERR, "wrong snapshot version " in di_init_impl()
281 DPRINTF((DI_ERR, "%s not found\n", phys_path)); in di_init_impl()
301 DPRINTF((DI_ERR, "di_fini called with NIL arg\n")); in di_fini()
612 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in get_children()
621 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in get_children()
656 DPRINTF((DI_ERR, "Unexpected err in di_walk_node.\n")); in prune_sib()
793 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in di_walk_node()
870 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in di_walk_minor()
1215 DPRINTF((DI_ERR, "di_devfs_path_free NULL arg!\n")); in di_devfs_path_free()
1535 DPRINTF((DI_ERR, "Unimplemented property type: 0x%x\n", flags)); in di_prop_type()
1636 DPRINTF((DI_ERR, "libdevinfo: property has no name!\n")); in match_prop()
2908 DPRINTF((DI_ERR, "*** Nodeid not found 0x%x\n", nodeid)); in di_prom_prop_found()
3072 DPRINTF((DI_ERR, "*** Nodeid not found 0x%x\n", in di_prom_prop_lookup_common()
3619 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in di_walk_link()
3682 DPRINTF((DI_ERR, "malloc of node_list failed\n")); in di_walk_lnode()
3755 DPRINTF((DI_ERR, "Invalid path: %s\n", devfspath)); in di_lookup_node_impl()
3760 DPRINTF((DI_ERR, "root node is DI_NODE_NIL\n")); in di_lookup_node_impl()
3766 DPRINTF((DI_ERR, "snapshot root not / : %s\n", dap->root_path)); in di_lookup_node_impl()
3771 DPRINTF((DI_ERR, "strdup failed on: %s\n", devfspath)); in di_lookup_node_impl()
3822 DPRINTF((DI_ERR, "%s@%s: no node\n", pname, paddr)); in di_lookup_node_impl()
3887 DPRINTF((DI_ERR, "strdup failed on: %s\n", devfspath)); in di_lookup_path()
3892 DPRINTF((DI_ERR, "failed to find component: %s\n", devfspath)); in di_lookup_path()
3900 DPRINTF((DI_ERR, "failed to find component: %s\n", devfspath)); in di_lookup_path()
3907 DPRINTF((DI_ERR, "failed to find unit-addr: %s\n", devfspath)); in di_lookup_path()
3937 case DI_ERR: in msglevel2str()