Searched refs:fcu_obj (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/intel/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 …]
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | fd.c | 69 static int fdgetlabel(struct fcu_obj *, int); 70 static void fdstart(struct fcu_obj *); 71 static int fd_build_label_vtoc(struct fcu_obj *, struct fdisk *, 73 static void fd_build_user_vtoc(struct fcu_obj *, struct fdisk *, 75 static int fd_rawioctl(struct fcu_obj *, int, caddr_t, int); 87 static int fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag); 207 fd_getdrive(dev_t dev, struct fcu_obj **fjpp, struct fdisk **fdpp) in fd_getdrive() 225 struct fcu_obj *fjp = NULL; in fd_getinfo() 343 struct fcu_obj *fjp; in fd_attach() 563 struct fcu_obj *fjp; in fd_detach() [all …]
|
| /illumos-gate/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
|