| tag | line | file | source code |
|---|---|---|---|
| sbp_current | 464 | drivers/block/sbpcd.c | int sbp_current; /* Frame being currently read */ |
| sbp_current | 3004 | drivers/block/sbpcd.c | DriveStruct[d].sbp_current = 0; |
| sbp_current | 3079 | drivers/block/sbpcd.c | for (frame=DriveStruct[d].sbp_current;frame<DriveStruct[d].sbp_read_frames&&!error_flag; frame++) |
| sbp_current | 3127 | drivers/block/sbpcd.c | DriveStruct[d].sbp_current++; |
| sbp_current | 3515 | drivers/block/sbpcd.c | DriveStruct[d].sbp_current = 0; /* Frame being currently read */ |