Home
last modified time | relevance | path

Searched refs:aux (Results 176 – 200 of 4534) sorted by relevance

12345678910>>...182

/netbsd/sys/arch/hp300/dev/
H A Dhpib.c125 hpibbusmatch(device_t parent, cfdata_t cf, void *aux) in hpibbusmatch() argument
132 hpibbusattach(device_t parent, device_t self, void *aux) in hpibbusattach() argument
135 struct hpibdev_attach_args *ha = aux; in hpibbusattach()
199 hpibbussubmatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in hpibbussubmatch() argument
201 struct hpibbus_attach_args *ha = aux; in hpibbussubmatch()
210 return config_match(parent, cf, aux); in hpibbussubmatch()
214 hpibbusprint(void *aux, const char *pnp) in hpibbusprint() argument
216 struct hpibbus_attach_args *ha = aux; in hpibbusprint()
228 hpibdevprint(void *aux, const char *pnp) in hpibdevprint() argument
/netbsd/sys/arch/evbarm/hdl_g/
H A Dobio.c68 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() argument
77 obio_attach(device_t parent, device_t self, void *aux) in obio_attach() argument
94 obio_print(void *aux, const char *pnp) in obio_print() argument
96 struct obio_attach_args *oba = aux; in obio_print()
110 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
/netbsd/sys/arch/hpcmips/hpcmips/
H A Dmainbus.c68 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() argument
75 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
111 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search() argument
113 struct mainbus_attach_args *ma = (void *)aux; in mainbus_search()
133 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
/netbsd/sys/arch/hpcmips/tx/
H A Dtxsim.c66 txsim_match(device_t parent, cfdata_t match, void *aux) in txsim_match() argument
68 struct mainbus_attach_args *ma = aux; in txsim_match()
81 txsim_attach(device_t parent, device_t self, void *aux) in txsim_attach() argument
113 txsim_print(void *aux, const char *pnp) in txsim_print() argument
119 txsim_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in txsim_search() argument
/netbsd/sys/dev/fdt/
H A Dspdif_tx.c66 spdif_tx_add_device(audio_dai_tag_t dai, audio_dai_tag_t aux) in spdif_tx_add_device() argument
89 spdif_tx_match(device_t parent, cfdata_t cf, void *aux) in spdif_tx_match() argument
91 struct fdt_attach_args * const faa = aux; in spdif_tx_match()
97 spdif_tx_attach(device_t parent, device_t self, void *aux) in spdif_tx_attach() argument
100 struct fdt_attach_args * const faa = aux; in spdif_tx_attach()
/netbsd/sys/arch/acorn32/eb7500atx/
H A Drsbus.c57 rsbus_match(device_t parent, cfdata_t cf, void *aux) in rsbus_match() argument
63 rsbus_attach(device_t parent, device_t self, void *aux) in rsbus_attach() argument
78 rsbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in rsbus_search() argument
95 rsbus_print(void *aux, const char *name) in rsbus_print() argument
97 struct rsbus_attach_args *sa = aux; in rsbus_print()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.c416 prev_bb->aux = best_bb->aux; in rotate_loop()
436 best_bb->aux = NULL; in rotate_loop()
877 new_bb->aux = bb->aux; in copy_bb()
878 bb->aux = new_bb; in copy_bb()
1435 new_bb->aux = last_bb->aux; in create_eh_forwarder_block()
2006 new_bb->aux = cur_bb->aux; in fix_up_fall_thru_edges()
2197 new_bb->aux = last_bb->aux; in fix_crossing_conditional_branches()
2457 bb->aux = bb; in reorder_basic_blocks_simple()
2518 if ((bb->flags & BB_VISITED && bb->aux) || bb->aux == bb) in reorder_basic_blocks_simple()
2533 last_tail->aux = 0; in reorder_basic_blocks_simple()
[all …]
H A Dbb-reorder.cc416 prev_bb->aux = best_bb->aux; in rotate_loop()
436 best_bb->aux = NULL; in rotate_loop()
877 new_bb->aux = bb->aux; in copy_bb()
878 bb->aux = new_bb; in copy_bb()
1435 new_bb->aux = last_bb->aux; in create_eh_forwarder_block()
2006 new_bb->aux = cur_bb->aux; in fix_up_fall_thru_edges()
2197 new_bb->aux = last_bb->aux; in fix_crossing_conditional_branches()
2457 bb->aux = bb; in reorder_basic_blocks_simple()
2518 if ((bb->flags & BB_VISITED && bb->aux) || bb->aux == bb) in reorder_basic_blocks_simple()
2533 last_tail->aux = 0; in reorder_basic_blocks_simple()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c416 prev_bb->aux = best_bb->aux; in rotate_loop()
436 best_bb->aux = NULL; in rotate_loop()
877 new_bb->aux = bb->aux; in copy_bb()
878 bb->aux = new_bb; in copy_bb()
1435 new_bb->aux = last_bb->aux; in create_eh_forwarder_block()
2006 new_bb->aux = cur_bb->aux; in fix_up_fall_thru_edges()
2197 new_bb->aux = last_bb->aux; in fix_crossing_conditional_branches()
2457 bb->aux = bb; in reorder_basic_blocks_simple()
2518 if ((bb->flags & BB_VISITED && bb->aux) || bb->aux == bb) in reorder_basic_blocks_simple()
2533 last_tail->aux = 0; in reorder_basic_blocks_simple()
[all …]
/netbsd/sys/dev/ofisa/
H A Datppc_ofisa.c86 atppc_ofisa_match(device_t parent, cfdata_t match, void *aux) in atppc_ofisa_match() argument
88 struct ofisa_attach_args *aa = aux; in atppc_ofisa_match()
94 rv = lpt_ofisa_md_match(parent, match, aux); in atppc_ofisa_match()
100 atppc_ofisa_attach(device_t parent, device_t self, void *aux) in atppc_ofisa_attach() argument
104 struct ofisa_attach_args *aa = aux; in atppc_ofisa_attach()
117 n = lpt_ofisa_md_reg_fixup(parent, self, aux, &reg, 1, n); in atppc_ofisa_attach()
127 n = lpt_ofisa_md_intr_fixup(parent, self, aux, &intr, 1, n); in atppc_ofisa_attach()
H A Dmcclock_ofisa.c108 mcclock_ofisa_match(device_t parent, cfdata_t cf, void *aux) in mcclock_ofisa_match() argument
110 struct ofisa_attach_args *aa = aux; in mcclock_ofisa_match()
116 rv = mcclock_ofisa_md_match(parent, cf, aux); in mcclock_ofisa_match()
122 mcclock_ofisa_attach(device_t parent, device_t self, void *aux) in mcclock_ofisa_attach() argument
125 struct ofisa_attach_args *aa = aux; in mcclock_ofisa_attach()
135 n = mcclock_ofisa_md_reg_fixup(parent, self, aux, &reg, 1, n); in mcclock_ofisa_attach()
/netbsd/sys/arch/arm/imx/
H A Dimx51_wdog.c43 wdog_match(device_t parent, struct cfdata *cf, void *aux) in wdog_match() argument
45 struct axi_attach_args *aa = aux; in wdog_match()
56 wdog_attach(device_t parent, device_t self, void *aux) in wdog_attach() argument
58 struct axi_attach_args *aa = aux; in wdog_attach()
H A Dimx51_i2c.c44 imxi2c_match(device_t parent, cfdata_t cf, void *aux) in imxi2c_match() argument
46 struct axi_attach_args *aa = aux; in imxi2c_match()
61 imxi2c_attach(device_t parent, device_t self, void *aux) in imxi2c_attach() argument
63 struct axi_attach_args * aa = aux; in imxi2c_attach()
/netbsd/external/gpl3/autoconf/dist/
H A DMakefile.am28 build-aux/gendocs.sh \
29 build-aux/git-version-gen \
30 build-aux/announce-gen build-aux/gnupload \
31 build-aux/gitlog-to-changelog \
66 $(top_srcdir)/build-aux/gitlog-to-changelog \
H A DGNUmakefile40 _build-aux ?= build-aux
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
55 && $(_build-aux)/git-version-gen \
96 _build-aux ?= build-aux
/netbsd/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c42 const AuxInfo *aux; in getauxval() local
44 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in getauxval()
45 if (type == aux->a_type) in getauxval()
46 return aux->a_v; in getauxval()
/netbsd/sys/arch/amiga/dev/
H A Dp5bus.c54 static int p5bus_print(void *aux, const char *str);
73 p5bus_match(device_t parent, cfdata_t cf, void *aux) in p5bus_match() argument
77 zap = aux; in p5bus_match()
91 p5bus_attach(device_t parent, device_t self, void *aux) in p5bus_attach() argument
98 zap = aux; in p5bus_attach()
193 p5bus_print(void *aux, const char *str) in p5bus_print() argument
H A Ddrsupio.c67 drsupiomatch(device_t parent, cfdata_t cf, void *aux) in drsupiomatch() argument
72 if (!is_draco() || !matchname(aux, "drsupio") || drsupio_matched) in drsupiomatch()
93 drsupioattach(device_t parent, device_t self, void *aux) in drsupioattach() argument
137 drsupprint(void *aux, const char *pnp) in drsupprint() argument
141 supa = aux; in drsupprint()
H A Dgvpio.c71 gvpiomatch(device_t parent, cfdata_t cf, void *aux) in gvpiomatch() argument
76 gap = aux; in gvpiomatch()
97 gvpioattach(device_t parent, device_t self, void *aux) in gvpioattach() argument
109 gap = aux; in gvpioattach()
158 gvpioprint(void *aux, const char *pnp) in gvpioprint() argument
162 supa = aux; in gvpioprint()
/netbsd/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathx/
H A DMakefile.in37 $(srcdir)/../../../build-aux/config.guess \
38 $(srcdir)/../../../build-aux/config.sub \
39 $(srcdir)/../../../build-aux/install-sh \
40 $(srcdir)/../../../build-aux/ltmain.sh \
41 $(srcdir)/../../../build-aux/missing \
45 ../../../build-aux/config.guess \
46 ../../../build-aux/config.rpath ../../../build-aux/config.sub \
47 ../../../build-aux/elisp-comp ../../../build-aux/install-sh \
48 ../../../build-aux/ltmain.sh ../../../build-aux/mdate-sh \
49 ../../../build-aux/missing ../../../build-aux/mkinstalldirs \
[all …]
/netbsd/sys/arch/sparc/sparc/
H A Dmemreg.c92 memregmatch_mainbus(device_t parent, cfdata_t cf, void *aux) in memregmatch_mainbus() argument
94 struct mainbus_attach_args *ma = aux; in memregmatch_mainbus()
100 memregmatch_obio(device_t parent, cfdata_t cf, void *aux) in memregmatch_obio() argument
102 union obio_attach_args *uoba = aux; in memregmatch_obio()
117 memregattach_mainbus(device_t parent, device_t self, void *aux) in memregattach_mainbus() argument
119 struct mainbus_attach_args *ma = aux; in memregattach_mainbus()
141 memregattach_obio(device_t parent, device_t self, void *aux) in memregattach_obio() argument
143 union obio_attach_args *uoba = aux; in memregattach_obio()
H A Dcpuunit.c73 cpuunit_match(device_t parent, cfdata_t cf, void *aux) in cpuunit_match() argument
75 struct mainbus_attach_args *ma = aux; in cpuunit_match()
84 cpuunit_attach(device_t parent, device_t self, void *aux) in cpuunit_attach() argument
87 struct mainbus_attach_args *ma = aux; in cpuunit_attach()
135 cpuunit_print(void *aux, const char *pnp) in cpuunit_print() argument
137 struct cpuunit_attach_args *cpua = aux; in cpuunit_print()
/netbsd/sys/arch/arm/xscale/
H A Dixp425_sip.c60 ixpsip_match(device_t parent, cfdata_t cf, void *aux) in ixpsip_match() argument
66 ixpsip_attach(device_t parent, device_t self, void *aux) in ixpsip_attach() argument
90 ixpsip_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in ixpsip_search() argument
108 ixpsip_print(void *aux, const char *name) in ixpsip_print() argument
110 struct ixpsip_attach_args *sa = aux; in ixpsip_print()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper_internal.h51 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux);
52 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux);
63 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode() argument
68 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode() argument
/netbsd/sys/arch/mips/cavium/
H A Docteon_iobus.c82 iobus_match(device_t parent, struct cfdata *match, void *aux) in iobus_match() argument
88 iobus_attach(device_t parent, device_t self, void *aux) in iobus_attach() argument
122 iobus_submatch(device_t parent, struct cfdata *cf, const int *ldesc, void *aux) in iobus_submatch() argument
125 return config_match(parent, cf, aux); in iobus_submatch()
129 iobus_print(void *aux, const char *pnp) in iobus_print() argument
131 struct iobus_attach_args *aa = aux; in iobus_print()

12345678910>>...182