taglinefilesource code
cmdIndex293drivers/scsi/scsi_proc.cint  cmdIndex = 0, 
cmdIndex305drivers/scsi/scsi_proc.cfor (; handle->cmdPos[cmdIndex][cmdLen] && *(handle->bufPos); handle->bufPos++)
cmdIndex309drivers/scsi/scsi_proc.cif (*(handle->bufPos) == handle->cmdPos[cmdIndex][cmdLen])
cmdIndex312drivers/scsi/scsi_proc.cif (memcmp(startPos, (char*)(handle->cmdPos[++cmdIndex]), cmdLen))
cmdIndex315drivers/scsi/scsi_proc.cif (cmdIndex >= handle->cmdNum)
cmdIndex330drivers/scsi/scsi_proc.creturn(cmdIndex);