Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h369 uint_t r_prealloc_size; member
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c556 rootnex_state->r_prealloc_size = in rootnex_dma_init()
567 rootnex_state->r_prealloc_size + 0x10; in rootnex_dma_init()
3572 rootnex_state->r_prealloc_size) { in rootnex_setup_windows()
3573 state_available = rootnex_state->r_prealloc_size; in rootnex_setup_windows()
3589 ASSERT(space_used <= rootnex_state->r_prealloc_size); in rootnex_setup_windows()
3590 state_available = rootnex_state->r_prealloc_size - space_used; in rootnex_setup_windows()