Searched refs:DKIOCSGEOM (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sun/
H A Ddkio.h335 #define DKIOCSGEOM _IOW('d', 3, struct dk_geom) /* Set geometry */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h216 #define DKIOCSGEOM (DKIOC|2) /* Set geometry */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c337 case DKIOCSGEOM:
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c417 if (ioctl(cur_file, DKIOCSGEOM, &geom) == -1) {
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c832 (void) ioctl(fd, DKIOCSGEOM, &dkgeom);
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c777 if (ioctl(fd, DKIOCSGEOM, &fdgeom) == -1) {
779 gettext("%s: DKIOCSGEOM failed, "), myname);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c3073 case DKIOCSGEOM:
3320 case DKIOCSGEOM:
3640 DKIOCSGEOM, STRINGIZE(DKIOCSGEOM),
H A Dvdc.c7205 {VD_OP_SET_DISKGEOM, DKIOCSGEOM, sizeof (vd_geom_t),
7958 * This routine performs the necessary convertions from the DKIOCSGEOM
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1177 case DKIOCSGEOM:
1233 case DKIOCSGEOM:
1234 cmlb_dbg(CMLB_TRACE, cl, "DKIOCSGEOM\n");
1348 case DKIOCSGEOM:
3680 * requests to set the device geometry (DKIOCSGEOM). The actual
H A Dfd.c1332 case DKIOCSGEOM:
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c999 case DKIOCSGEOM:
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1311 { (uint_t)DKIOCSGEOM, "DKIOCSGEOM",
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c1360 if (ioctl(Dev, DKIOCSGEOM, &disk_geom)) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2569 case DKIOCSGEOM:
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3181 case DKIOCSGEOM:
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1968 case DKIOCSGEOM:
1970 (C, "fd_ioctl: DKIOCSGEOM not supported\n"));
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c22260 case DKIOCSGEOM:
22413 case DKIOCSGEOM:

Completed in 190 milliseconds