Home
last modified time | relevance | path

Searched refs:getpropstringA (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/sparc64/include/
H A Dautoconf.h131 char *getpropstringA(int, char *, char *);
/openbsd-src/sys/arch/sparc64/dev/
H A Dsbus.c459 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 Dcentral.c122 getpropstringA(node, name, *buf); in central_get_string()
H A Dfhc.c158 getpropstringA(node, name, *buf); in fhc_get_string()
H A Difb.c388 name = text = getpropstringA(node, "name", namebuf); in ifbattach()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c1172 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 Dmagma.c293 getpropstringA(sa->sa_node, "magma_prom", magma_prom); in magma_attach()