taglinefilesource code
cmdIndex202drivers/scsi/scsi_proc.cint  cmdIndex = 0, 
cmdIndex214drivers/scsi/scsi_proc.cfor (; handle->cmdPos[cmdIndex][cmdLen] && *(handle->bufPos); handle->bufPos++)
cmdIndex218drivers/scsi/scsi_proc.cif (*(handle->bufPos) == handle->cmdPos[cmdIndex][cmdLen])
cmdIndex221drivers/scsi/scsi_proc.cif (memcmp(startPos, (char*)(handle->cmdPos[++cmdIndex]), cmdLen))
cmdIndex224drivers/scsi/scsi_proc.cif (cmdIndex >= handle->cmdNum)
cmdIndex239drivers/scsi/scsi_proc.creturn(cmdIndex);