Symbol: CTL_MINOR
sys/cam/ctl/ctl_ioctl.h
825
#define CTL_IO _IOWR(CTL_MINOR, 0x00, union ctl_io)
sys/cam/ctl/ctl_ioctl.h
826
#define CTL_ENABLE_PORT _IOW(CTL_MINOR, 0x04, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
827
#define CTL_DISABLE_PORT _IOW(CTL_MINOR, 0x05, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
828
#define CTL_DELAY_IO _IOWR(CTL_MINOR, 0x10, struct ctl_io_delay_info)
sys/cam/ctl/ctl_ioctl.h
829
#define CTL_ERROR_INJECT _IOWR(CTL_MINOR, 0x16, struct ctl_error_desc)
sys/cam/ctl/ctl_ioctl.h
830
#define CTL_GET_OOA _IOWR(CTL_MINOR, 0x18, struct ctl_ooa)
sys/cam/ctl/ctl_ioctl.h
831
#define CTL_DUMP_STRUCTS _IO(CTL_MINOR, 0x19)
sys/cam/ctl/ctl_ioctl.h
832
#define CTL_LUN_REQ _IOWR(CTL_MINOR, 0x21, struct ctl_lun_req)
sys/cam/ctl/ctl_ioctl.h
833
#define CTL_LUN_LIST _IOWR(CTL_MINOR, 0x22, struct ctl_lun_list)
sys/cam/ctl/ctl_ioctl.h
834
#define CTL_ERROR_INJECT_DELETE _IOW(CTL_MINOR, 0x23, struct ctl_error_desc)
sys/cam/ctl/ctl_ioctl.h
835
#define CTL_SET_PORT_WWNS _IOW(CTL_MINOR, 0x24, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
836
#define CTL_ISCSI _IOWR(CTL_MINOR, 0x25, struct ctl_iscsi)
sys/cam/ctl/ctl_ioctl.h
837
#define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req)
sys/cam/ctl/ctl_ioctl.h
838
#define CTL_PORT_LIST _IOWR(CTL_MINOR, 0x27, struct ctl_lun_list)
sys/cam/ctl/ctl_ioctl.h
839
#define CTL_LUN_MAP _IOW(CTL_MINOR, 0x28, struct ctl_lun_map)
sys/cam/ctl/ctl_ioctl.h
840
#define CTL_GET_LUN_STATS _IOWR(CTL_MINOR, 0x29, struct ctl_get_io_stats)
sys/cam/ctl/ctl_ioctl.h
841
#define CTL_GET_PORT_STATS _IOWR(CTL_MINOR, 0x2a, struct ctl_get_io_stats)
sys/cam/ctl/ctl_ioctl.h
842
#define CTL_NVMF _IOWR(CTL_MINOR, 0x2b, struct ctl_nvmf)