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

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c50 int acpidev_reg_max; member in struct:acpidev_resource_handle
74 rhdl->acpidev_reg_max = ACPIDEV_RES_INIT_ITEMS;
93 rhdl->acpidev_reg_max;
115 if (rhdl->acpidev_reg_count == rhdl->acpidev_reg_max) {
119 rhdl->acpidev_reg_max += ACPIDEV_RES_INCR_ITEMS;
120 sz = sizeof (*regp) * rhdl->acpidev_reg_max;
167 if (rhdl->acpidev_reg_count >= rhdl->acpidev_reg_max) {
170 ASSERT(rhdl->acpidev_reg_count < rhdl->acpidev_reg_max);

Completed in 67 milliseconds