Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h336 int dp_sleep_flags; member
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1977 dma->dp_sleep_flags = kmflag = KM_SLEEP; in rootnex_coredma_bindhdl()
1979 dma->dp_sleep_flags = kmflag = KM_NOSLEEP; in rootnex_coredma_bindhdl()
2379 if (dma->dp_sleep_flags != KM_SLEEP && in rootnex_coredma_get_sleep_flags()
2380 dma->dp_sleep_flags != KM_NOSLEEP) in rootnex_coredma_get_sleep_flags()
2382 return (dma->dp_sleep_flags); in rootnex_coredma_get_sleep_flags()
2642 dma->dp_sleep_flags = KM_PANIC; in rootnex_clean_dmahdl()