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

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c56 int acpidev_bus_max; member in struct:acpidev_resource_handle
76 rhdl->acpidev_bus_max = ACPIDEV_RES_INIT_ITEMS;
101 rhdl->acpidev_bus_max;
143 if (rhdl->acpidev_bus_count == rhdl->acpidev_bus_max) {
147 rhdl->acpidev_bus_max += ACPIDEV_RES_INCR_ITEMS;
148 sz = sizeof (*busp) * rhdl->acpidev_bus_max;
285 if (rhdl->acpidev_bus_count >= rhdl->acpidev_bus_max) {
288 ASSERT(rhdl->acpidev_bus_count < rhdl->acpidev_bus_max);

Completed in 107 milliseconds