Lines Matching defs:fcu_obj
363 struct fcu_obj { struct
364 ulong_t fj_flags; /* state information */
365 kmutex_t fj_lock; /* unit mutex */
366 caddr_t fj_data;
367 struct fd_drive *fj_drive; /* pointer to drive characteristics */
368 struct fd_char *fj_chars; /* ptr to diskette characteristics */
369 struct fdattr *fj_attr; /* additional diskette attributes */
370 dev_info_t *fj_dip;
371 ushort_t fj_rotspd; /* rotational speed */
372 ulong_t fj_unit;
373 struct fcobjops *fj_ops;
374 struct fdcntlr *fj_fdc;
375 ddi_iblock_cookie_t *fj_iblock;