FreeBSD kernel CAM code
scsi_pass.h File Reference
#include <sys/ioccom.h>
#include <cam/cam_ccb.h>
Include dependency graph for scsi_pass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CAMIOCOMMAND   _IOWR(CAM_VERSION, 2, union ccb)
 
#define CAMGETPASSTHRU   _IOWR(CAM_VERSION, 3, union ccb)
 
#define CAMIOQUEUE   _IO(CAM_VERSION, 4)
 
#define CAMIOGET   _IO(CAM_VERSION, 5)
 

Macro Definition Documentation

◆ CAMGETPASSTHRU

#define CAMGETPASSTHRU   _IOWR(CAM_VERSION, 3, union ccb)

Definition at line 42 of file scsi_pass.h.

◆ CAMIOCOMMAND

#define CAMIOCOMMAND   _IOWR(CAM_VERSION, 2, union ccb)

Definition at line 41 of file scsi_pass.h.

◆ CAMIOGET

#define CAMIOGET   _IO(CAM_VERSION, 5)

Definition at line 50 of file scsi_pass.h.

◆ CAMIOQUEUE

#define CAMIOQUEUE   _IO(CAM_VERSION, 4)

Definition at line 49 of file scsi_pass.h.