taglinefilesource code
cmdIndex208drivers/scsi/scsi_proc.cint  cmdIndex = 0, 
cmdIndex220drivers/scsi/scsi_proc.cfor (; handle->cmdPos[cmdIndex][cmdLen] && *(handle->bufPos); handle->bufPos++)
cmdIndex224drivers/scsi/scsi_proc.cif (*(handle->bufPos) == handle->cmdPos[cmdIndex][cmdLen])
cmdIndex227drivers/scsi/scsi_proc.cif (memcmp(startPos, (char*)(handle->cmdPos[++cmdIndex]), cmdLen))
cmdIndex230drivers/scsi/scsi_proc.cif (cmdIndex >= handle->cmdNum)
cmdIndex245drivers/scsi/scsi_proc.creturn(cmdIndex);