Lines Matching refs:fcu_obj

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()
578 fjp = (struct fcu_obj *)fdp->d_obj; in fd_detach()
651 struct fcu_obj *fjp = NULL; in fd_open()
764 fdgetlabel(struct fcu_obj *fjp, int unit) in fdgetlabel()
955 struct fcu_obj *fjp = NULL; in fd_close()
1029 struct fcu_obj *fjp; in fd_strategy()
1118 fdstart(struct fcu_obj *fjp) in fdstart()
1283 struct fcu_obj *fjp = NULL; in fd_ioctl()
1831 fd_build_user_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp) in fd_build_user_vtoc()
1876 fd_build_label_vtoc(struct fcu_obj *fjp, struct fdisk *fdp, struct vtoc *vtocp, in fd_build_label_vtoc()
2005 fd_rawioctl(struct fcu_obj *fjp, int unit, caddr_t arg, int mode) in fd_rawioctl()
2158 struct fcu_obj *fjp = NULL; in fd_prop_op()
2194 struct fcu_obj *fjp; in fd_media_watch()
2225 fd_get_media_state(struct fcu_obj *fjp, int unit) in fd_get_media_state()
2261 struct fcu_obj *fjp; in fd_check_media()
2311 fd_get_media_info(struct fcu_obj *fjp, caddr_t buf, int flag) in fd_get_media_info()