Home
last modified time | relevance | path

Searched refs:fdrecalseek (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c211 static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg);
1194 if (fdrecalseek(fdc, unit, -1, 0) != 0) { in fd_attach_check_drive()
1544 err = fdrecalseek(fdc, unit, -1, 0); in fd_open()
2980 if (fdrecalseek(fdc, unit, cyl, FDXC_CHECKCHG)) { in fdformat()
4037 (void) fdrecalseek(fdc, savecsb.csb_unit, -1, 0); in fdrecover()
4927 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg) in fdrecalseek() function
5061 err = fdrecalseek(fdc, unit, seekto, 0); in fdcheckdisk()
6257 if (fdrecalseek(fdc, unit, -1, 0) != 0) { in fd_pm_raise_power()
/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)); in fdresetchng()
1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) in fdrecalseek() function