tag | line | file | source code |
n_last | 107 | drivers/cdrom/mcdx.c | unsigned int n_last; |
n_last | 298 | drivers/cdrom/mcdx.c | || (ti.cdti_trk0 > stuffp->di.n_last) |
n_last | 301 | drivers/cdrom/mcdx.c | if (ti.cdti_trk1 > stuffp->di.n_last) ti.cdti_trk1 = stuffp->di.n_last; |
n_last | 351 | drivers/cdrom/mcdx.c | tp = &stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1]; |
n_last | 352 | drivers/cdrom/mcdx.c | else if (entry.cdte_track > stuffp->di.n_last |
n_last | 437 | drivers/cdrom/mcdx.c | toc.cdth_trk1 = stuffp->di.n_last; |
n_last | 440 | drivers/cdrom/mcdx.c | stuffp->di.n_first, stuffp->di.n_last)); |
n_last | 687 | drivers/cdrom/mcdx.c | stuffp->di.n_last, |
n_last | 1407 | drivers/cdrom/mcdx.c | stuffp->di.n_last - stuffp->di.n_first + 1)); |
n_last | 1417 | drivers/cdrom/mcdx.c | size = sizeof(struct s_subqcode) * (stuffp->di.n_last - stuffp->di.n_first + 2); |
n_last | 1434 | drivers/cdrom/mcdx.c | trk < (stuffp->di.n_last - stuffp->di.n_first + 1); |
n_last | 1450 | drivers/cdrom/mcdx.c | && (idx <= stuffp->di.n_last) |
n_last | 1459 | drivers/cdrom/mcdx.c | memset(&stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1], |
n_last | 1461 | drivers/cdrom/mcdx.c | stuffp->toc[stuffp->di.n_last - stuffp->di.n_first + 1].dt |
n_last | 1473 | drivers/cdrom/mcdx.c | trk < (stuffp->di.n_last - stuffp->di.n_first + 2); |
n_last | 1626 | drivers/cdrom/mcdx.c | info->n_last = bcd2uint(buf[2]); |