Home
last modified time | relevance | path

Searched refs:aux (Results 251 – 275 of 4662) sorted by relevance

1...<<11121314151617181920>>...187

/netbsd/sys/arch/sparc/dev/
H A Dsbus.c207 struct mainbus_attach_args *ma = aux; in sbus_match_mainbus()
216 sbus_match_iommu(device_t parent, struct cfdata *cf, void *aux) in sbus_match_iommu() argument
218 struct iommu_attach_args *ia = aux; in sbus_match_iommu()
227 sbus_match_xbox(device_t parent, struct cfdata *cf, void *aux) in sbus_match_xbox() argument
229 struct xbox_attach_args *xa = aux; in sbus_match_xbox()
241 sbus_attach_mainbus(device_t parent, device_t self, void *aux) in sbus_attach_mainbus() argument
244 struct mainbus_attach_args *ma = aux; in sbus_attach_mainbus()
284 sbus_attach_iommu(device_t parent, device_t self, void *aux) in sbus_attach_iommu() argument
287 struct iommu_attach_args *ia = aux; in sbus_attach_iommu()
324 sbus_attach_xbox(device_t parent, device_t self, void *aux) in sbus_attach_xbox() argument
[all …]
H A Dpower.c68 powermatch(device_t parent, cfdata_t cf, void *aux) in powermatch() argument
70 union obio_attach_args *uoba = aux; in powermatch()
81 powerattach(device_t parent, device_t self, void *aux) in powerattach() argument
83 union obio_attach_args *uoba = aux; in powerattach()
/netbsd/sys/dev/pcmcia/
H A Dmhzc.c162 mhzc_match(device_t parent, cfdata_t match, void *aux) in mhzc_match() argument
164 struct pcmcia_attach_args *pa = aux; in mhzc_match()
173 mhzc_attach(device_t parent, device_t self, void *aux) in mhzc_attach() argument
176 struct pcmcia_attach_args *pa = aux; in mhzc_attach()
312 mhzc_print(void *aux, const char *pnp) in mhzc_print() argument
314 const char *name = aux; in mhzc_print()
597 com_mhzc_match(device_t parent, cfdata_t match, void *aux) in com_mhzc_match() argument
600 const char *name = aux; in com_mhzc_match()
669 sm_mhzc_match(device_t parent, cfdata_t match, void *aux) in sm_mhzc_match() argument
672 const char *name = aux; in sm_mhzc_match()
[all …]
/netbsd/sys/arch/i386/pci/
H A Dp64h2apic.c63 p64h2match(device_t parent, cfdata_t match, void *aux) in p64h2match() argument
65 struct pci_attach_args *pa = aux; in p64h2match()
75 p64h2attach(device_t parent, device_t self, void *aux) in p64h2attach() argument
78 struct pci_attach_args *pa = aux; in p64h2attach()
/netbsd/sys/arch/newsmips/dev/
H A Dmkclock_hb.c58 mkclock_hb_match(device_t parent, cfdata_t cf, void *aux) in mkclock_hb_match() argument
60 struct hb_attach_args *ha = aux; in mkclock_hb_match()
76 mkclock_hb_attach(device_t parent, device_t self, void *aux) in mkclock_hb_attach() argument
79 struct hb_attach_args *ha = aux; in mkclock_hb_attach()
/netbsd/sys/arch/amiga/pci/
H A Demmem.c60 emmem_match(device_t parent, cfdata_t cf, void *aux) in emmem_match() argument
64 zap = aux; in emmem_match()
85 emmem_attach(device_t parent, device_t self, void *aux) in emmem_attach() argument
91 zap = aux; in emmem_attach()
/netbsd/sys/arch/amiga/clockport/
H A Dgencp_xsurf.c59 gencp_xsurf_match(device_t parent, cfdata_t cf, void *aux) in gencp_xsurf_match() argument
64 xsb_aa = aux; in gencp_xsurf_match()
79 gencp_xsurf_attach(device_t parent, device_t self, void *aux) in gencp_xsurf_attach() argument
86 xsb_aa = aux; in gencp_xsurf_attach()
H A Dgencp_acafh.c59 gencp_acafh_match(device_t parent, cfdata_t cf, void *aux) in gencp_acafh_match() argument
64 aaa_aa = aux; in gencp_acafh_match()
78 gencp_acafh_attach(device_t parent, device_t self, void *aux) in gencp_acafh_attach() argument
85 aaa_aa = aux; in gencp_acafh_attach()
/netbsd/sys/arch/vax/bi/
H A Dbi_mainbus.c54 bi_mainbus_match(device_t parent, cfdata_t cf, void *aux) in bi_mainbus_match() argument
56 struct mainbus_attach_args * const ma = aux; in bi_mainbus_match()
62 bi_mainbus_attach(device_t parent, device_t self, void *aux) in bi_mainbus_attach() argument
65 struct mainbus_attach_args * const ma = aux; in bi_mainbus_attach()
/netbsd/sys/arch/luna68k/dev/
H A Dspc.c64 spc_mainbus_match(device_t parent, cfdata_t cf, void *aux) in spc_mainbus_match() argument
66 struct mainbus_attach_args *ma = aux; in spc_mainbus_match()
85 spc_mainbus_attach(device_t parent, device_t self, void *aux) in spc_mainbus_attach() argument
88 struct mainbus_attach_args *ma = aux; in spc_mainbus_attach()
/netbsd/sys/arch/hpcmips/dev/
H A Ducb1200.c100 ucb1200_match(device_t parent, cfdata_t cf, void *aux) in ucb1200_match() argument
102 struct txsib_attach_args *sa = aux; in ucb1200_match()
113 ucb1200_attach(device_t parent, device_t self, void *aux) in ucb1200_attach() argument
115 struct txsib_attach_args *sa = aux; in ucb1200_attach()
141 ucb1200_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in ucb1200_search() argument
159 ucb1200_print(void *aux, const char *pnp) in ucb1200_print() argument
/netbsd/sys/dev/ofw/
H A Dofbus.c51 ofbus_print(void *aux, const char *pnp) in ofbus_print() argument
53 struct ofbus_attach_args *oba = aux; in ofbus_print()
63 ofbus_match(device_t parent, cfdata_t cf, void *aux) in ofbus_match() argument
65 struct ofbus_attach_args *oba = aux; in ofbus_match()
115 ofbus_attach(device_t parent, device_t dev, void *aux) in ofbus_attach() argument
117 struct ofbus_attach_args *oba = aux; in ofbus_attach()
/netbsd/sys/arch/arm/acpi/
H A Dcpu_acpi.c80 cpu_acpi_match(device_t parent, cfdata_t cf, void *aux) in cpu_acpi_match() argument
82 ACPI_SUBTABLE_HEADER *hdrp = aux; in cpu_acpi_match()
94 cpu_acpi_attach(device_t parent, device_t self, void *aux) in cpu_acpi_attach() argument
97 ACPI_MADT_GENERIC_INTERRUPT *gicc = aux; in cpu_acpi_attach()
159 cpu_acpi_tprof_intr_establish(ACPI_SUBTABLE_HEADER *hdrp, void *aux) in cpu_acpi_tprof_intr_establish() argument
161 device_t dev = aux; in cpu_acpi_tprof_intr_establish()
/netbsd/sys/dev/ppbus/
H A Dppbus_conf.c68 ppbus_probe(device_t parent, cfdata_t cf, void *aux) in ppbus_probe() argument
70 struct parport_adapter *sc_link = aux; in ppbus_probe()
108 ppbus_attach(device_t parent, device_t self, void *aux) in ppbus_attach() argument
111 struct parport_adapter *sc_link = aux; in ppbus_attach()
240 ppbus_search_children(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in ppbus_search_children() argument
247 if (config_probe(parent, cf, aux)) { in ppbus_search_children()
248 dev = config_attach(parent, cf, aux, NULL, CFARGS_NONE); in ppbus_search_children()
/netbsd/sys/dev/sbus/
H A Dsio16.c110 sio16_match(device_t parent, cfdata_t cf, void *aux) in sio16_match() argument
112 struct sbus_attach_args *sa = aux; in sio16_match()
125 sio16_attach(device_t parent, device_t self, void *aux) in sio16_attach() argument
127 struct sbus_attach_args *sa = aux; in sio16_attach()
276 clcd_match(device_t parent, cfdata_t cf, void *aux) in clcd_match() argument
284 clcd_attach(device_t parent, device_t self, void *aux) in clcd_attach() argument
287 struct sio16_attach_args *args = aux; in clcd_attach()
/netbsd/sys/arch/playstation2/playstation2/
H A Dmainbus.c48 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() argument
55 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
70 const int *ldesc, void *aux) in mainbus_search() argument
82 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
/netbsd/sys/dev/pci/
H A Desiop_pci.c53 esiop_pci_match(device_t parent, cfdata_t match, void *aux) in esiop_pci_match() argument
55 struct pci_attach_args *pa = aux; in esiop_pci_match()
71 esiop_pci_attach(device_t parent, device_t self, void *aux) in esiop_pci_attach() argument
73 struct pci_attach_args *pa = aux; in esiop_pci_attach()
/netbsd/sys/dev/xmi/
H A Dbi_xmi.c55 bi_xmi_match(device_t parent, cfdata_t cf, void *aux) in bi_xmi_match() argument
57 struct xmi_attach_args *xa = aux; in bi_xmi_match()
70 bi_xmi_attach(device_t parent, device_t self, void *aux) in bi_xmi_attach() argument
73 struct xmi_attach_args *xa = aux; in bi_xmi_attach()
/netbsd/sys/arch/arm/mainbus/
H A Dcpu_mainbus.c77 cpu_mainbus_match(device_t parent, cfdata_t cf, void *aux) in cpu_mainbus_match() argument
79 struct mainbus_attach_args * const mb = aux; in cpu_mainbus_match()
118 cpu_mainbus_attach(device_t parent, device_t self, void *aux) in cpu_mainbus_attach() argument
120 struct mainbus_attach_args * const mb = aux; in cpu_mainbus_attach()
/netbsd/sys/arch/sgimips/gio/
H A Dgio.c170 gio_match(device_t parent, cfdata_t match, void *aux) in gio_match() argument
180 gio_attach(device_t parent, device_t self, void *aux) in gio_attach() argument
279 gio_print(void *aux, const char *pnp) in gio_print() argument
281 struct gio_attach_args *ga = aux; in gio_print()
322 gio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in gio_search() argument
324 struct gio_attach_args *ga = aux; in gio_search()
344 gio_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in gio_submatch() argument
346 struct gio_attach_args *ga = aux; in gio_submatch()
356 return config_match(parent, cf, aux); in gio_submatch()
/netbsd/sys/arch/mips/cavium/
H A Docteon_cpunode.c94 cpunode_mainbus_print(void *aux, const char *pnp) in cpunode_mainbus_print() argument
96 struct cpunode_attach_args * const cnaa = aux; in cpunode_mainbus_print()
108 cpunode_mainbus_match(device_t parent, cfdata_t cf, void *aux) in cpunode_mainbus_match() argument
115 cpunode_mainbus_attach(device_t parent, device_t self, void *aux) in cpunode_mainbus_attach() argument
154 cpu_cpunode_match(device_t parent, cfdata_t cf, void *aux) in cpu_cpunode_match() argument
156 struct cpunode_attach_args * const cnaa = aux; in cpu_cpunode_match()
294 cpu_cpunode_attach(device_t parent, device_t self, void *aux) in cpu_cpunode_attach() argument
296 struct cpunode_attach_args * const cnaa = aux; in cpu_cpunode_attach()
440 wdog_cpunode_match(device_t parent, cfdata_t cf, void *aux) in wdog_cpunode_match() argument
443 struct cpunode_attach_args * const cnaa = aux; in wdog_cpunode_match()
[all …]
/netbsd/sys/arch/news68k/dev/
H A Dmkclock_hb.c60 mkclock_hb_match(device_t parent, cfdata_t cf, void *aux) in mkclock_hb_match() argument
62 struct hb_attach_args *ha = aux; in mkclock_hb_match()
80 mkclock_hb_attach(device_t parent, device_t self, void *aux) in mkclock_hb_attach() argument
83 struct hb_attach_args *ha = aux; in mkclock_hb_attach()
/netbsd/sys/arch/sparc64/dev/
H A Dwb_ebus.c56 wb_ebus_match(device_t parent, cfdata_t match, void *aux) in wb_ebus_match() argument
58 struct ebus_attach_args *ea = aux; in wb_ebus_match()
64 wb_ebus_attach(device_t parent, device_t self, void *aux) in wb_ebus_attach() argument
67 struct ebus_attach_args *ea = aux; in wb_ebus_attach()
/netbsd/sys/arch/vax/vax/
H A Dxmi_mainbus.c55 xmi_mainbus_match(device_t parent, cfdata_t cf, void *aux) in xmi_mainbus_match() argument
57 struct mainbus_attach_args * const ma = aux; in xmi_mainbus_match()
63 xmi_mainbus_attach(device_t parent, device_t self, void *aux) in xmi_mainbus_attach() argument
66 struct mainbus_attach_args * const ma = aux; in xmi_mainbus_attach()
/netbsd/sys/arch/atari/vme/
H A Dvme_machdep.c59 vmebusmatch(device_t parent, cfdata_t cf, void *aux) in vmebusmatch() argument
64 if (strcmp((char *)aux, "avmebus") || vmebus_attached) in vmebusmatch()
70 vmebusattach(device_t parent, device_t self, void *aux) in vmebusattach() argument
95 vmebusprint(void *aux, const char *name) in vmebusprint() argument

1...<<11121314151617181920>>...187