Lines Matching refs:fcu_obj
277 sizeof (struct fdcntlr) + NFDUN * sizeof (struct fcu_obj), 0)) != 0) in _init()
303 int fdc_abort(struct fcu_obj *);
304 int fdc_dkinfo(struct fcu_obj *, struct dk_cinfo *);
305 int fdc_select(struct fcu_obj *, int, int);
306 int fdgetchng(struct fcu_obj *, int);
307 int fdresetchng(struct fcu_obj *, int);
308 int fdrecalseek(struct fcu_obj *, int, int, int);
309 int fdrw(struct fcu_obj *, int, int, int, int, int, caddr_t, uint_t);
310 int fdtrkformat(struct fcu_obj *, int, int, int, int);
311 int fdrawioctl(struct fcu_obj *, int, caddr_t);
340 int fdcspdchange(struct fdcntlr *, struct fcu_obj *, int);
347 static int fdc_motorsm(struct fcu_obj *, int, int);
358 struct fcu_obj *fjp; in fdc_bus_ctl()
493 struct fcu_obj *fjp; in fdc_attach()
524 for (unit = 0, fjp = (struct fcu_obj *)(fcp+1); in fdc_attach()
917 fdc_abort(struct fcu_obj *fjp) in fdc_abort()
947 fdc_dkinfo(struct fcu_obj *fjp, struct dk_cinfo *dcp) in fdc_dkinfo()
970 fdc_select(struct fcu_obj *fjp, int funit, int on) in fdc_select()
1044 fdgetchng(struct fcu_obj *fjp, int funit) in fdgetchng()
1053 fdresetchng(struct fcu_obj *fjp, int funit) in fdresetchng()
1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) in fdrecalseek()
1126 fdrw(struct fcu_obj *fjp, int funit, int rw, int cyl, int head, in fdrw()
1246 fdtrkformat(struct fcu_obj *fjp, int funit, int cyl, int head, int filldata) in fdtrkformat()
1370 fdrawioctl(struct fcu_obj *fjp, int funit, caddr_t arg) in fdrawioctl()
1626 struct fcu_obj *fjp = fcp->c_unit[unit]; in fdc_quiesce()
1823 fdcspdchange(struct fdcntlr *fcp, struct fcu_obj *fjp, int rpm) in fdcspdchange()
1929 fdc_motorsm(struct fcu_obj *fjp, int input, int timeval) in fdc_motorsm()
2073 struct fcu_obj *fjp = (struct fcu_obj *)arg; in fdmotort()
2157 struct fcu_obj *fjp; in fdc_exec()
2443 struct fcu_obj *fjp; in fdrecover()
2825 struct fcu_obj *fjp; in fdc_statemach()