Searched refs:DCOPY_PENDING (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy.h48 #define DCOPY_PENDING (0x10) /* dcopy_poll(), dcopy_unregister() */ macro
237 * DCOPY_PENDING, or DCOPY_COMPLETED.
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c489 if (e == DCOPY_PENDING) {
763 return (DCOPY_PENDING);
850 if (e == DCOPY_PENDING) {
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c304 while ((e = dcopy_cmd_poll(cmd, flags)) == DCOPY_PENDING) {
H A Dioat.c307 if (e == DCOPY_PENDING) {
H A Dioat_chan.c1359 return (DCOPY_PENDING);
1375 return (DCOPY_PENDING);
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c746 } while (ret == DCOPY_PENDING);

Completed in 50 milliseconds