Lines Matching defs:CTL_MINOR

81 #define	CTL_MINOR	225
814 #define CTL_IO _IOWR(CTL_MINOR, 0x00, union ctl_io)
815 #define CTL_ENABLE_PORT _IOW(CTL_MINOR, 0x04, struct ctl_port_entry)
816 #define CTL_DISABLE_PORT _IOW(CTL_MINOR, 0x05, struct ctl_port_entry)
817 #define CTL_DUMP_OOA _IO(CTL_MINOR, 0x06)
818 #define CTL_CHECK_OOA _IOWR(CTL_MINOR, 0x07, struct ctl_ooa_info)
819 #define CTL_HARD_STOP _IOR(CTL_MINOR, 0x08, \
821 #define CTL_HARD_START _IOR(CTL_MINOR, 0x09, \
823 #define CTL_DELAY_IO _IOWR(CTL_MINOR, 0x10, struct ctl_io_delay_info)
824 #define CTL_REALSYNC_GET _IOR(CTL_MINOR, 0x11, int)
825 #define CTL_REALSYNC_SET _IOW(CTL_MINOR, 0x12, int)
826 #define CTL_SETSYNC _IOWR(CTL_MINOR, 0x13, struct ctl_sync_info)
827 #define CTL_GETSYNC _IOWR(CTL_MINOR, 0x14, struct ctl_sync_info)
828 #define CTL_GETSTATS _IOWR(CTL_MINOR, 0x15, struct ctl_stats)
829 #define CTL_ERROR_INJECT _IOWR(CTL_MINOR, 0x16, struct ctl_error_desc)
830 #define CTL_BBRREAD _IOWR(CTL_MINOR, 0x17, struct ctl_bbrread_info)
831 #define CTL_GET_OOA _IOWR(CTL_MINOR, 0x18, struct ctl_ooa)
832 #define CTL_DUMP_STRUCTS _IO(CTL_MINOR, 0x19)
833 #define CTL_GET_PORT_LIST _IOWR(CTL_MINOR, 0x20, struct ctl_port_list)
834 #define CTL_LUN_REQ _IOWR(CTL_MINOR, 0x21, struct ctl_lun_req)
835 #define CTL_LUN_LIST _IOWR(CTL_MINOR, 0x22, struct ctl_lun_list)
836 #define CTL_ERROR_INJECT_DELETE _IOW(CTL_MINOR, 0x23, struct ctl_error_desc)
837 #define CTL_SET_PORT_WWNS _IOW(CTL_MINOR, 0x24, struct ctl_port_entry)
838 #define CTL_ISCSI _IOWR(CTL_MINOR, 0x25, struct ctl_iscsi)
839 #define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req)
840 #define CTL_PORT_LIST _IOWR(CTL_MINOR, 0x27, struct ctl_lun_list)
841 #define CTL_LUN_MAP _IOW(CTL_MINOR, 0x28, struct ctl_lun_map)