Home
last modified time | relevance | path

Searched refs:prom_finddevice (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_node.c211 prom_finddevice(char *path) in prom_finddevice() function
258 node = prom_finddevice("/chosen"); in prom_chosennode()
284 node = prom_finddevice("/aliases"); in prom_alias_node()
298 node = prom_finddevice("/options"); in prom_optionsnode()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vername.c61 nodeid = prom_finddevice("/openprom"); in prom_version_name()
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A Dprom_misc.c50 cn = prom_finddevice("/chosen"); in prom_create_encoded_prop()
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_node.c87 prom_finddevice(char *path) in prom_finddevice() function
/illumos-gate/usr/src/uts/sun4v/ontario/os/
H A Dontario.c85 nodeid = prom_finddevice(ONTARIO_IDE_PATHNAME); in load_platform_drivers()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c352 pnode_t node = prom_finddevice(devpath); in is_netdev()
399 node = prom_finddevice(bpath); in mangle_os_bootpath()
/illumos-gate/usr/src/uts/sparc/io/
H A Dconsplat.c271 pnode = prom_finddevice("/virtual-devices/console"); in plat_virtual_console_path()
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h83 extern pnode_t prom_finddevice(char *path);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c321 fn.nodeid = prom_finddevice(path); in path_to_devinfo()
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c1062 fn.nodeid = prom_finddevice(path); in path_to_devinfo()
1107 pnode_t node = prom_finddevice(bootpath); in netboot_over_ib()
H A Ddevcfg.c6914 nodeid = prom_finddevice(path); in path_to_major()
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h121 extern pnode_t prom_finddevice(char *path); /* Also on obp2.x */
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c245 if (prom_finddevice(dev_name) != OBP_BADNODE) { in i_devname_to_promname()
H A Dbootops.c527 arph = prom_finddevice(archive); in bop_free_archive()
H A Discsi_boot.c338 nodeid = prom_finddevice((char *)iscsi_network_path); in iscsiboot_nic_prop_read()
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c115 node = prom_finddevice(devname); in mac_init()
H A Dibd.c580 chosen = prom_finddevice("/chosen"); in ibd_init()
H A Ddhcpv4.c1093 chosen = prom_finddevice("/chosen"); in prom_cached_reply()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c443 mem_node = prom_finddevice(pdev); in cb_get_physavail()
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1378 node = prom_finddevice("/openprom"); in sg_get_prom_version()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1366 node = prom_finddevice("/openprom"); in sg_get_prom_version()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c519 if (((node = prom_finddevice("/options")) == OBP_BADNODE) || in fhc_bd_dlist_init()
H A Dsysctrl_dr.c1852 openprom_node = prom_finddevice("/openprom"); in sysc_board_connect_supported_init()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1258 cn = prom_finddevice("/chosen"); in get_netconfig_strategy()