Searched refs:prom_node_to_devhandle (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/sys/dev/sbus/ |
H A D | lebuffer.c | 128 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in lebufattach()
|
H A D | dma_sbus.c | 214 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in dmaattach_sbus()
|
H A D | qec.c | 211 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in qecattach()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | autoconf.c | 1289 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in mainbus_attach() 1303 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in mainbus_attach() 1336 prom_node_to_devhandle(selfh, in mainbus_attach() 1397 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in mainbus_attach() 1416 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in mainbus_attach()
|
H A D | iommu.c | 311 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in iommu_attach() 335 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in iommu_attach()
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | sbus.c | 417 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in sbus_attach_common() 439 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in sbus_attach_common()
|
H A D | bootbus.c | 127 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node), in bootbus_attach()
|
H A D | ebus.c | 321 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in ebus_attach()
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | central.c | 117 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in central_attach()
|
H A D | upa.c | 137 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in upa_attach()
|
H A D | vbus.c | 101 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in vbus_attach()
|
H A D | fhc.c | 121 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in fhc_attach()
|
H A D | ebus_mainbus.c | 178 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in ebus_mainbus_attach()
|
H A D | ebus.c | 218 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in ebus_attach()
|
H A D | sbus.c | 293 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node))); in sbus_attach()
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | promlib.h | 220 #define prom_node_to_devhandle(s, n) ((*promops.po_node_to_devhandle)((s), (n))) macro
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | autoconf.c | 821 CFARGS(.devhandle = prom_node_to_devhandle(selfh, in mainbus_attach()
|