HomeSort by relevance Sort by last modified time
    Searched refs:scifioctl_copy (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 61 struct scifioctl_copy { struct
101 #define SCIF_READFROM _IOWR('s', 10, struct scifioctl_copy)
102 #define SCIF_WRITETO _IOWR('s', 11, struct scifioctl_copy)
104 #define SCIF_VREADFROM _IOWR('s', 12, struct scifioctl_copy)
105 #define SCIF_VWRITETO _IOWR('s', 13, struct scifioctl_copy)
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 138 * struct scifioctl_copy - used for SCIF DMA copy IOCTLs
151 struct scifioctl_copy { struct
206 #define SCIF_READFROM _IOWR('s', 10, struct scifioctl_copy)
207 #define SCIF_WRITETO _IOWR('s', 11, struct scifioctl_copy)
208 #define SCIF_VREADFROM _IOWR('s', 12, struct scifioctl_copy)
209 #define SCIF_VWRITETO _IOWR('s', 13, struct scifioctl_copy)

Completed in 4330 milliseconds