Searched refs:ILLEGAL_CDB (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/share/examples/scsi_target/
H A Dscsi_cmds.c60 #define ILLEGAL_CDB 0xFF macro
100 { ILLEGAL_CDB, NULL, NULL }
153 for (h = cdb_handlers; h->cmd != ILLEGAL_CDB; h++) {
169 if (last_cmd->cmd == ILLEGAL_CDB) {
217 if (last_cmd->cmd != ILLEGAL_CDB) {

Completed in 78 milliseconds