Symbol: SGIOC
sys/cam/scsi/scsi_sg.h
10
#define SG_GET_TIMEOUT _IO(SGIOC, 0x02)
sys/cam/scsi/scsi_sg.h
11
#define SG_EMULATED_HOST _IOR(SGIOC, 0x03, int)
sys/cam/scsi/scsi_sg.h
12
#define SG_SET_TRANSFORM _IO(SGIOC, 0x04)
sys/cam/scsi/scsi_sg.h
13
#define SG_GET_TRANSFORM _IO(SGIOC, 0x05)
sys/cam/scsi/scsi_sg.h
14
#define SG_GET_COMMAND_Q _IOW(SGIOC, 0x70, int)
sys/cam/scsi/scsi_sg.h
15
#define SG_SET_COMMAND_Q _IOR(SGIOC, 0x71, int)
sys/cam/scsi/scsi_sg.h
16
#define SG_GET_RESERVED_SIZE _IOR(SGIOC, 0x72, int)
sys/cam/scsi/scsi_sg.h
17
#define SG_SET_RESERVED_SIZE _IOW(SGIOC, 0x75, int)
sys/cam/scsi/scsi_sg.h
18
#define SG_GET_SCSI_ID _IOR(SGIOC, 0x76, struct sg_scsi_id)
sys/cam/scsi/scsi_sg.h
19
#define SG_SET_FORCE_LOW_DMA _IOW(SGIOC, 0x79, int)
sys/cam/scsi/scsi_sg.h
20
#define SG_GET_LOW_DMA _IOR(SGIOC, 0x7a, int)
sys/cam/scsi/scsi_sg.h
21
#define SG_SET_FORCE_PACK_ID _IOW(SGIOC, 0x7b, int)
sys/cam/scsi/scsi_sg.h
22
#define SG_GET_PACK_ID _IOR(SGIOC, 0x7c, int)
sys/cam/scsi/scsi_sg.h
23
#define SG_GET_NUM_WAITING _IOR(SGIOC, 0x7d, int)
sys/cam/scsi/scsi_sg.h
24
#define SG_SET_DEBUG _IOW(SGIOC, 0x7e, int)
sys/cam/scsi/scsi_sg.h
25
#define SG_GET_SG_TABLESIZE _IOR(SGIOC, 0x7f, int)
sys/cam/scsi/scsi_sg.h
26
#define SG_GET_VERSION_NUM _IOR(SGIOC, 0x82, int)
sys/cam/scsi/scsi_sg.h
27
#define SG_NEXT_CMD_LEN _IOW(SGIOC, 0x83, int)
sys/cam/scsi/scsi_sg.h
28
#define SG_SCSI_RESET _IOW(SGIOC, 0x84, int)
sys/cam/scsi/scsi_sg.h
29
#define SG_IO _IOWR(SGIOC, 0x85, struct sg_io_hdr)
sys/cam/scsi/scsi_sg.h
30
#define SG_GET_REQUEST_TABLE _IO(SGIOC, 0x86)
sys/cam/scsi/scsi_sg.h
31
#define SG_SET_KEEP_ORPHAN _IOW(SGIOC, 0x87, int)
sys/cam/scsi/scsi_sg.h
32
#define SG_GET_KEEP_ORPHAN _IOR(SGIOC, 0x88, int)
sys/cam/scsi/scsi_sg.h
33
#define SG_GET_ACCESS_COUNT _IOR(SGIOC, 0x89, int)
sys/cam/scsi/scsi_sg.h
9
#define SG_SET_TIMEOUT _IOW(SGIOC, 0x01, u_int)
sys/compat/freebsd32/freebsd32_ioctl.h
58
#define SG_IO_32 _IOWR(SGIOC, 0x85, struct sg_io_hdr32)