tag | line | file | source code |
---|---|---|---|
ent | 117 | drivers/block/ide-cd.c | struct atapi_toc_entry ent[MAX_TRACKS+1]; /* One extra for the leadout. */ |
ent | 1138 | drivers/block/ide-cd.c | byte_swap_long (&toc->ent[i].lba); |
ent | 1289 | drivers/block/ide-cd.c | struct atapi_toc_entry **ent) |
ent | 1303 | drivers/block/ide-cd.c | *ent = &toc->ent[ntracks]; |
ent | 1308 | drivers/block/ide-cd.c | *ent = &toc->ent[track - toc->hdr.first_track]; |