Home
last modified time | relevance | path

Searched refs:DCOPY_NORESOURCES (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy.h47 #define DCOPY_NORESOURCES (1) /* _alloc & _cmd_alloc, _cmd_post only */ macro
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c171 return (DCOPY_NORESOURCES); in ioat_channel_alloc()
899 return (DCOPY_NORESOURCES); in ioat_cmd_alloc()
1014 return (DCOPY_NORESOURCES); in ioat_cmd_post()
1453 return (DCOPY_NORESOURCES); in ioat_ring_reserve()
1477 return (DCOPY_NORESOURCES); in ioat_ring_reserve()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c761 if (rc == DCOPY_NORESOURCES) { in fipe_ioat_alloc()
794 if (rc == DCOPY_NORESOURCES) { in fipe_ioat_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c597 if (error == DCOPY_NORESOURCES) { in uioainit()
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c304 return (DCOPY_NORESOURCES); in dcopy_alloc()