Home
last modified time | relevance | path

Searched refs:prom_getpropstringA (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dpci_machdep.c156 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 Dsbus.c325 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 Dcentral.c135 prom_getpropstringA(node, name, *buf, len + 1); in central_get_string()
H A Dpckbc_ebus.c194 if((p = prom_getpropstringA(node, "name", name, 64)) != NULL) { in pckbc_ebus_attach()
H A Dfhc.c159 prom_getpropstringA(node, name, *buf, len + 1); in fhc_get_string()
/netbsd-src/sys/arch/sparc/sparc/
H A Dautoconf.c183 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 Dpromlib.c336 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 Dpci_machdep.c173 model = prom_getpropstringA(prom_findroot(), "model", in pci_attach_hook()
H A Dmsiiep.c304 model = prom_getpropstringA(prom_findroot(), "model", buf, sizeof(buf)); in mspcic_attach()
H A Dcpu.c1379 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 Dprompatch.c264 propval = prom_getpropstringA(prom_findroot(), "name", in prom_patch()
/netbsd-src/sys/arch/sparc/dev/
H A Debus.c196 prom_getpropstringA(node, "name", name, sizeof name); in ebus_match()
220 model = prom_getpropstringA(prom_findroot(), "model", in ebus_init_wiring_table()
H A Dkd.c609 cp = prom_getpropstringA(findroot(), prop, buffer, sizeof buffer); in prom_get_device_args()
H A Dsbus.c468 strcmp(prom_getpropstringA(node, "device_type", buf, sizeof buf), in sbus_setup_attach_args()
/netbsd-src/sys/arch/sparc/include/
H A Dpromlib.h147 char *prom_getpropstringA(int, const char *, char *, size_t);