Searched defs:fdrecalseek (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c308 int fdrecalseek(struct fcu_obj *, int, int, int);
320 fdrecalseek, /* recal / seek */
1065 return (fdrecalseek(fjp, funit, newcyl, 0));
1070 * fdrecalseek
1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) function
1080 FCERRPRINT(FDEP_L2, FDEM_RECA, (CE_NOTE, "fdrecalseek unit %d to %d",
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c209 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) function
4931 FDERRPRINT(FDEP_L1, FDEM_RECA, (C, "fdrecalseek to %d\n", arg));
5058 err = fdrecalseek(fd
[all...]

Completed in 71 milliseconds