Home
last modified time | relevance | path

Searched refs:TARGIOCENABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_targetio.h67 #define TARGIOCENABLE _IOW('C', 5, struct ioc_enable_lun) macro
H A Dscsi_target.c232 case TARGIOCENABLE: in targioctl()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c309 if (ioctl(targ_fd, TARGIOCENABLE, &ioc_enlun) != 0) in main()