/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_devtype.c | 38 len = prom_getproplen(id, OBP_DEVICETYPE); in prom_devicetype() 42 (void) prom_getprop(id, OBP_DEVICETYPE, (caddr_t)buf); in prom_devicetype()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | obpdefs.h | 70 #define OBP_DEVICETYPE "device_type" macro
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | obpdefs.h | 66 #define OBP_DEVICETYPE "device_type" macro
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4dep.c | 73 prom_getprop(node, OBP_DEVICETYPE, dname) > 0 && in setup_aux()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | fillsysinfo.c | 269 OBP_DEVICETYPE)) == -1) in map_wellknown() 273 "big\n", curnode, OBP_DEVICETYPE); in map_wellknown() 276 if (GETPROP(curnode, OBP_DEVICETYPE, in map_wellknown() 279 curnode, OBP_DEVICETYPE); in map_wellknown() 291 if (GETPROP(curnode, OBP_DEVICETYPE, tmp_name) != -1 && in map_wellknown()
|
H A D | mach_ddi_impl.c | 107 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status()
|
/titanic_41/usr/src/uts/sun4u/schumacher/os/ |
H A D | schumacher.c | 263 prom_getprop(curnode, OBP_DEVICETYPE, tmp_name) == -1 || in plat_lgrp_init()
|
/titanic_41/usr/src/uts/sun4u/enchilada/os/ |
H A D | enchilada.c | 280 prom_getprop(curnode, OBP_DEVICETYPE, tmp_name) == -1 || in plat_lgrp_init()
|
/titanic_41/usr/src/uts/sun4u/chicago/os/ |
H A D | chicago.c | 232 if (prom_bounded_getprop(curnode, OBP_DEVICETYPE, tmp_name, in plat_lgrp_init()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 1175 len = prom_getproplen(node, OBP_DEVICETYPE); in netboot_over_ib() 1179 (void) prom_getprop(node, OBP_DEVICETYPE, (caddr_t)devicetype); in netboot_over_ib()
|
/titanic_41/usr/src/uts/sun4u/boston/os/ |
H A D | boston.c | 473 if (prom_bounded_getprop(curnode, OBP_DEVICETYPE, tmp_name, in plat_lgrp_init()
|
/titanic_41/usr/src/uts/sun4u/seattle/os/ |
H A D | seattle.c | 475 if (prom_bounded_getprop(curnode, OBP_DEVICETYPE, tmp_name, in plat_lgrp_init()
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_dr.c | 217 (void) prom_getprop(node, OBP_DEVICETYPE, (caddr_t)devtype); in sbdp_select_top_nodes()
|
H A D | sbdp_cpu.c | 832 DDI_PROP_DONTPASS, OBP_DEVICETYPE, (caddr_t)buf, in sbdp_find_non_panther_cpus()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sbd_io.c | 235 DDI_PROP_DONTPASS, OBP_DEVICETYPE, in sbd_io_status()
|
H A D | sbd_cpu.c | 136 OBP_DEVICETYPE, (caddr_t)csp->cs_name, &namelen); in sbd_fill_cpu_stat()
|
H A D | sbd.c | 834 OBP_DEVICETYPE, (caddr_t)device, &devicelen)) in sbd_get_devtype() 2156 OBP_DEVICETYPE, (caddr_t)otype, &otypelen)) { in get_node_type()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 354 prom_getprop(node, OBP_DEVICETYPE, dname) > 0 &&
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_drv.c | 421 OBP_DEVICETYPE, ACPIDEV_TYPE_ROOTNEX); in acpidev_create_root_node() 932 OBP_DEVICETYPE, clsp->adc_dev_type); in acpidev_process_object()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 451 dret = di_prop_lookup_strings(DDI_DEV_T_ANY, dn, OBP_DEVICETYPE, in get_device_type() 457 dret = di_prom_prop_lookup_strings(ph, dn, OBP_DEVICETYPE, in get_device_type()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 358 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status()
|