Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy.h71 #define DCOPY_NOSLEEP (1 << 0) macro
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c467 dcopy_flags = DCOPY_NOSLEEP; in uioamove()
596 error = dcopy_alloc(DCOPY_NOSLEEP, &channel); in uioainit()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c760 rc = dcopy_alloc(DCOPY_NOSLEEP, &handle); in fipe_ioat_alloc()
784 flags = DCOPY_NOSLEEP; in fipe_ioat_alloc()
790 flags = DCOPY_NOSLEEP | DCOPY_ALLOC_LINK; in fipe_ioat_alloc()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c888 if (flags & DCOPY_NOSLEEP) { in ioat_cmd_alloc()