Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c489 if (e == DCOPY_PENDING) { in dcopy_cmd_poll()
763 return (DCOPY_PENDING); in dcopy_device_unregister()
850 if (e == DCOPY_PENDING) { in dcopy_device_channel_notify()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c302 while ((e = dcopy_cmd_poll(cmd, flags)) == DCOPY_PENDING) { in ioat_ioctl_test()
H A Dioat.c307 if (e == DCOPY_PENDING) { in ioat_detach()
H A Dioat_chan.c1360 return (DCOPY_PENDING); in ioat_cmd_poll()
1376 return (DCOPY_PENDING); in ioat_cmd_poll()
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c746 } while (ret == DCOPY_PENDING); in uioafini()