fdrecalseek
return (fdrecalseek(fjp, funit, newcyl, 0));
int fdrecalseek(struct fcu_obj *, int, int, int);
fdrecalseek, /* recal / seek */
if (fdrecalseek(fdc, unit, -1, 0) != 0) {
err = fdrecalseek(fdc, unit, -1, 0);
static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg);
if (fdrecalseek(fdc, unit, cyl, FDXC_CHECKCHG)) {
(void) fdrecalseek(fdc, savecsb.csb_unit, -1, 0);
err = fdrecalseek(fdc, unit, seekto, 0);
if (fdrecalseek(fdc, unit, -1, 0) != 0) {