Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h142 #define LDC_COPY_OUT 0x1 /* Copy data from VA to cookie mem */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c1620 (direction == LDC_COPY_OUT && (mhdl->perm & LDC_MEM_W) == 0)) { in i_ldc_mem_acquire_release()
1677 return (i_ldc_mem_acquire_release(mhandle, LDC_COPY_OUT, offset, size)); in ldc_mem_release()
2465 return (i_ldc_dring_acquire_release(dhandle, LDC_COPY_OUT, start, end)); in ldc_mem_dring_release()
H A Dvds.c3563 LDC_COPY_OUT)) != 0) { in vd_do_ioctl()
3780 LDC_COPY_OUT)) != 0) { in vd_get_devid()
3864 request->cookie, request->ncookies, LDC_COPY_OUT)) != 0) { in vd_get_capacity()
3903 request->cookie, request->ncookies, LDC_COPY_OUT)) != 0) { in vd_get_access()
H A Dvldc.c1299 &copy_size, dst_addr, LDC_COPY_OUT); in i_vldc_ioctl_write_cookie()