Symbol: fdunit
usr/src/uts/sun/io/fd.c
1272
if (fdc->c_un != (struct fdunit *)NULL)
usr/src/uts/sun/io/fd.c
1302
if (fdc->c_un != (struct fdunit *)NULL) {
usr/src/uts/sun/io/fd.c
1317
kmem_free((caddr_t)fdc->c_un, sizeof (struct fdunit));
usr/src/uts/sun/io/fd.c
1441
struct fdunit *un;
usr/src/uts/sun/io/fd.c
1480
struct fdunit *un;
usr/src/uts/sun/io/fd.c
1639
fd_part_is_open(struct fdunit *un, int part)
usr/src/uts/sun/io/fd.c
1655
register struct fdunit *un;
usr/src/uts/sun/io/fd.c
1700
struct fdunit *un;
usr/src/uts/sun/io/fd.c
1887
struct fdunit *un;
usr/src/uts/sun/io/fd.c
189
static int fd_build_label_vtoc(struct fdunit *, struct vtoc *);
usr/src/uts/sun/io/fd.c
190
static void fd_build_user_vtoc(struct fdunit *, struct vtoc *);
usr/src/uts/sun/io/fd.c
209
static int fd_part_is_open(struct fdunit *un, int part);
usr/src/uts/sun/io/fd.c
221
static int fd_unit_is_open(struct fdunit *);
usr/src/uts/sun/io/fd.c
226
static int fd_get_media_info(struct fdunit *un, caddr_t buf, int flag);
usr/src/uts/sun/io/fd.c
2953
struct fdunit *un;
usr/src/uts/sun/io/fd.c
3089
struct fdunit *un;
usr/src/uts/sun/io/fd.c
5130
struct fdunit *un;
usr/src/uts/sun/io/fd.c
5242
struct fdunit *un;
usr/src/uts/sun/io/fd.c
5650
fd_unit_is_open(struct fdunit *un)
usr/src/uts/sun/io/fd.c
5668
fd_build_user_vtoc(struct fdunit *un, struct vtoc *vtoc)
usr/src/uts/sun/io/fd.c
5743
fd_build_label_vtoc(struct fdunit *un, struct vtoc *vtoc)
usr/src/uts/sun/io/fd.c
6007
struct fdunit *un;
usr/src/uts/sun/io/fd.c
6062
struct fdunit *un;
usr/src/uts/sun/io/fd.c
6133
fd_get_media_info(struct fdunit *un, caddr_t buf, int flag)
usr/src/uts/sun/io/fd.c
6229
struct fdunit *un = fdc->c_un;
usr/src/uts/sun/io/fd.c
728
fdc->c_un = kmem_zalloc(sizeof (struct fdunit), KM_SLEEP);
usr/src/uts/sun/sys/fdvar.h
295
struct fdunit *c_un; /* unit on controller */