Lines Matching defs:funit
970 fdc_select(struct fcu_obj *fjp, int funit, int on)
973 int unit = funit & 3;
979 (CE_NOTE, "fdc_select unit %d: on", funit));
1022 (CE_NOTE, "fdc_select unit %d: off", funit));
1044 fdgetchng(struct fcu_obj *fjp, int funit)
1046 if (fdcsense_drv(fjp->fj_fdc, funit & 3))
1048 return (fdcsense_chng(fjp->fj_fdc, funit & 3));
1053 fdresetchng(struct fcu_obj *fjp, int funit)
1056 int unit = funit & 3;
1059 FCERRPRINT(FDEP_L2, FDEM_CHEK, (CE_NOTE, "fdmediachng unit %d", funit));
1065 return (fdrecalseek(fjp, funit, newcyl, 0));
1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg)
1077 int unit = funit & 3;
1081 funit, arg));
1126 fdrw(struct fcu_obj *fjp, int funit, int rw, int cyl, int head,
1132 int unit = funit & 3;
1138 FCERRPRINT(FDEP_L1, FDEM_RW, (CE_CONT, "fdrw unit %d\n", funit));
1246 fdtrkformat(struct fcu_obj *fjp, int funit, int cyl, int head, int filldata)
1250 int unit = funit & 3;
1260 (CE_NOTE, "fdformattrk unit %d cyl=%d, hd=%d", funit, cyl, head));
1370 fdrawioctl(struct fcu_obj *fjp, int funit, caddr_t arg)
1385 _NOTE(ARGUNUSED(funit));