Searched refs:DKIOCG_PHYGEOM (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | dkio.h | 219 #define DKIOCG_PHYGEOM (DKIOC|32) /* get physical geometry */ macro
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | media.c | 417 if (ioctl(fd, DKIOCG_PHYGEOM, &geometry) >= 0) {
|
/titanic_44/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 953 if (ioctl(fd, DKIOCG_PHYGEOM, &dkg) < 0) { in check_vtoc_sanity() 1348 if (ioctl(fd, DKIOCG_PHYGEOM, &dkg) < 0) { in write_default_label()
|
/titanic_44/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 234 if (ioctl(fd, DKIOCG_PHYGEOM, &dkg)) in get_drive_geometry()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ramdisk.c | 1324 case DKIOCG_PHYGEOM:
|
H A D | fd.c | 1309 case DKIOCG_PHYGEOM: in fd_ioctl()
|
H A D | lofi.c | 2663 case DKIOCG_PHYGEOM: in lofi_ioctl()
|
H A D | cmlb.c | 1297 case DKIOCG_PHYGEOM:
|
/titanic_44/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 94 if (ioctl(epp->dev_fd, DKIOCG_PHYGEOM, &disk_geom)) { in fdisk_init_disk_geom()
|
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 1502 ioctl(fd, DKIOCG_PHYGEOM, &dginfo) == -1 && in find_fixed_details() 1969 ioctl(fd, DKIOCG_PHYGEOM, &dginfo) == -1 && in compare_existing_with_computed()
|
/titanic_44/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 969 if (ioctl(Dev, DKIOCG_PHYGEOM, &disk_geom)) { in main() 1084 if (ioctl(Dev, DKIOCG_PHYGEOM, &disk_geom)) { in main()
|
/titanic_44/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 996 case DKIOCG_PHYGEOM: in cmdkioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 1307 { (uint_t)DKIOCG_PHYGEOM, "DKIOCG_PHYGEOM",
|
/titanic_44/usr/src/cmd/smserverd/ |
H A D | smediad.c | 2258 DKIOCG_PHYGEOM, &dkgeom); in client_servproc()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2567 case DKIOCG_PHYGEOM: in xdf_ioctl()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 7201 {VD_OP_GET_DISKGEOM, DKIOCG_PHYGEOM, sizeof (vd_geom_t),
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 22267 case DKIOCG_PHYGEOM: 22421 case DKIOCG_PHYGEOM:
|