| HD | cdcontrol.c | 758 int dir, junk, n, off, rc, trk; in next_prev() local 766 rc = status (&trk, &junk, &junk, &junk); in next_prev() 775 trk += off * dir; in next_prev() 777 trk += dir; in next_prev() 779 if (trk > h.ending_track) in next_prev() 780 trk = 1; in next_prev() 782 return (play_track (trk, 1, n, 1)); in next_prev() 805 int rc, trk, m, s, f; in pstatus() local 825 rc = status (&trk, &m, &s, &f); in pstatus() 829 rc, strstatus (rc), trk, m, s, f); in pstatus() [all …]
|