Home
last modified time | relevance | path

Searched refs: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
78 rhdl->acpidev_bus_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()
103 rhdl->acpidev_bus_max; in acpidev_resource_handle_free()
145 if (rhdl->acpidev_bus_count == rhdl->acpidev_bus_max) { in acpidev_resource_handle_grow()
149 rhdl->acpidev_bus_max += ACPIDEV_RES_INCR_ITEMS; in acpidev_resource_handle_grow()
150 sz = sizeof (*busp) * rhdl->acpidev_bus_max; in acpidev_resource_handle_grow()
287 if (rhdl->acpidev_bus_count >= rhdl->acpidev_bus_max) { in acpidev_resource_insert_bus()
290 ASSERT(rhdl->acpidev_bus_count < rhdl->acpidev_bus_max); in acpidev_resource_insert_bus()