Home
last modified time | relevance | path

Searched refs:getpropstring (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/sys/dev/sbus/
H A Dxbox.c84 s = getpropstring(node, "model"); in xboxattach()
87 s = getpropstring(node, "child-present"); in xboxattach()
H A Dtvtwo.c194 printf(": %s", getpropstring(node, "model")); in tvtwoattach()
195 revision = getpropstring(node, "revision"); in tvtwoattach()
229 freqstring = getpropstring(node, "freqcode"); in tvtwoattach()
H A Dcgtwelve.c150 printf(": %s", getpropstring(node, "model")); in cgtwelveattach()
151 ps = getpropstring(node, "dev_id"); in cgtwelveattach()
238 ps = getpropstring(node, "ucoderev"); in cgtwelveattach()
H A Dapio.c108 model = getpropstring(sa->sa_node, "model"); in apio_attach()
H A Dasio.c117 model = getpropstring(sa->sa_node, "model"); in asio_attach()
H A Ddma_sbus.c203 cabletype = getpropstring(node, "cable-selection"); in dmaattach_sbus()
H A Dbwtwo.c174 nam = getpropstring(node, "model"); in bwtwoattach()
H A Duperf_sbus.c144 model = getpropstring(sa->sa_node, "model"); in uperf_sbus_attach()
H A Dagten.c155 nam = getpropstring(node, "model"); in agtenattach()
/openbsd/sys/arch/sparc64/dev/
H A Difb_ident.c47 name = getpropstring(node, "name"); in ifb_ident()
H A Dfhc.c66 getpropstring(sc->sc_node, "board-model")); in fhc_attach()
138 class = getpropstring(fa->fa_node, "device_type"); in fhc_print()
H A Drtc.c155 model = getpropstring(ea->ea_node, "model"); in rtc_attach()
157 model = getpropstring(ea->ea_node, "compatible"); in rtc_attach()
H A Dfb.c206 rows = a2int(getpropstring(optionsnode, "screen-#rows"), 34); in fbwscons_init()
207 cols = a2int(getpropstring(optionsnode, "screen-#columns"), 80); in fbwscons_init()
H A Dled.c91 str = getpropstring(ea->ea_node, "compatible"); in led_match()
H A Dpckbc_ebus.c219 name = getpropstring(node, "name"); in pckbc_ebus_is_console()
H A Dcentral.c135 class = getpropstring(ca->ca_node, "device_type"); in central_print()
H A Dpsycho.c220 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 Dschizo.c122 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 Dsbus.c218 class = getpropstring(sa->sa_node, "device_type"); in sbus_print()
427 getpropstring(node, "name"))); in sbus_attach_common()
H A Dgfxp.c172 name = getpropstring(node, "name"); in gfxp_match()
196 model = getpropstring(node, "model"); in gfxp_attach()
H A Draptor.c174 name = getpropstring(node, "name"); in raptor_match()
198 model = getpropstring(node, "model"); in raptor_attach()
H A Duperf_ebus.c150 model = getpropstring(ea->ea_node, "model"); in uperf_ebus_attach()
H A Debus_mainbus.c155 getpropstring(node, "name"))); in ebus_mainbus_attach()
H A Dpyro.c176 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 Dautoconf.h123 char *getpropstring(int node, char *name);

12