tag | line | file | source code |
di | 138 | drivers/cdrom/mcdx.c | struct s_diskinfo di; |
di | 297 | drivers/cdrom/mcdx.c | if ((ti.cdti_trk0 < stuffp->di.n_first) |
di | 298 | drivers/cdrom/mcdx.c | || (ti.cdti_trk0 > stuffp->di.n_last) |
di | 299 | drivers/cdrom/mcdx.c | || (ti.cdti_trk1 < stuffp->di.n_first)) |
di | 301 | drivers/cdrom/mcdx.c | if (ti.cdti_trk1 > stuffp->di.n_last) ti.cdti_trk1 = stuffp->di.n_last; |
di | 351 | drivers/cdrom/mcdx.c | tp = &stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1]; |
di | 352 | drivers/cdrom/mcdx.c | else if (entry.cdte_track > stuffp->di.n_last |
di | 353 | drivers/cdrom/mcdx.c | || entry.cdte_track < stuffp->di.n_first) return -EINVAL; |
di | 354 | drivers/cdrom/mcdx.c | else tp = &stuffp->toc[entry.cdte_track - stuffp->di.n_first]; |
di | 436 | drivers/cdrom/mcdx.c | toc.cdth_trk0 = stuffp->di.n_first; |
di | 437 | drivers/cdrom/mcdx.c | toc.cdth_trk1 = stuffp->di.n_last; |
di | 440 | drivers/cdrom/mcdx.c | stuffp->di.n_first, stuffp->di.n_last)); |
di | 675 | drivers/cdrom/mcdx.c | if (-1 == mcdx_requesttocdata(stuffp, &stuffp->di, 1)) return -EIO; |
di | 678 | drivers/cdrom/mcdx.c | * msf2log(&stuffp->di.msf_leadout) - 1; |
di | 681 | drivers/cdrom/mcdx.c | stuffp->di.n_first, |
di | 682 | drivers/cdrom/mcdx.c | stuffp->di.msf_first.minute, |
di | 683 | drivers/cdrom/mcdx.c | stuffp->di.msf_first.second, |
di | 684 | drivers/cdrom/mcdx.c | stuffp->di.msf_first.frame, |
di | 685 | drivers/cdrom/mcdx.c | msf2log(&stuffp->di.msf_first))); |
di | 687 | drivers/cdrom/mcdx.c | stuffp->di.n_last, |
di | 688 | drivers/cdrom/mcdx.c | stuffp->di.msf_leadout.minute, |
di | 689 | drivers/cdrom/mcdx.c | stuffp->di.msf_leadout.second, |
di | 690 | drivers/cdrom/mcdx.c | stuffp->di.msf_leadout.frame, |
di | 691 | drivers/cdrom/mcdx.c | msf2log(&stuffp->di.msf_leadout))); |
di | 1407 | drivers/cdrom/mcdx.c | stuffp->di.n_last - stuffp->di.n_first + 1)); |
di | 1417 | drivers/cdrom/mcdx.c | size = sizeof(struct s_subqcode) * (stuffp->di.n_last - stuffp->di.n_first + 2); |
di | 1434 | drivers/cdrom/mcdx.c | trk < (stuffp->di.n_last - stuffp->di.n_first + 1); |
di | 1450 | drivers/cdrom/mcdx.c | && (idx <= stuffp->di.n_last) |
di | 1452 | drivers/cdrom/mcdx.c | && (stuffp->toc[idx - stuffp->di.n_first].index == 0)) { |
di | 1453 | drivers/cdrom/mcdx.c | stuffp->toc[idx - stuffp->di.n_first] = q; |
di | 1459 | drivers/cdrom/mcdx.c | memset(&stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1], |
di | 1461 | drivers/cdrom/mcdx.c | stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1].dt |
di | 1462 | drivers/cdrom/mcdx.c | = stuffp->di.msf_leadout; |
di | 1473 | drivers/cdrom/mcdx.c | trk < (stuffp->di.n_last - stuffp->di.n_first + 2); |
di | 1477 | drivers/cdrom/mcdx.c | trk + stuffp->di.n_first, |
di | 1527 | drivers/cdrom/mcdx.c | if (ti) p = &stuffp->toc[ti->cdti_trk0 - stuffp->di.n_first]; |
di | 1535 | drivers/cdrom/mcdx.c | p = &stuffp->toc[ti->cdti_trk1 - stuffp->di.n_first + 1]; |
di | 114 | drivers/scsi/aha1740.h | :6, di:1, /* Disable Interrupt */ |