Lines Matching refs:fdrecalseek
209 static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg);
1189 (C, "fdattach: call fdrecalseek\n"));
1192 if (fdrecalseek(fdc, unit, -1, 0) != 0) {
1541 err = fdrecalseek(fdc, unit, -1, 0);
2977 if (fdrecalseek(fdc, unit, cyl, FDXC_CHECKCHG)) {
4034 (void) fdrecalseek(fdc, savecsb.csb_unit, -1, 0);
4904 * fdrecalseek
4924 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg)
4931 FDERRPRINT(FDEP_L1, FDEM_RECA, (C, "fdrecalseek to %d\n", arg));
5058 err = fdrecalseek(fdc, unit, seekto, 0);
6254 if (fdrecalseek(fdc, unit, -1, 0) != 0) {