Home
last modified time | relevance | path

Searched refs:rngp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c131 acpidev_ranges_t *rngp; in acpidev_resource_handle_grow() local
135 sz = sizeof (*rngp) * rhdl->acpidev_range_max; in acpidev_resource_handle_grow()
136 rngp = kmem_zalloc(sz, KM_SLEEP); in acpidev_resource_handle_grow()
137 sz = sizeof (*rngp) * rhdl->acpidev_range_count; in acpidev_resource_handle_grow()
138 bcopy(rhdl->acpidev_rangep, rngp, sz); in acpidev_resource_handle_grow()
142 rhdl->acpidev_rangep = rngp; in acpidev_resource_handle_grow()