/netbsd-src/sys/dev/sbus/ |
H A D | xbox.c | 131 cp = prom_getpropstring(node, "model"); in xbox_attach() 134 cp = prom_getpropstring(node, "child-present"); in xbox_attach()
|
H A D | if_gem_sbus.c | 127 if (!strcmp("serdes", prom_getpropstring(sa->sa_node, "shared-pins"))) in gemattach_sbus() 143 sa->sa_name, prom_getpropstring(sa->sa_node, "version"), in gemattach_sbus()
|
H A D | sio16.c | 188 mode = prom_getpropstring(sa->sa_node, "mode"); in sio16_attach() 195 model = prom_getpropstring(sa->sa_node, "model"); in sio16_attach()
|
H A D | magma.c | 340 prom_getpropstring(sa->sa_node, "magma_prom"))); in magma_match() 342 prom_getpropstring(sa->sa_node, "intlevels"))); in magma_match() 344 prom_getpropstring(sa->sa_node, "chiprev"))); in magma_match() 346 prom_getpropstring(sa->sa_node, "clock"))); in magma_match() 371 magma_prom = prom_getpropstring(node, "magma_prom"); in magma_attach() 414 clockstr = prom_getpropstring(node, "clock"); in magma_attach()
|
H A D | cgthree_sbus.c | 170 name = prom_getpropstring(node, "model"); in cgthreeattach_sbus()
|
H A D | bwtwo_sbus.c | 173 name = prom_getpropstring(node, "model"); in bwtwoattach_sbus()
|
H A D | cgsix_sbus.c | 166 name = prom_getpropstring(node, "model"); in cgsixattach()
|
H A D | genfb_sbus.c | 79 if (strcmp("display", prom_getpropstring(sa->sa_node, "device_type")) in genfb_match_sbus()
|
H A D | dma_sbus.c | 184 cabletype = prom_getpropstring(node, "cable-selection"); in dmaattach_sbus()
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | fhc.c | 66 prom_getpropstring(sc->sc_node, "board-model")); in fhc_attach() 142 class = prom_getpropstring(fa->fa_node, "device_type"); in fhc_print()
|
H A D | rtc.c | 153 model = prom_getpropstring(ea->ea_node, "model"); in rtc_ebus_attach()
|
H A D | ebus.c | 110 name = prom_getpropstring(node, "name"); in ebus_match() 209 char *name = prom_getpropstring(node, "name"); in ebus_attach()
|
H A D | mkclock.c | 248 sc->sc_model = prom_getpropstring(node, "model"); in mkclock_attach()
|
H A D | central.c | 148 class = prom_getpropstring(ca->ca_node, "device_type"); in central_print()
|
H A D | com_ebus.c | 84 compat = prom_getpropstring(ea->ea_node, "compatible"); in com_ebus_match()
|
H A D | jbus-i2c.c | 103 str = prom_getpropstring(ma->ma_node, "compatible"); in jbusi2c_match()
|
H A D | psycho.c | 238 model = prom_getpropstring(ma->ma_node, "model"); in psycho_match() 245 model = prom_getpropstring(ma->ma_node, "compatible"); in psycho_match() 310 char *model = prom_getpropstring(ma->ma_node, "model"); in psycho_attach() 332 model = prom_getpropstring(ma->ma_node, "compatible"); in psycho_attach()
|
H A D | pyro.c | 134 str = prom_getpropstring(ma->ma_node, "compatible"); in pyro_match() 175 str = prom_getpropstring(ma->ma_node, "compatible"); in pyro_attach()
|
H A D | schizo.c | 127 str = prom_getpropstring(ma->ma_node, "model"); in schizo_match() 131 str = prom_getpropstring(ma->ma_node, "compatible"); in schizo_match() 156 str = prom_getpropstring(ma->ma_node, "compatible"); in schizo_attach()
|
/netbsd-src/sys/arch/sparc/stand/boot/ |
H A D | prompatch.c | 241 if (strcmp(prom_getpropstring(prom_findroot(), "banner-name"), in match_c5ip()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | autoconf.c | 911 const char * name = prom_getpropstring(ide_node, in dev_path_drive_match() 924 const char * name = prom_getpropstring(child, "name"); in dev_path_drive_match() 1348 name = prom_getpropstring(busnode, "name"); in device_register() 1352 name = prom_getpropstring(node, in device_register()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | mkclock.c | 234 sc->sc_model = prom_getpropstring(node, "model"); in clockattach()
|
H A D | iommu.c | 184 if (strcmp(prom_getpropstring(node, "name"), "sbus") == 0) in iommu_attach() 322 ia.iom_name = prom_getpropstring(node, "name"); in iommu_attach()
|
H A D | autoconf.c | 228 if (strcmp(prom_getpropstring(node, "device_type"), "cpu") != 0) in find_cpus() 239 if (strcmp(prom_getpropstring(node, "name"), "cpu-unit") != 0) in find_cpus() 243 if (strcmp(prom_getpropstring(unode, "device_type"), in find_cpus()
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | promlib.h | 146 char *prom_getpropstring(int, const char *);
|