| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | pci_machdep.c | 156 prom_getpropstringA(node, "name", name, sizeof(name)))); in pci_make_tag() 165 prom_getpropstringA(node, "name", name, sizeof(name)))); in pci_make_tag() 179 prom_getpropstringA(node, "name", name, sizeof(name)))); in pci_make_tag() 201 prom_getpropstringA(node, "name", name, in pci_make_tag() 306 prom_getpropstringA(node, "name", name, sizeof(name)); in sparc64_pci_enumerate_bus1() 442 prom_getpropstringA(node, "device_type", devtype, sizeof(devtype)); in pci_intr_map()
|
| H A D | sbus.c | 325 strcmp(prom_getpropstringA(node, "device_type", buf, sizeof buf), in sbus_setup_attach_args() 461 prom_getpropstringA(node, "device_type", buf, sizeof buf); in sbus_get_intr() 463 prom_getpropstringA(node, "name", buf, sizeof buf); in sbus_get_intr()
|
| H A D | central.c | 135 prom_getpropstringA(node, name, *buf, len + 1); in central_get_string()
|
| H A D | pckbc_ebus.c | 194 if((p = prom_getpropstringA(node, "name", name, 64)) != NULL) { in pckbc_ebus_attach()
|
| H A D | fhc.c | 159 prom_getpropstringA(node, name, *buf, len + 1); in fhc_get_string()
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | autoconf.c | 183 prom_getpropstringA(findroot(), "name", namebuf, in set_machine_model() 989 cp = prom_getpropstringA(node, "device_type", buf, sizeof buf); in cpu_configure() 1267 cp = prom_getpropstringA(node, "device_type", in mainbus_attach() 1320 ma.ma_name = prom_getpropstringA(node, "name", in mainbus_attach() 1355 if (strcmp(prom_getpropstringA(node, "device_type", in mainbus_attach() 1361 cp = prom_getpropstringA(node, "name", namebuf, sizeof namebuf); in mainbus_attach() 1376 ma.ma_name = prom_getpropstringA(node, "name", in mainbus_attach() 1436 strcmp(prom_getpropstringA(node, "device_type", buf, sizeof buf), in prom_getprop_reg1()
|
| H A D | promlib.c | 336 return (prom_getpropstringA(node, name, stringbuf, sizeof stringbuf)); in prom_getpropstring() 343 prom_getpropstringA(int node, const char *name, char *buf, size_t bufsize) in prom_getpropstringA() function 394 prom_getpropstringA(node, "name", buf, sizeof buf); in prom_matchname()
|
| H A D | pci_machdep.c | 173 model = prom_getpropstringA(prom_findroot(), "model", in pci_attach_hook()
|
| H A D | msiiep.c | 304 model = prom_getpropstringA(prom_findroot(), "model", buf, sizeof(buf)); in mspcic_attach()
|
| H A D | cpu.c | 1379 cp = prom_getpropstringA(node2, "device_type", in getcacheinfo_obp() 2105 cpu_name = prom_getpropstringA(node, "name", namebuf, in getcpuinfo()
|
| /netbsd-src/sys/arch/sparc/stand/boot/ |
| H A D | prompatch.c | 264 propval = prom_getpropstringA(prom_findroot(), "name", in prom_patch()
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | ebus.c | 196 prom_getpropstringA(node, "name", name, sizeof name); in ebus_match() 220 model = prom_getpropstringA(prom_findroot(), "model", in ebus_init_wiring_table()
|
| H A D | kd.c | 609 cp = prom_getpropstringA(findroot(), prop, buffer, sizeof buffer); in prom_get_device_args()
|
| H A D | sbus.c | 468 strcmp(prom_getpropstringA(node, "device_type", buf, sizeof buf), in sbus_setup_attach_args()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | promlib.h | 147 char *prom_getpropstringA(int, const char *, char *, size_t);
|