Searched refs:DKIOCSAPART (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_format.c | 330 if (ioctl(fd, DKIOCSAPART, &allmap) < 0) { in format_floppy() 527 (void) ioctl(fd, DKIOCSAPART, &save_allmap); in restore_default_chars()
|
/titanic_41/usr/src/lib/libbc/inc/include/sun/ |
H A D | dkio.h | 342 #define DKIOCSAPART _IOW('d', 123, struct dk_allmap) /* Set all partitions */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dkio.h | 217 #define DKIOCSAPART (DKIOC|4) /* Set all partitions */ macro
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 340 case DKIOCSAPART: in _bc_ioctl()
|
/titanic_41/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 762 if (ioctl(fd, DKIOCSAPART, &allmap) == -1) { in format_diskette() 1054 (void) ioctl(fd, DKIOCSAPART, &save_allmap); in restore_default_chars()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | cmlb.c | 1202 case DKIOCSAPART: 1246 case DKIOCSAPART: 1351 case DKIOCSAPART:
|
H A D | fd.c | 1408 case DKIOCSAPART: in fd_ioctl()
|
/titanic_41/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1001 case DKIOCSAPART: in cmdkioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 1303 { (uint_t)DKIOCSAPART, "DKIOCSAPART",
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2572 case DKIOCSAPART: in xdf_ioctl()
|
/titanic_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 3180 case DKIOCSAPART: in dcdioctl()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 2009 case DKIOCSAPART: in fd_ioctl()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 22261 case DKIOCSAPART: 22414 case DKIOCSAPART: 22447 (cmd == DKIOCSAPART || cmd == DKIOCSVTOC ||
|