Searched defs:io_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h157 uint64_t io_count; /* i/o requests from the driver */ member in struct:usb_audio_eng
299 _NOTE(DATA_READABLE_WITHOUT_LOCK(usb_audio_eng_t::io_count))
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c109 add_used_io_mem(struct regspec *io, int io_count) argument
114 for (i = 0; i < io_count; i++) {
164 int *io_count)
171 io[*io_count].regspec_bustype = 1; /* io */
172 io[*io_count].regspec_size = acpi_io.AddressLength;
173 io[*io_count].regspec_addr = acpi_io.Minimum;
181 (*io_count)++;
186 int *io_count)
193 io[*io_count].regspec_bustype = 1; /* io */
194 io[*io_count]
163 parse_resources_io(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
185 parse_resources_fixed_io(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
205 parse_resources_fixed_mem32(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
226 parse_resources_mem32(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
257 parse_resources_addr16(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
313 parse_resources_addr32(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
369 parse_resources_addr64(ACPI_RESOURCE *resource_ptr, struct regspec *io, int *io_count) argument
449 int io_count = 0, interrupt_count = 0, dma_count = 0; local
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3449 int32_t error = 0, io_count, contig, alloc_sz, i; local
3460 io_count = 0;
3472 io_count ++;
3489 if (io_count != 0) {
3496 (sizeof (mio_slave_t) * io_count);
3518 io_count = 0;
3542 io_count++;
3551 for (i = 0; i < io_count; i++) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1941 uint32_t io_count; /* No of IO holding */ member in struct:emlxs_hba

Completed in 89 milliseconds