Lines Matching refs:_IOWR
76 #define SCIF_BIND _IOWR('s', 1, __u64)
78 #define SCIF_CONNECT _IOWR('s', 3, struct scifioctl_connect)
79 #define SCIF_ACCEPTREQ _IOWR('s', 4, struct scifioctl_accept)
80 #define SCIF_ACCEPTREG _IOWR('s', 5, __u64)
81 #define SCIF_SEND _IOWR('s', 6, struct scifioctl_msg)
82 #define SCIF_RECV _IOWR('s', 7, struct scifioctl_msg)
83 #define SCIF_REG _IOWR('s', 8, struct scifioctl_reg)
84 #define SCIF_UNREG _IOWR('s', 9, struct scifioctl_unreg)
85 #define SCIF_READFROM _IOWR('s', 10, struct scifioctl_copy)
86 #define SCIF_WRITETO _IOWR('s', 11, struct scifioctl_copy)
87 #define SCIF_VREADFROM _IOWR('s', 12, struct scifioctl_copy)
88 #define SCIF_VWRITETO _IOWR('s', 13, struct scifioctl_copy)
89 #define SCIF_GET_NODEIDS _IOWR('s', 14, struct scifioctl_node_ids)
90 #define SCIF_FENCE_MARK _IOWR('s', 15, struct scifioctl_fence_mark)
91 #define SCIF_FENCE_WAIT _IOWR('s', 16, __s32)
92 #define SCIF_FENCE_SIGNAL _IOWR('s', 17, struct scifioctl_fence_signal)