Searched refs:fjp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c84 static int fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag);
222 struct fcu_obj *fjp = NULL; local
228 (void) fd_getdrive(dev, &fjp, &fdp);
231 * verifying fjp and fdp and returned unit value is not used.
233 if (fjp && fdp) {
234 *result = fjp->fj_dip;
339 struct fcu_obj *fjp; local
423 fjp = fdp->d_obj = ddi_get_driver_private(dip);
425 mutex_init(&fjp->fj_lock, NULL, MUTEX_DRIVER, *fjp
558 struct fcu_obj *fjp; local
651 struct fcu_obj *fjp = NULL; local
764 fdgetlabel(struct fcu_obj *fjp, int unit) argument
955 struct fcu_obj *fjp = NULL; local
1029 struct fcu_obj *fjp; local
1118 fdstart(struct fcu_obj *fjp) argument
1283 struct fcu_obj *fjp = NULL; local
1831 fd_build_user_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp) argument
1876 fd_build_label_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp, struct dk_label *labelp) argument
2005 fd_rawioctl(struct fcu_obj *fjp, int unit, caddr_t arg, int mode) argument
2158 struct fcu_obj *fjp = NULL; local
2194 struct fcu_obj *fjp; local
2225 fd_get_media_state(struct fcu_obj *fjp, int unit) argument
2261 struct fcu_obj *fjp; local
2311 fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag) argument
[all...]
H A Dfdc.c358 struct fcu_obj *fjp; local
403 fjp = fcp->c_unit[FDUNIT(unit)];
404 fjp->fj_unit = unit;
405 fjp->fj_dip = udip;
406 fjp->fj_ops = &fdc_iops;
407 fjp->fj_fdc = fcp;
408 fjp->fj_iblock = &fcp->c_iblock;
410 ddi_set_driver_private(udip, fjp);
420 fjp = ddi_get_driver_private(udip);
422 fjp
493 struct fcu_obj *fjp; local
917 fdc_abort(struct fcu_obj *fjp) argument
947 fdc_dkinfo(struct fcu_obj *fjp, struct dk_cinfo *dcp) argument
970 fdc_select(struct fcu_obj *fjp, int funit, int on) argument
1044 fdgetchng(struct fcu_obj *fjp, int funit) argument
1053 fdresetchng(struct fcu_obj *fjp, int funit) argument
1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) argument
1126 fdrw(struct fcu_obj *fjp, int funit, int rw, int cyl, int head, int sector, caddr_t bufp, uint_t len) argument
1246 fdtrkformat(struct fcu_obj *fjp, int funit, int cyl, int head, int filldata) argument
1370 fdrawioctl(struct fcu_obj *fjp, int funit, caddr_t arg) argument
1626 struct fcu_obj *fjp = fcp->c_unit[unit]; local
1823 fdcspdchange(struct fdcntlr *fcp, struct fcu_obj *fjp, int rpm) argument
1929 fdc_motorsm(struct fcu_obj *fjp, int input, int timeval) argument
2073 struct fcu_obj *fjp = (struct fcu_obj *)arg; local
2157 struct fcu_obj *fjp; local
2443 struct fcu_obj *fjp; local
2825 struct fcu_obj *fjp; local
[all...]

Completed in 62 milliseconds