Lines Matching refs:devpath
227 char *devpath; in resolve_boot_path() local
236 devpath = rootfs.bo_name; in resolve_boot_path()
238 devpath = strplumb_get_netdev_path(); in resolve_boot_path()
240 if (devpath != NULL) { in resolve_boot_path()
241 DBG1("resolving boot-path: %s\n", devpath); in resolve_boot_path()
247 prom_strip_options(devpath, stripped_path); in resolve_boot_path()
248 devpath = stripped_path; in resolve_boot_path()
253 if ((dip = e_ddi_hold_devi_by_path(devpath, 0)) == NULL) { in resolve_boot_path()
255 devpath); in resolve_boot_path()
540 char *macstr, *devpath = NULL; in strplumb_get_netdev_path()
582 ddi_walk_devs(ddi_root_node(), matchmac, (void *)&devpath); in strplumb_get_netdev_path()
583 return (devpath); in strplumb_get_netdev_path()