tag | line | file | source code |
---|---|---|---|
PROC_SCSI_LAST | 157 | drivers/scsi/scsi_proc.c | static char names[PROC_SCSI_LAST - PROC_SCSI_FILE][4]; |
PROC_SCSI_LAST | 190 | fs/proc/inode.c | if ((ino >= PROC_SCSI_FILE) && (ino <= PROC_SCSI_LAST)) { |
PROC_SCSI_LAST | 82 | fs/proc/scsi.c | struct proc_dir_entry scsi_hba_dir[(PROC_SCSI_LAST - PROC_SCSI_FILE) * 4]; |
PROC_SCSI_LAST | 110 | fs/proc/scsi.c | while(dir[index].low_ino || dir[index].low_ino <= PROC_SCSI_LAST) { |