Searched refs:fcu_obj (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | fdc.c | 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); [all …]
|
H A D | fd.c | 66 static int fdgetlabel(struct fcu_obj *, int); 67 static void fdstart(struct fcu_obj *); 68 static int fd_build_label_vtoc(struct fcu_obj *, struct fdisk *, 70 static void fd_build_user_vtoc(struct fcu_obj *, struct fdisk *, 72 static int fd_rawioctl(struct fcu_obj *, int, caddr_t, int); 84 static int fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag); 204 fd_getdrive(dev_t dev, struct fcu_obj **fjpp, struct fdisk **fdpp) in fd_getdrive() 222 struct fcu_obj *fjp = NULL; in fd_getinfo() 339 struct fcu_obj *fjp; in fd_attach() 558 struct fcu_obj *fjp; in fd_detach() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fdc.h | 107 struct fcu_obj *d_obj; 306 struct fcu_obj *c_unit[NFDUN]; /* slave on controller */ 363 struct fcu_obj { struct
|