/openbsd/sys/dev/sbus/ |
H A D | xbox.c | 84 s = getpropstring(node, "model"); in xboxattach() 87 s = getpropstring(node, "child-present"); in xboxattach()
|
H A D | tvtwo.c | 194 printf(": %s", getpropstring(node, "model")); in tvtwoattach() 195 revision = getpropstring(node, "revision"); in tvtwoattach() 229 freqstring = getpropstring(node, "freqcode"); in tvtwoattach()
|
H A D | cgtwelve.c | 150 printf(": %s", getpropstring(node, "model")); in cgtwelveattach() 151 ps = getpropstring(node, "dev_id"); in cgtwelveattach() 238 ps = getpropstring(node, "ucoderev"); in cgtwelveattach()
|
H A D | apio.c | 108 model = getpropstring(sa->sa_node, "model"); in apio_attach()
|
H A D | asio.c | 117 model = getpropstring(sa->sa_node, "model"); in asio_attach()
|
H A D | dma_sbus.c | 203 cabletype = getpropstring(node, "cable-selection"); in dmaattach_sbus()
|
H A D | bwtwo.c | 174 nam = getpropstring(node, "model"); in bwtwoattach()
|
H A D | uperf_sbus.c | 144 model = getpropstring(sa->sa_node, "model"); in uperf_sbus_attach()
|
H A D | agten.c | 155 nam = getpropstring(node, "model"); in agtenattach()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | ifb_ident.c | 47 name = getpropstring(node, "name"); in ifb_ident()
|
H A D | fhc.c | 66 getpropstring(sc->sc_node, "board-model")); in fhc_attach() 138 class = getpropstring(fa->fa_node, "device_type"); in fhc_print()
|
H A D | rtc.c | 155 model = getpropstring(ea->ea_node, "model"); in rtc_attach() 157 model = getpropstring(ea->ea_node, "compatible"); in rtc_attach()
|
H A D | fb.c | 206 rows = a2int(getpropstring(optionsnode, "screen-#rows"), 34); in fbwscons_init() 207 cols = a2int(getpropstring(optionsnode, "screen-#columns"), 80); in fbwscons_init()
|
H A D | led.c | 91 str = getpropstring(ea->ea_node, "compatible"); in led_match()
|
H A D | pckbc_ebus.c | 219 name = getpropstring(node, "name"); in pckbc_ebus_is_console()
|
H A D | central.c | 135 class = getpropstring(ca->ca_node, "device_type"); in central_print()
|
H A D | psycho.c | 220 str = getpropstring(ma->ma_node, "model"); in psycho_match() 223 str = getpropstring(ma->ma_node, "compatible"); in psycho_match() 267 str = getpropstring(ma->ma_node, "model"); in psycho_attach() 270 str = getpropstring(ma->ma_node, "compatible"); in psycho_attach()
|
H A D | schizo.c | 122 str = getpropstring(ma->ma_node, "model"); in schizo_match() 126 str = getpropstring(ma->ma_node, "compatible"); in schizo_match() 145 str = getpropstring(ma->ma_node, "compatible"); in schizo_attach()
|
H A D | sbus.c | 218 class = getpropstring(sa->sa_node, "device_type"); in sbus_print() 427 getpropstring(node, "name"))); in sbus_attach_common()
|
H A D | gfxp.c | 172 name = getpropstring(node, "name"); in gfxp_match() 196 model = getpropstring(node, "model"); in gfxp_attach()
|
H A D | raptor.c | 174 name = getpropstring(node, "name"); in raptor_match() 198 model = getpropstring(node, "model"); in raptor_attach()
|
H A D | uperf_ebus.c | 150 model = getpropstring(ea->ea_node, "model"); in uperf_ebus_attach()
|
H A D | ebus_mainbus.c | 155 getpropstring(node, "name"))); in ebus_mainbus_attach()
|
H A D | pyro.c | 176 str = getpropstring(ma->ma_node, "compatible"); in pyro_match() 216 str = getpropstring(ma->ma_node, "compatible"); in pyro_attach()
|
/openbsd/sys/arch/sparc64/include/ |
H A D | autoconf.h | 123 char *getpropstring(int node, char *name);
|