tag | line | file | source code |
exit | 593 | kernel/blk_drv/scsi/scsi.c | int exit=0; |
exit | 636 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_HARD | SUGGEST_ABORT); |
exit | 675 | kernel/blk_drv/scsi/scsi.c | exit = SUGGEST_RETRY; |
exit | 683 | kernel/blk_drv/scsi/scsi.c | exit = DRIVER_SENSE; |
exit | 696 | kernel/blk_drv/scsi/scsi.c | exit = DRIVER_OK; |
exit | 729 | kernel/blk_drv/scsi/scsi.c | exit = DRIVER_SOFT | SUGGEST_ABORT; |
exit | 753 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_TIMEOUT | SUGGEST_ABORT); |
exit | 772 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_HARD | SUGGEST_ABORT); |
exit | 776 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_HARD | SUGGEST_ABORT); |
exit | 780 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_INVALID | SUGGEST_ABORT); |
exit | 783 | kernel/blk_drv/scsi/scsi.c | exit = (DRIVER_ERROR | SUGGEST_DIE); |
exit | 832 | kernel/blk_drv/scsi/scsi.c | last_cmnd[host].done (host, (result | ((exit & 0xff) << 24))); |
exit | 49 | tools/build.c | exit(1); |