HomeSort by: relevance | last modified time | path
    Searched defs:selfh (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/arch/macppc/macppc/
mainbus.c 76 devhandle_t selfh = device_handle(self); local in function:mainbus_attach
92 CFARGS(.devhandle = devhandle_from_of(selfh,
112 CFARGS(.devhandle = devhandle_from_of(selfh, node)));
125 CFARGS(.devhandle = devhandle_from_of(selfh, node)));
  /src/sys/dev/sbus/
lebuffer.c 122 devhandle_t selfh = device_handle(self); local in function:lebufattach
128 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
dma_sbus.c 209 devhandle_t selfh = device_handle(self); local in function:dmaattach_sbus
214 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
qec.c 205 devhandle_t selfh = device_handle(self); local in function:qecattach
211 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
  /src/sys/arch/sparc/dev/
bootbus.c 118 devhandle_t selfh = device_handle(self); local in function:bootbus_attach
127 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node),
sbus.c 355 devhandle_t selfh = device_handle(sc->sc_dev); local in function:sbus_attach_common
417 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
439 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
ebus.c 310 devhandle_t selfh = device_handle(self); local in function:ebus_attach
321 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
  /src/sys/dev/ofw/
ofbus.c 162 devhandle_t selfh = device_handle(dev); local in function:ofbus_attach
186 CFARGS(.devhandle = devhandle_from_of(selfh,
217 CFARGS(.devhandle = devhandle_from_of(selfh,
  /src/sys/arch/macppc/dev/
gpio.c 99 devhandle_t selfh = device_handle(self); local in function:gpio_obio_attach
123 CFARGS(.devhandle = devhandle_from_of(selfh, child)));
uni-n.c 144 devhandle_t selfh = device_handle(self); local in function:uni_n_attach
167 CFARGS(.devhandle = devhandle_from_of(selfh, child)));
mediabay.c 228 devhandle_t selfh = device_handle(sc->sc_dev); local in function:mediabay_attach_content
248 CFARGS(.devhandle = devhandle_from_of(selfh, child)));
obio.c 269 devhandle_t selfh = device_handle(self); local in function:obio_attach
304 CFARGS(.devhandle = devhandle_from_of(selfh, child)));
smu.c 368 devhandle_t selfh = device_handle(sc->sc_dev); local in function:smu_setup_iicbus
397 CFARGS(.devhandle = devhandle_from_of(selfh, node)));
  /src/sys/arch/sparc64/dev/
central.c 100 devhandle_t selfh = device_handle(self); local in function:central_attach
117 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
fhc.c 94 devhandle_t selfh = device_handle(sc->sc_dev); local in function:fhc_attach
121 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
upa.c 119 devhandle_t selfh = device_handle(sc->sc_dev); local in function:upa_attach
137 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
cbus.c 104 devhandle_t selfh = device_handle(self); local in function:cbus_attach
126 CFARGS(.devhandle = devhandle_from_of(selfh, ca.ca_node)));
ebus_mainbus.c 167 devhandle_t selfh = device_handle(self); local in function:ebus_mainbus_attach
178 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
vbus.c 84 devhandle_t selfh = device_handle(self); local in function:vbus_attach
101 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
ebus.c 207 devhandle_t selfh = device_handle(self); local in function:ebus_attach
218 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
sbus.c 282 devhandle_t selfh = device_handle(self); local in function:sbus_attach
293 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
  /src/sys/dev/ofisa/
ofisa.c 130 devhandle_t selfh = device_handle(self); local in function:ofisaattach
146 CFARGS(.devhandle = devhandle_from_of(selfh, child)));
  /src/sys/arch/sparc/sparc/
iommu.c 288 devhandle_t selfh = device_handle(self); local in function:iommu_attach
311 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
335 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
autoconf.c 1245 devhandle_t selfh = device_handle(dev); local in function:mainbus_attach
1289 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
1303 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
1336 prom_node_to_devhandle(selfh,
1397 CFARGS(.devhandle = prom_node_to_devhandle(selfh,
1416 CFARGS(.devhandle = prom_node_to_devhandle(selfh, node)));
  /src/sys/arch/sparc64/sparc64/
autoconf.c 706 devhandle_t selfh = device_handle(dev); local in function:mainbus_attach
737 CFARGS(.devhandle = devhandle_from_of(selfh, ma.ma_node)));
821 CFARGS(.devhandle = prom_node_to_devhandle(selfh,

Completed in 51 milliseconds