Searched refs:DKIOCGEXTVTOC (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libadm/common/ |
H A D | rdwr_vtoc.c | 215 if (ioctl(fd, DKIOCGEXTVTOC, (caddr_t)extvtoc) == -1) { in read_extvtoc()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dkio.h | 171 #define DKIOCGEXTVTOC (DKIOC|23) /* Get extended VTOC */ macro
|
/titanic_44/usr/src/cmd/addbadsec/ |
H A D | addbadsec.c | 176 if (ioctl(devfd, DKIOCGEXTVTOC, &vtoc) == -1) { in main()
|
/titanic_44/usr/src/cmd/format/ |
H A D | menu_fdisk.c | 622 status = ioctl(fd, DKIOCGEXTVTOC, &exvtoc);
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vds.c | 3068 case DKIOCGEXTVTOC: in vd_do_slice_ioctl() 3310 case DKIOCGEXTVTOC: in vd_do_dskimg_ioctl() 3435 case DKIOCGEXTVTOC: in vd_backend_ioctl() 3628 DKIOCGEXTVTOC, STRINGIZE(DKIOCGEXTVTOC), in vd_ioctl() 6270 status = ldi_ioctl(vd->ldi_handle[0], DKIOCGEXTVTOC, in vd_setup_single_slice_disk()
|
H A D | vdc.c | 7195 {VD_OP_GET_VTOC, DKIOCGEXTVTOC, sizeof (vd_vtoc_t), 8328 rv = vd_process_ioctl(dev, DKIOCGEXTVTOC, (caddr_t)&vtoc, in vdc_validate_geometry()
|
/titanic_44/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 1031 if (ioctl(fd, DKIOCGEXTVTOC, &extvtoc) == -1) { in efi_type()
|
/titanic_44/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1005 case DKIOCGEXTVTOC: in cmdkioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 1291 { (uint_t)DKIOCGEXTVTOC, "DKIOCGEXTVTOC",
|
/titanic_44/usr/src/cmd/smserverd/ |
H A D | smediad.c | 2226 ret_val = ioctl(door_dp->dd_fd, DKIOCGEXTVTOC, &extvtoc); in client_servproc()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2576 case DKIOCGEXTVTOC: in xdf_ioctl()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 1256 case DKIOCGEXTVTOC:
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 22254 case DKIOCGEXTVTOC: 22408 case DKIOCGEXTVTOC:
|