Home
last modified time | relevance | path

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

12

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

12