Searched refs:ar_length (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dym_acpi.c128 if (bus_space_map(sc->sc_iot, sb_io->ar_base, sb_io->ar_length,
133 if (bus_space_map(sc->sc_iot, codec_io->ar_base, codec_io->ar_length,
138 if (bus_space_map(sc->sc_iot, opl_io->ar_base, opl_io->ar_length,
144 if (bus_space_map(sc->sc_iot, mpu_io->ar_base, mpu_io->ar_length,
151 control_io->ar_length, 0, &sc->sc_controlioh) != 0) {
H A Dtpm_acpi.c140 size = io->ar_length;
155 if (mem->ar_length != TPM_SIZE) {
158 mem->ar_length, TPM_SIZE);
163 size = mem->ar_length;
H A Dfdc_acpi.c145 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
151 switch (io->ar_length) {
165 "unknown size: %d of io mapping\n", io->ar_length);
175 if (bus_space_map(sc->sc_iot, io->ar_base + io->ar_length + 1,
183 io->ar_base + io->ar_length + 1);
185 if (bus_space_map(sc->sc_iot, ctlio->ar_base, ctlio->ar_length,
H A Dcom_acpi.c115 size = io->ar_length;
121 size = mem->ar_length;
H A Dacpivar.h204 uint32_t ar_length; member in struct:acpi_io
212 uint32_t ar_length; member in struct:acpi_iorange
220 uint32_t ar_length; member in struct:acpi_mem
228 uint32_t ar_length; member in struct:acpi_memrange
H A Dattimer_acpi.c131 sc->sc_size = io->ar_length;
H A Dpcppi_acpi.c105 sc->sc_size = io->ar_length;
H A Dug_acpi.c93 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length,
H A Dwss_acpi.c139 if (bus_space_map(sc->sc_iot, dspio->ar_base, dspio->ar_length,
144 if (bus_space_map(sc->sc_iot, oplio->ar_base, oplio->ar_length,
H A Djoy_acpi.c107 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
H A Dlpt_acpi.c116 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
H A Dmpu_acpi.c115 if (bus_space_map(sc->iot, io->ar_base, io->ar_length, 0, &sc->ioh)) {
H A Dspic_acpi.c104 if (bus_space_map(sc->sc_spic.sc_iot, io->ar_base, io->ar_length,
H A Dacpi_resource.c404 if (ar->ar_length > 1)
406 ar->ar_length - 1);
420 if (ar->ar_length > 1)
422 ar->ar_length - 1);
691 ar->ar_length += length;
693 } else if (ar->ar_base + ar->ar_length == base) {
698 ar->ar_length += length;
713 ar->ar_length = length;
736 ar->ar_length = length;
759 ar->ar_length
[all...]
H A Dhpet_acpi.c223 if (mem->ar_length < HPET_WINDOW_SIZE)
227 *len = mem->ar_length;
H A Dpckbc_acpi.c202 io0->ar_length, 0, &ioh_d) ||
204 io1->ar_length, 0, &ioh_c)) {
H A Dwb_acpi.c125 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length, 0, &ioh)) {
129 sc->sc_ioh_length = io->ar_length;
H A Datppc_acpi.c146 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length, 0,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libdtrace/
H A Dpsinfo.d62 pr_arglen = T->p_args->ar_length;
/netbsd-6-1-5-RELEASE/sys/arch/i386/acpi/
H A Dnpx_acpi.c115 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h118 unsigned char ar_length [4]; member in struct:__anon3508
128 unsigned long ar_length; member in struct:__anon3509
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h118 unsigned char ar_length [4]; member in struct:__anon6851
128 unsigned long ar_length; member in struct:__anon6852
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2.h111 unsigned char ar_length [4]; member in struct:__anon3185
121 unsigned long ar_length; member in struct:__anon3186
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_freebsd.c717 if ((len = pargs.ar_length) >= MAX_COLS)
725 sizeof(pargs.ar_length),
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3573 arange.ar_length = byte_get (hdrptr, 4);
3576 if (arange.ar_length == 0xffffffff)
3578 arange.ar_length = byte_get (hdrptr, 8);
3613 printf (_(" Length: %ld\n"), arange.ar_length);
3642 start += arange.ar_length + initial_length_size;

Completed in 221 milliseconds

12