Searched refs:dcopy_cmd_alloc (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_ioctl.c | 255 e = dcopy_cmd_alloc(channel, flags, &cmd); in ioat_ioctl_test() 279 e = dcopy_cmd_alloc(channel, flags, &cmd); in ioat_ioctl_test()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dcopy.h | 212 int dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | move.c | 504 ret = dcopy_cmd_alloc(channel, dcopy_flags, &cmd); in uioamove()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | dcopy.c | 386 dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd) in dcopy_cmd_alloc() function
|
/illumos-gate/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 793 rc = dcopy_cmd_alloc(handle, flags, &cmds[idx]); in fipe_ioat_alloc()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 1178 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 1037 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one);
|