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

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c58 int acpidev_bus_max; member in struct:acpidev_resource_handle
78 rhdl->acpidev_bus_max = ACPIDEV_RES_INIT_ITEMS;
103 rhdl->acpidev_bus_max;
145 if (rhdl->acpidev_bus_count == rhdl->acpidev_bus_max) {
149 rhdl->acpidev_bus_max += ACPIDEV_RES_INCR_ITEMS;
150 sz = sizeof (*busp) * rhdl->acpidev_bus_max;
287 if (rhdl->acpidev_bus_count >= rhdl->acpidev_bus_max) {
290 ASSERT(rhdl->acpidev_bus_count < rhdl->acpidev_bus_max);

Completed in 46 milliseconds