Searched refs:getpropstringA (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/arch/sparc64/include/ |
| H A D | autoconf.h | 131 char *getpropstringA(int, char *, char *);
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | sbus.c | 459 strcmp(getpropstringA(node, "device_type", buf), in sbus_setup_attach_args() 606 getpropstringA(node, "device_type", buf); in sbus_get_intr() 608 getpropstringA(node, "name", buf); in sbus_get_intr()
|
| H A D | central.c | 122 getpropstringA(node, name, *buf); in central_get_string()
|
| H A D | fhc.c | 158 getpropstringA(node, name, *buf); in fhc_get_string()
|
| H A D | ifb.c | 388 name = text = getpropstringA(node, "name", namebuf); in ifbattach()
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | autoconf.c | 1172 return (getpropstringA(node, name, stringbuf)); in getpropstring() 1177 getpropstringA(int node, char *name, char *buffer) in getpropstringA() function
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | magma.c | 293 getpropstringA(sa->sa_node, "magma_prom", magma_prom); in magma_attach()
|