Home
last modified time | relevance | path

Searched refs:aux (Results 26 – 50 of 3894) sorted by relevance

12345678910>>...156

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlcm.cc109 bb->aux = bb; in compute_antinout_edge()
141 bb->aux = NULL; in compute_antinout_edge()
154 e->src->aux = e; in compute_antinout_edge()
269 bitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin()
282 bb->aux = bb; in compute_laterin()
296 bb->aux = NULL; in compute_laterin()
523 bb->aux = bb; in compute_available()
556 bb->aux = NULL; in compute_available()
651 bitmap_copy (nearer[(size_t)e->aux], farthest[(size_t)e->aux]); in compute_nearerout()
658 bb->aux = bb; in compute_nearerout()
[all …]
H A Dtree-ssa-uncprop.c111 true_edge->aux = equivalency; in associate_equivalences_with_edges()
118 false_edge->aux = equivalency; in associate_equivalences_with_edges()
127 true_edge->aux = equivalency; in associate_equivalences_with_edges()
134 false_edge->aux = equivalency; in associate_equivalences_with_edges()
157 true_edge->aux = equivalency; in associate_equivalences_with_edges()
159 false_edge->aux = equivalency; in associate_equivalences_with_edges()
351 if (e->aux) in uncprop_into_successor_phis()
394 if (e->aux) in uncprop_into_successor_phis()
491 if (e->aux) in execute()
493 free (e->aux); in execute()
[all …]
H A Dtree-ssa-uncprop.cc111 true_edge->aux = equivalency; in associate_equivalences_with_edges()
118 false_edge->aux = equivalency; in associate_equivalences_with_edges()
127 true_edge->aux = equivalency; in associate_equivalences_with_edges()
134 false_edge->aux = equivalency; in associate_equivalences_with_edges()
157 true_edge->aux = equivalency; in associate_equivalences_with_edges()
159 false_edge->aux = equivalency; in associate_equivalences_with_edges()
351 if (e->aux) in uncprop_into_successor_phis()
394 if (e->aux) in uncprop_into_successor_phis()
491 if (e->aux) in execute()
493 free (e->aux); in execute()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_dp.c169 container_of(aux, struct radeon_i2c_chan, aux); in radeon_dp_aux_transfer_atom()
254 radeon_connector->ddc_bus->aux.name = "radeon_dp_aux"; in radeon_dp_aux_init()
542 drm_dp_dpcd_writeb(&radeon_connector->ddc_bus->aux, in radeon_dp_set_rx_power_state()
562 struct drm_dp_aux *aux; member
623 drm_dp_dpcd_writeb(dp_info->aux, in radeon_dp_link_train_init()
626 drm_dp_dpcd_writeb(dp_info->aux, in radeon_dp_link_train_init()
651 drm_dp_dpcd_writeb(dp_info->aux, in radeon_dp_link_train_init()
663 drm_dp_dpcd_writeb(dp_info->aux, in radeon_dp_link_train_finish()
697 if (drm_dp_dpcd_read_link_status(dp_info->aux, in radeon_dp_link_train_cr()
760 if (drm_dp_dpcd_read_link_status(dp_info->aux, in radeon_dp_link_train_ce()
[all …]
/netbsd/sys/arch/x86/pci/
H A Damdpcib.c57 amdpcib_match(device_t parent, cfdata_t match, void *aux) in amdpcib_match() argument
59 struct pci_attach_args *pa = aux; in amdpcib_match()
69 amdpcib_attach(device_t parent, device_t self, void *aux) in amdpcib_attach() argument
71 struct pci_attach_args *pa = aux; in amdpcib_attach()
73 pcibattach(parent, self, aux); in amdpcib_attach()
81 amdpcib_search(device_t parent, cfdata_t cf, const int *locs, void *aux) in amdpcib_search() argument
84 if (config_probe(parent, cf, aux)) in amdpcib_search()
85 config_attach(parent, cf, aux, NULL, in amdpcib_search()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c135 container_of(aux, struct amdgpu_i2c_chan, aux); in amdgpu_atombios_dp_aux_transfer()
474 drm_dp_dpcd_writeb(&amdgpu_connector->ddc_bus->aux, in amdgpu_atombios_dp_set_rx_power_state()
491 struct drm_dp_aux *aux; member
503 drm_dp_dpcd_write(dp_info->aux, DP_TRAINING_LANE0_SET, in amdgpu_atombios_dp_update_vs_emph()
542 drm_dp_dpcd_writeb(dp_info->aux, in amdgpu_atombios_dp_link_train_init()
545 drm_dp_dpcd_writeb(dp_info->aux, in amdgpu_atombios_dp_link_train_init()
566 drm_dp_dpcd_writeb(dp_info->aux, in amdgpu_atombios_dp_link_train_init()
579 drm_dp_dpcd_writeb(dp_info->aux, in amdgpu_atombios_dp_link_train_finish()
610 if (drm_dp_dpcd_read_link_status(dp_info->aux, in amdgpu_atombios_dp_link_train_cr()
675 if (drm_dp_dpcd_read_link_status(dp_info->aux, in amdgpu_atombios_dp_link_train_ce()
[all …]
/netbsd/sys/arch/arm/imx/
H A Dimx23_ahb.c62 ahb_match(device_t parent, cfdata_t match, void *aux) in ahb_match() argument
64 struct mainbus_attach_args *mb = aux; in ahb_match()
73 ahb_attach(device_t parent, device_t self, void *aux) in ahb_attach() argument
110 ahb_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in ahb_search_cb() argument
112 struct apb_attach_args *aa = aux; in ahb_search_cb()
119 if (config_probe(parent, cf, aux)) in ahb_search_cb()
120 config_attach(parent, cf, aux, ahb_print, CFARGS_NONE); in ahb_search_cb()
129 ahb_print(void *aux, const char *name __unused) in ahb_print() argument
131 struct apb_attach_args *aa = aux; in ahb_print()
/netbsd/sys/arch/evbppc/virtex/dev/
H A Dxcvbus.c57 xcvbus_match(device_t parent, cfdata_t cf, void *aux) in xcvbus_match() argument
59 struct plb_attach_args *paa = aux; in xcvbus_match()
65 xcvbus_attach(device_t parent, device_t self, void *aux) in xcvbus_attach() argument
67 struct plb_attach_args *paa = aux; in xcvbus_attach()
79 xcvbus_print(void *aux, const char *pnp) in xcvbus_print() argument
81 struct xcvbus_attach_args *vaa = aux; in xcvbus_print()
104 xcvbus_child_match(device_t parent, cfdata_t cf, void *aux) in xcvbus_child_match() argument
106 struct xcvbus_attach_args *vaa = aux; in xcvbus_child_match()
/netbsd/sys/arch/sandpoint/sandpoint/
H A Deumb.c57 eumb_match(device_t parent, cfdata_t cf, void *aux) in eumb_match() argument
59 struct mainbus_attach_args *ma = aux; in eumb_match()
67 eumb_attach(device_t parent, device_t self, void *aux) in eumb_attach() argument
72 config_search(self, aux, in eumb_attach()
77 eumb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in eumb_search() argument
79 struct mainbus_attach_args *ma = aux; in eumb_search()
92 eumb_print(void *aux, const char *pnp) in eumb_print() argument
94 struct eumb_attach_args *eaa = aux; in eumb_print()
/netbsd/sys/arch/mips/ralink/
H A Dralink_mainbus.c78 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() argument
86 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
127 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search() argument
131 ma = aux; in mainbus_search()
134 if (config_probe(parent, cf, aux)) in mainbus_search()
135 config_attach(parent, cf, aux, mainbus_print, CFARGS_NONE); in mainbus_search()
137 mainbus_print(aux, cf->cf_name); in mainbus_search()
142 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
149 ma = aux; in mainbus_print()
157 mainbus_find(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_find() argument
[all …]
/netbsd/sys/arch/powerpc/booke/dev/
H A Dcpunode.c57 cpunode_match(device_t parent, cfdata_t cf, void *aux) in cpunode_match() argument
59 struct mainbus_attach_args * const ma = aux; in cpunode_match()
70 cpunode_print(void *aux, const char *pnp) in cpunode_print() argument
72 struct cpunode_attach_args *cna = aux; in cpunode_print()
88 cpunode_attach(device_t parent, device_t self, void *aux) in cpunode_attach() argument
92 struct mainbus_attach_args * const ma = aux; in cpunode_attach()
164 (*cpu_md_ops.md_cpunode_attach)(parent, self, aux); in cpunode_attach()
174 cpu_match(device_t parent, cfdata_t cf, void *aux) in cpu_match() argument
177 struct cpunode_attach_args * const cna = aux; in cpu_match()
189 cpu_attach(device_t parent, device_t self, void *aux) in cpu_attach() argument
[all …]
/netbsd/lib/libc/dlfcn/
H A Ddlfcn_elf.c158 const AuxInfo *aux; in dl_iterate_phdr_setup() local
162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in dl_iterate_phdr_setup()
163 switch (aux->a_type) { in dl_iterate_phdr_setup()
165 dlpi_addr = aux->a_v; in dl_iterate_phdr_setup()
168 dlpi_phdr = (void *)aux->a_v; in dl_iterate_phdr_setup()
171 _DIAGASSERT(__type_fit(Elf_Half, aux->a_v)); in dl_iterate_phdr_setup()
172 dlpi_phnum = (Elf_Half)aux->a_v; in dl_iterate_phdr_setup()
175 dlpi_name = (void *)aux->a_v; in dl_iterate_phdr_setup()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dp.c45 nouveau_dp_probe_oui(struct drm_device *dev, struct nvkm_i2c_aux *aux, u8 *dpcd) in nouveau_dp_probe_oui() argument
53 if (!nvkm_rdaux(aux, DP_SINK_OUI, buf, 3)) in nouveau_dp_probe_oui()
57 if (!nvkm_rdaux(aux, DP_BRANCH_OUI, buf, 3)) in nouveau_dp_probe_oui()
68 struct nvkm_i2c_aux *aux; in nouveau_dp_detect() local
72 aux = nv_encoder->aux; in nouveau_dp_detect()
73 if (!aux) in nouveau_dp_detect()
76 ret = nvkm_rdaux(aux, DP_DPCD_REV, dpcd, sizeof(dpcd)); in nouveau_dp_detect()
97 nouveau_dp_probe_oui(dev, aux, dpcd); in nouveau_dp_detect()
/netbsd/sys/arch/arm/acpi/
H A Dgicv3_acpi.c82 gicv3_acpi_match(device_t parent, cfdata_t cf, void *aux) in gicv3_acpi_match() argument
84 ACPI_SUBTABLE_HEADER *hdrp = aux; in gicv3_acpi_match()
107 ACPI_MADT_GENERIC_DISTRIBUTOR *gicd = aux; in gicv3_acpi_attach()
161 int *count = aux; in gicv3_acpi_count_gicr()
172 gicv3_acpi_map_gicr(ACPI_SUBTABLE_HEADER *hdrp, void *aux) in gicv3_acpi_map_gicr() argument
174 struct gicv3_acpi_softc * const sc = aux; in gicv3_acpi_map_gicr()
218 int *count = aux; in gicv3_acpi_count_gicc()
230 gicv3_acpi_map_gicc(ACPI_SUBTABLE_HEADER *hdrp, void *aux) in gicv3_acpi_map_gicc() argument
232 struct gicv3_acpi_softc * const sc = aux; in gicv3_acpi_map_gicc()
289 gicv3_acpi_map_gits(ACPI_SUBTABLE_HEADER *hdrp, void *aux) in gicv3_acpi_map_gits() argument
[all …]
/netbsd/sys/arch/sparc/sparc/
H A Dmkclock.c92 clockmatch_mainbus(device_t parent, cfdata_t cf, void *aux) in clockmatch_mainbus() argument
94 struct mainbus_attach_args *ma = aux; in clockmatch_mainbus()
100 clockmatch_obio(device_t parent, cfdata_t cf, void *aux) in clockmatch_obio() argument
102 union obio_attach_args *uoba = aux; in clockmatch_obio()
128 clockmatch_bootbus(device_t parent, cfdata_t cf, void *aux) in clockmatch_bootbus() argument
130 struct bootbus_attach_args *baa = aux; in clockmatch_bootbus()
137 clockattach_mainbus(device_t parent, device_t self, void *aux) in clockattach_mainbus() argument
140 struct mainbus_attach_args *ma = aux; in clockattach_mainbus()
166 clockattach_obio(device_t parent, device_t self, void *aux) in clockattach_obio() argument
169 union obio_attach_args *uoba = aux; in clockattach_obio()
[all …]
/netbsd/sys/arch/alpha/pci/
H A Dtsc.c97 tscmatch(device_t parent, cfdata_t match, void *aux) in tscmatch() argument
99 struct mainbus_attach_args *ma = aux; in tscmatch()
118 struct mainbus_attach_args *ma = aux; in tscattach()
165 tscprint(void *aux, const char *p) in tscprint() argument
167 struct tsp_attach_args *tsp = aux; in tscprint()
175 tsciicprint(void *aux, const char *p) in tsciicprint() argument
177 struct tsciic_attach_args *tsciic = aux; in tsciicprint()
189 tspmatch(device_t parent, cfdata_t match, void *aux) in tspmatch() argument
191 struct tsp_attach_args *t = aux; in tspmatch()
206 struct tsp_attach_args *t = aux; in tspattach()
[all …]
H A Dttwoga.c110 ttwogamatch(device_t parent, cfdata_t match, void *aux) in ttwogamatch() argument
112 struct mainbus_attach_args *ma = aux; in ttwogamatch()
125 ttwogaattach(device_t parent, device_t self, void *aux) in ttwogaattach() argument
152 ttwogaprint(void *aux, const char *pnp) in ttwogaprint() argument
154 struct pcibus_attach_args *pba = aux; in ttwogaprint()
207 ttwopcimatch(device_t parent, cfdata_t match, void *aux) in ttwopcimatch() argument
209 struct pcibus_attach_args *pba = aux; in ttwopcimatch()
219 ttwopciattach(device_t parent, device_t self, void *aux) in ttwopciattach() argument
221 struct pcibus_attach_args *pba = aux, npba; in ttwopciattach()
265 ttwosableioprint(void *aux, const char *pnp) in ttwosableioprint() argument
[all …]
/netbsd/sys/arch/evbppc/pmppc/
H A Dmainbus.c64 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() argument
72 const int *ldesc, void *aux) in mainbus_submatch() argument
74 struct mainbus_attach_args *maa = aux; in mainbus_submatch()
79 return (config_match(parent, cf, aux)); in mainbus_submatch()
83 mainbus_print(void *aux, const char *pnp) in mainbus_print() argument
85 struct mainbus_attach_args *mba = aux; in mainbus_print()
100 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
161 cpu_match(device_t parent, cfdata_t cf, void *aux) in cpu_match() argument
163 struct mainbus_attach_args *maa = aux; in cpu_match()
175 cpu_attach(device_t parent, device_t self, void *aux) in cpu_attach() argument
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uncprop.c111 true_edge->aux = equivalency; in associate_equivalences_with_edges()
118 false_edge->aux = equivalency; in associate_equivalences_with_edges()
127 true_edge->aux = equivalency; in associate_equivalences_with_edges()
134 false_edge->aux = equivalency; in associate_equivalences_with_edges()
157 true_edge->aux = equivalency; in associate_equivalences_with_edges()
159 false_edge->aux = equivalency; in associate_equivalences_with_edges()
351 if (e->aux) in uncprop_into_successor_phis()
394 if (e->aux) in uncprop_into_successor_phis()
491 if (e->aux) in execute()
493 free (e->aux); in execute()
[all …]
/netbsd/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp72 RootWindow::create(LPCREATESTRUCT aux) in create() argument
108 WMCreate(w, aux); in proc()
111 WMPaint(w, aux); in proc()
240 _boot_button->create(aux); in WMCreate()
243 _cancel_button->create(aux); in WMCreate()
246 _progress_bar->create(aux); in WMCreate()
254 _base->create(aux); in WMCreate()
387 BootButton::create(LPCREATESTRUCT aux) in create() argument
397 aux->hInstance, in create()
418 aux->hInstance, in create()
[all …]
/netbsd/sys/arch/sparc/dev/
H A Daudioamd.c123 audioamd_mainbus_match(device_t parent, cfdata_t cf, void *aux) in audioamd_mainbus_match() argument
127 ma = aux; in audioamd_mainbus_match()
134 audioamd_obio_match(device_t parent, cfdata_t cf, void *aux) in audioamd_obio_match() argument
138 uoba = aux; in audioamd_obio_match()
146 audioamd_sbus_match(device_t parent, cfdata_t cf, void *aux) in audioamd_sbus_match() argument
150 sa = aux; in audioamd_sbus_match()
161 ma = aux; in audioamd_mainbus_attach()
180 audioamd_obio_attach(device_t parent, device_t self, void *aux) in audioamd_obio_attach() argument
187 uoba = aux; in audioamd_obio_attach()
205 audioamd_sbus_attach(device_t parent, device_t self, void *aux) in audioamd_sbus_attach() argument
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dz3rambd.c70 z3rambd_match(device_t parent, cfdata_t cf, void *aux) in z3rambd_match() argument
73 zap = aux; in z3rambd_match()
82 z3rambd_attach(device_t parent, device_t self, void *aux) in z3rambd_attach() argument
90 zap = aux; in z3rambd_attach()
121 z3rambd_altmem_print(void *aux, const char *pnp) in z3rambd_altmem_print() argument
131 z3rambd_altmem_strategy(void *aux, struct buf *bp) in z3rambd_altmem_strategy() argument
133 struct z3rambd_softc *sc = aux; in z3rambd_altmem_strategy()
158 z3rambd_altmem_getsize(void *aux) in z3rambd_altmem_getsize() argument
160 struct z3rambd_softc *sc = aux; in z3rambd_altmem_getsize()
/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_machdep.c62 struct linux32_aux_sigframe *aux; in linux32_save_sigcontext() local
92 aux->vfp.magic = LINUX32_VFP_MAGIC; in linux32_save_sigcontext()
95 CTASSERT(__arraycount(aux->vfp.ufp.fpregs) == in linux32_save_sigcontext()
99 aux->vfp.ufp.fpscr = vfpregs->__vfp_fpscr; in linux32_save_sigcontext()
102 aux->vfp.ufp_exc.fpinst = 0; in linux32_save_sigcontext()
103 aux->vfp.ufp_exc.fpinst2 = 0; in linux32_save_sigcontext()
104 aux->end_magic = 0 ; in linux32_save_sigcontext()
115 struct linux32_aux_sigframe *aux; in linux32_restore_sigcontext() local
152 if (aux->vfp.magic == LINUX32_VFP_MAGIC && in linux32_restore_sigcontext()
156 __arraycount(aux->vfp.ufp.fpregs)); in linux32_restore_sigcontext()
[all …]
/netbsd/external/gpl2/lvm2/dist/test/
H A Dt-vgchange-usage.sh16 aux prepare_pvs 3
30 aux check_vg_field_ $vg max_pv 0
32 aux check_vg_field_ $vg max_pv 128
37 aux check_vg_field_ $vg max_pv 128
40 aux check_vg_field_ $vg max_lv 0
42 aux check_vg_field_ $vg max_lv 128
50 aux check_vg_field_ $vg max_lv 128
/netbsd/sys/arch/evbppc/ev64260/
H A Dmainbus.c64 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() argument
74 mainbus_attach(device_t parent, device_t self, void *aux) in mainbus_attach() argument
111 mainbus_cfprint(void *aux, const char *pnp) in mainbus_cfprint() argument
113 struct mainbus_attach_args *mba = aux; in mainbus_cfprint()
131 cpu_match(device_t parent, cfdata_t cf, void *aux) in cpu_match() argument
133 struct mainbus_attach_args *mba = aux; in cpu_match()
142 cpu_attach(device_t parent, device_t self, void *aux) in cpu_attach() argument
144 struct mainbus_attach_args *mba = aux; in cpu_attach()

12345678910>>...156