Symbol: fcu_obj
usr/src/uts/common/io/fd.c
1035
struct fcu_obj *fjp;
usr/src/uts/common/io/fd.c
1124
fdstart(struct fcu_obj *fjp)
usr/src/uts/common/io/fd.c
1289
struct fcu_obj *fjp = NULL;
usr/src/uts/common/io/fd.c
1837
fd_build_user_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp)
usr/src/uts/common/io/fd.c
1882
fd_build_label_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp,
usr/src/uts/common/io/fd.c
2011
fd_rawioctl(struct fcu_obj *fjp, int unit, caddr_t arg, int mode)
usr/src/uts/common/io/fd.c
207
fd_getdrive(dev_t dev, struct fcu_obj **fjpp, struct fdisk **fdpp)
usr/src/uts/common/io/fd.c
2164
struct fcu_obj *fjp = NULL;
usr/src/uts/common/io/fd.c
2200
struct fcu_obj *fjp;
usr/src/uts/common/io/fd.c
2231
fd_get_media_state(struct fcu_obj *fjp, int unit)
usr/src/uts/common/io/fd.c
225
struct fcu_obj *fjp = NULL;
usr/src/uts/common/io/fd.c
2267
struct fcu_obj *fjp;
usr/src/uts/common/io/fd.c
2317
fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag)
usr/src/uts/common/io/fd.c
343
struct fcu_obj *fjp;
usr/src/uts/common/io/fd.c
563
struct fcu_obj *fjp;
usr/src/uts/common/io/fd.c
583
fjp = (struct fcu_obj *)fdp->d_obj;
usr/src/uts/common/io/fd.c
656
struct fcu_obj *fjp = NULL;
usr/src/uts/common/io/fd.c
69
static int fdgetlabel(struct fcu_obj *, int);
usr/src/uts/common/io/fd.c
70
static void fdstart(struct fcu_obj *);
usr/src/uts/common/io/fd.c
71
static int fd_build_label_vtoc(struct fcu_obj *, struct fdisk *,
usr/src/uts/common/io/fd.c
73
static void fd_build_user_vtoc(struct fcu_obj *, struct fdisk *,
usr/src/uts/common/io/fd.c
75
static int fd_rawioctl(struct fcu_obj *, int, caddr_t, int);
usr/src/uts/common/io/fd.c
769
fdgetlabel(struct fcu_obj *fjp, int unit)
usr/src/uts/common/io/fd.c
87
static int fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag);
usr/src/uts/common/io/fd.c
961
struct fcu_obj *fjp = NULL;
usr/src/uts/common/sys/fdc.h
107
struct fcu_obj *d_obj;
usr/src/uts/common/sys/fdc.h
306
struct fcu_obj *c_unit[NFDUN]; /* slave on controller */
usr/src/uts/intel/io/fdc.c
1044
fdgetchng(struct fcu_obj *fjp, int funit)
usr/src/uts/intel/io/fdc.c
1053
fdresetchng(struct fcu_obj *fjp, int funit)
usr/src/uts/intel/io/fdc.c
1073
fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg)
usr/src/uts/intel/io/fdc.c
1126
fdrw(struct fcu_obj *fjp, int funit, int rw, int cyl, int head,
usr/src/uts/intel/io/fdc.c
1246
fdtrkformat(struct fcu_obj *fjp, int funit, int cyl, int head, int filldata)
usr/src/uts/intel/io/fdc.c
1370
fdrawioctl(struct fcu_obj *fjp, int funit, caddr_t arg)
usr/src/uts/intel/io/fdc.c
1626
struct fcu_obj *fjp = fcp->c_unit[unit];
usr/src/uts/intel/io/fdc.c
1823
fdcspdchange(struct fdcntlr *fcp, struct fcu_obj *fjp, int rpm)
usr/src/uts/intel/io/fdc.c
1929
fdc_motorsm(struct fcu_obj *fjp, int input, int timeval)
usr/src/uts/intel/io/fdc.c
2073
struct fcu_obj *fjp = (struct fcu_obj *)arg;
usr/src/uts/intel/io/fdc.c
2158
struct fcu_obj *fjp;
usr/src/uts/intel/io/fdc.c
2444
struct fcu_obj *fjp;
usr/src/uts/intel/io/fdc.c
277
sizeof (struct fdcntlr) + NFDUN * sizeof (struct fcu_obj), 0)) != 0)
usr/src/uts/intel/io/fdc.c
2826
struct fcu_obj *fjp;
usr/src/uts/intel/io/fdc.c
303
int fdc_abort(struct fcu_obj *);
usr/src/uts/intel/io/fdc.c
304
int fdc_dkinfo(struct fcu_obj *, struct dk_cinfo *);
usr/src/uts/intel/io/fdc.c
305
int fdc_select(struct fcu_obj *, int, int);
usr/src/uts/intel/io/fdc.c
306
int fdgetchng(struct fcu_obj *, int);
usr/src/uts/intel/io/fdc.c
307
int fdresetchng(struct fcu_obj *, int);
usr/src/uts/intel/io/fdc.c
308
int fdrecalseek(struct fcu_obj *, int, int, int);
usr/src/uts/intel/io/fdc.c
309
int fdrw(struct fcu_obj *, int, int, int, int, int, caddr_t, uint_t);
usr/src/uts/intel/io/fdc.c
310
int fdtrkformat(struct fcu_obj *, int, int, int, int);
usr/src/uts/intel/io/fdc.c
311
int fdrawioctl(struct fcu_obj *, int, caddr_t);
usr/src/uts/intel/io/fdc.c
340
int fdcspdchange(struct fdcntlr *, struct fcu_obj *, int);
usr/src/uts/intel/io/fdc.c
347
static int fdc_motorsm(struct fcu_obj *, int, int);
usr/src/uts/intel/io/fdc.c
358
struct fcu_obj *fjp;
usr/src/uts/intel/io/fdc.c
493
struct fcu_obj *fjp;
usr/src/uts/intel/io/fdc.c
524
for (unit = 0, fjp = (struct fcu_obj *)(fcp+1);
usr/src/uts/intel/io/fdc.c
917
fdc_abort(struct fcu_obj *fjp)
usr/src/uts/intel/io/fdc.c
947
fdc_dkinfo(struct fcu_obj *fjp, struct dk_cinfo *dcp)
usr/src/uts/intel/io/fdc.c
970
fdc_select(struct fcu_obj *fjp, int funit, int on)