Searched defs:fcu_obj (Results 1 – 1 of 1) sorted by relevance
363 struct fcu_obj { struct364 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;[all …]