Home
last modified time | relevance | path

Searched refs:aux (Results 101 – 125 of 4406) sorted by relevance

12345678910>>...177

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h53 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo(); in getauxval() local
54 aux->a_type != AT_NULL; ++aux) { in getauxval()
55 if (type == aux->a_type) in getauxval()
56 return aux->a_v; in getauxval()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h53 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo(); in getauxval() local
54 aux->a_type != AT_NULL; ++aux) { in getauxval()
55 if (type == aux->a_type) in getauxval()
56 return aux->a_v; in getauxval()
/netbsd/sys/arch/evbmips/malta/dev/
H A Dmainbus.c103 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() argument
113 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
167 const int *ldesc, void *aux) in mainbus_submatch() argument
169 struct mainbus_attach_args *ma = aux; in mainbus_submatch()
175 return (config_match(parent, cf, aux)); in mainbus_submatch()
179 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
181 struct mainbus_attach_args *ma = aux; in mainbus_print()
/netbsd/sys/dev/ofisa/
H A Dcom_ofisa.c77 com_ofisa_probe(device_t parent, cfdata_t cf, void *aux) in com_ofisa_probe() argument
79 struct ofisa_attach_args *aa = aux; in com_ofisa_probe()
85 rv = com_ofisa_md_match(parent, cf, aux); in com_ofisa_probe()
91 com_ofisa_attach(device_t parent, device_t self, void *aux) in com_ofisa_attach() argument
95 struct ofisa_attach_args *aa = aux; in com_ofisa_attach()
116 n = com_ofisa_md_reg_fixup(parent, self, aux, &reg, 1, n); in com_ofisa_attach()
130 n = com_ofisa_md_intr_fixup(parent, self, aux, &intr, 1, n); in com_ofisa_attach()
/netbsd/sys/dev/marvell/
H A Dobio.c84 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
86 struct marvell_attach_args *mva = aux; in obio_match()
101 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
104 struct marvell_attach_args *mva = aux; in obio_attach()
146 obio_cfprint(void *aux, const char *pnp) in obio_cfprint() argument
148 struct obio_attach_args *oa = aux; in obio_cfprint()
162 obio_cfsearch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_cfsearch() argument
/netbsd/sys/arch/mipsco/obio/
H A Dobio.c62 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
64 struct confargs *ca = aux; in obio_match()
73 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
75 struct confargs *ca = aux; in obio_attach()
94 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
96 struct confargs *ca = aux; in obio_search()
/netbsd/sys/arch/luna68k/dev/
H A Dsio.c60 sio_match(device_t parent, cfdata_t cf, void *aux) in sio_match() argument
62 struct mainbus_attach_args *ma = aux; in sio_match()
72 sio_attach(device_t parent, device_t self, void *aux) in sio_attach() argument
75 struct mainbus_attach_args *ma = aux; in sio_attach()
95 sio_print(void *aux, const char *name) in sio_print() argument
97 struct sio_attach_args *args = aux; in sio_print()
/netbsd/sys/arch/evbarm/iyonix/
H A Dobio.c72 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
75 struct mainbus_attach_args *ma = aux; in obio_match()
93 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
110 obio_print(void *aux, const char *pnp) in obio_print() argument
112 struct obio_attach_args *oba = aux; in obio_print()
126 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
/netbsd/sys/arch/evbarm/iq80321/
H A Dobio.c73 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
76 struct mainbus_attach_args *ma = aux; in obio_match()
94 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
111 obio_print(void *aux, const char *pnp) in obio_print() argument
113 struct obio_attach_args *oba = aux; in obio_print()
127 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
/netbsd/sys/arch/evbppc/mpc85xx/
H A Dautoconf.c104 device_register(device_t dev, void *aux) in device_register() argument
107 (*cpu_md_ops.md_device_register)(dev, aux); in device_register()
123 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
125 struct mainbus_attach_args *ma = aux; in mainbus_print()
139 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() argument
145 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
/netbsd/sys/arch/iyonix/iyonix/
H A Dobio.c72 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
75 struct mainbus_attach_args *ma = aux; in obio_match()
93 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
110 obio_print(void *aux, const char *pnp) in obio_print() argument
112 struct obio_attach_args *oba = aux; in obio_print()
126 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
/netbsd/sys/arch/evbarm/adi_brh/
H A Dobio.c74 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
77 struct mainbus_attach_args *ma = aux; in obio_match()
95 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
112 obio_print(void *aux, const char *pnp) in obio_print() argument
114 struct obio_attach_args *oba = aux; in obio_print()
128 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
/netbsd/sys/arch/alpha/tlsb/
H A Dkftxx.c75 kftprint(void *aux, const char *pnp) in kftprint() argument
77 register struct kft_dev_attach_args *ka = aux; in kftprint()
85 kftmatch(device_t parent, cfdata_t cf, void *aux) in kftmatch() argument
87 struct tlsb_dev_attach_args *ta = aux; in kftmatch()
94 kftattach(device_t parent, device_t self, void *aux) in kftattach() argument
96 struct tlsb_dev_attach_args *ta = aux; in kftattach()
/netbsd/sys/arch/mips/rmi/
H A Drmixl_cpunode.c69 cpunode_rmixl_match(device_t parent, cfdata_t cf, void *aux) in cpunode_rmixl_match() argument
71 struct mainbus_attach_args *ma = aux; in cpunode_rmixl_match()
84 cpunode_rmixl_attach(device_t parent, device_t self, void *aux) in cpunode_rmixl_attach() argument
89 struct mainbus_attach_args *ma = aux; in cpunode_rmixl_attach()
138 cpunode_rmixl_print(void *aux, const char *pnp) in cpunode_rmixl_print() argument
140 struct cpunode_attach_args *na = aux; in cpunode_rmixl_print()
/netbsd/sys/arch/arm/sociox/
H A Dsni_gpio.c116 snigpio_fdt_match(device_t parent, struct cfdata *match, void *aux) in snigpio_fdt_match() argument
118 struct fdt_attach_args * const faa = aux; in snigpio_fdt_match()
124 snigpio_fdt_attach(device_t parent, device_t self, void *aux) in snigpio_fdt_attach() argument
127 struct fdt_attach_args * const faa = aux; in snigpio_fdt_attach()
153 snigpio_acpi_match(device_t parent, struct cfdata *match, void *aux) in snigpio_acpi_match() argument
155 struct acpi_attach_args *aa = aux; in snigpio_acpi_match()
161 snigpio_acpi_attach(device_t parent, device_t self, void *aux) in snigpio_acpi_attach() argument
164 struct acpi_attach_args *aa = aux; in snigpio_acpi_attach()
/netbsd/sys/dev/scsipi/
H A Datapiconf.c106 atapiprint(void *aux, const char *pnp) in atapiprint() argument
114 atapibusmatch(device_t parent, cfdata_t cf, void *aux) in atapibusmatch() argument
116 struct scsipi_channel *chan = aux; in atapibusmatch()
129 atapibussubmatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in atapibussubmatch() argument
131 struct scsipibus_attach_args *sa = aux; in atapibussubmatch()
137 return (config_match(parent, cf, aux)); in atapibussubmatch()
141 atapibusattach(device_t parent, device_t self, void *aux) in atapibusattach() argument
144 struct scsipi_channel *chan = aux; in atapibusattach()
304 atapibusprint(void *aux, const char *pnp) in atapibusprint() argument
306 struct scsipibus_attach_args *sa = aux; in atapibusprint()
/netbsd/sys/arch/epoc32/windermere/
H A Dwindermere.c57 static void windermere_attach(device_t parent, device_t self, void *aux);
109 windermere_match(device_t parent, cfdata_t match, void *aux) in windermere_match() argument
117 windermere_attach(device_t parent, device_t self, void *aux) in windermere_attach() argument
119 struct mainbus_attach_args *maa = aux; in windermere_attach()
152 windermere_print(void *aux, const char *pnp) in windermere_print() argument
154 struct windermere_attach_args *aa = aux; in windermere_print()
174 windermere_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in windermere_submatch() argument
176 struct windermere_attach_args *aa = aux; in windermere_submatch()
184 return config_match(parent, cf, aux); in windermere_submatch()
188 return config_match(parent, cf, aux); in windermere_submatch()
/netbsd/sys/arch/amiga/dev/
H A Dxsurf.c71 static int xsurf_print(void *aux, const char *w);
97 xsurf_match(device_t parent, cfdata_t cf, void *aux) in xsurf_match() argument
99 struct zbus_args *zap = aux; in xsurf_match()
113 xsurf_attach(device_t parent, device_t self, void *aux) in xsurf_attach() argument
121 struct zbus_args *zap = aux; in xsurf_attach()
157 xsurf_print(void *aux, const char *w) in xsurf_print() argument
H A Dioblix_zbus.c69 iobzmatch(device_t parent, cfdata_t cf, void *aux) in iobzmatch() argument
74 zap = aux; in iobzmatch()
105 iobzattach(device_t parent, device_t self, void *aux) in iobzattach() argument
116 zap = aux; in iobzattach()
143 iobzprint(void *aux, const char *pnp) in iobzprint() argument
146 supa = aux; in iobzprint()
/netbsd/sys/arch/mips/cavium/
H A Dmainbus.c69 mainbus_match(device_t parent, struct cfdata *match, void *aux) in mainbus_match() argument
81 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
154 mainbus_submatch(device_t parent, cfdata_t cf, const int *locs, void *aux) in mainbus_submatch() argument
156 struct mainbus_attach_args *aa = aux; in mainbus_submatch()
161 return config_match(parent, cf, aux); in mainbus_submatch()
165 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
167 struct mainbus_attach_args *aa = aux; in mainbus_print()
H A Docteon_bootbus.c72 bootbus_match(device_t parent, struct cfdata *match, void *aux) in bootbus_match() argument
79 bootbus_attach(device_t parent, device_t self, void *aux) in bootbus_attach() argument
106 const int *ldesc, void *aux) in bootbus_submatch() argument
109 return config_match(parent, cf, aux); in bootbus_submatch()
113 bootbus_print(void *aux, const char *pnp) in bootbus_print() argument
115 struct bootbus_attach_args *aa = aux; in bootbus_print()
/netbsd/sys/arch/arm/rockchip/
H A Drk3288_usb.c58 rk3288_usb_match(device_t parent, cfdata_t cf, void *aux) in rk3288_usb_match() argument
60 struct fdt_attach_args * const faa = aux; in rk3288_usb_match()
66 rk3288_usb_attach(device_t parent, device_t self, void *aux) in rk3288_usb_attach() argument
68 struct fdt_attach_args * const faa = aux; in rk3288_usb_attach()
144 rk3288_usbphy_match(device_t parent, cfdata_t cf, void *aux) in rk3288_usbphy_match() argument
150 rk3288_usbphy_attach(device_t parent, device_t self, void *aux) in rk3288_usbphy_attach() argument
153 struct fdt_attach_args * const faa = aux; in rk3288_usbphy_attach()
/netbsd/sys/dev/tc/
H A Dtcu.c92 tcu_match(device_t parent, cfdata_t cf, void *aux) in tcu_match() argument
94 struct tc_attach_args *ta = aux; in tcu_match()
103 tcu_attach(device_t parent, device_t self, void *aux) in tcu_attach() argument
105 struct tc_attach_args *ta = aux; in tcu_attach()
150 (void)config_found(self, aux, tcu_print, in tcu_attach()
155 tcu_gpio_attach(parent, self, aux); in tcu_attach()
161 tcu_print(void *aux, const char *pnp) in tcu_print() argument
174 tcu_gpio_attach(device_t parent, device_t self, void *aux) in tcu_gpio_attach() argument
177 struct tc_attach_args *ta = aux; in tcu_gpio_attach()
/netbsd/sys/arch/vax/vax/
H A Dnmi_mainbus.c47 nmi_mainbus_print(void *aux, const char *name) in nmi_mainbus_print() argument
49 struct nmi_attach_args *na = aux; in nmi_mainbus_print()
70 nmi_mainbus_match(device_t parent, cfdata_t cf, void *aux) in nmi_mainbus_match() argument
72 struct mainbus_attach_args * const ma = aux; in nmi_mainbus_match()
78 nmi_mainbus_attach(device_t parent, device_t self, void *aux) in nmi_mainbus_attach() argument
80 struct mainbus_attach_args * const ma = aux; in nmi_mainbus_attach()
/netbsd/sys/arch/sandpoint/sandpoint/
H A Dmainbus.c74 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() argument
84 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
158 cpu_match(device_t parent, cfdata_t cf, void *aux) in cpu_match() argument
160 struct mainbus_attach_args *mba = aux; in cpu_match()
172 cpu_attach(device_t parent, device_t self, void *aux) in cpu_attach() argument
200 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
202 struct mainbus_attach_args *mba = aux; in mainbus_print()

12345678910>>...177