Home
last modified time | relevance | path

Searched refs:fdunit (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun/sys/
H A Dfdvar.h147 struct fdunit { struct
295 struct fdunit *c_un; /* unit on controller */
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c187 static int fd_build_label_vtoc(struct fdunit *, struct vtoc *);
188 static void fd_build_user_vtoc(struct fdunit *, struct vtoc *);
207 static int fd_part_is_open(struct fdunit *un, int part);
219 static int fd_unit_is_open(struct fdunit *);
224 static int fd_get_media_info(struct fdunit *un, caddr_t buf, int flag);
726 fdc->c_un = kmem_zalloc(sizeof (struct fdunit), KM_SLEEP); in fd_attach()
1299 if (fdc->c_un != (struct fdunit *)NULL) { in fd_cleanup()
1314 kmem_free((caddr_t)fdc->c_un, sizeof (struct fdunit)); in fd_cleanup()
1438 struct fdunit *un; in fd_prop_op()
1477 struct fdunit *un; in fd_open()
[all …]