Searched refs:dk_allmap (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sun/ |
H A D | dkio.h | 120 struct dk_allmap { struct 342 #define DKIOCSAPART _IOW('d', 123, struct dk_allmap) /* Set all partitions */ 343 #define DKIOCGAPART _IOR('d', 122, struct dk_allmap) /* Get all partitions */
|
/titanic_41/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_format.c | 61 struct dk_allmap save_allmap); 80 struct dk_allmap save_allmap; /* original diskette partition info */ in format_floppy() 87 struct dk_allmap allmap; in format_floppy() 516 struct dk_allmap save_allmap) in restore_default_chars()
|
/titanic_41/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 81 static struct dk_allmap allmap; 150 struct dk_allmap save_allmap); 470 struct dk_allmap save_allmap; /* original diskette partition info */ in format_diskette() 1043 struct dk_allmap save_allmap) in restore_default_chars()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dkio.h | 112 struct dk_allmap { struct
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 1990 struct dk_allmap dk_allmap; in fd_ioctl() local 1994 dk_allmap.dka_map[dkunit].dkl_cylno = in fd_ioctl() 1996 dk_allmap.dka_map[dkunit].dkl_nblk = in fd_ioctl() 1999 if (ddi_copyout(&dk_allmap, (void *)arg, in fd_ioctl() 2000 sizeof (struct dk_allmap), flag)) in fd_ioctl() 2025 struct dk_allmap dk_allmap; in fd_ioctl() local 2028 if (ddi_copyin((const void *)arg, &dk_allmap, in fd_ioctl() 2029 sizeof (dk_allmap), flag)) in fd_ioctl() 2035 dk_allmap.dka_map[dkunit].dkl_cylno; in fd_ioctl() 2037 dk_allmap.dka_map[dkunit].dkl_nblk; in fd_ioctl()
|
/titanic_41/usr/src/cmd/format/ |
H A D | checkdev.c | 739 struct dk_allmap old_map; in checkpartitions()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 565 struct dk_allmap map; in handle_dkio_partitions()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 1277 struct dk_allmap dka; in fd_ioctl() 1395 sizeof (struct dk_allmap), flag)) in fd_ioctl()
|