Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/dkio.7i.man.txt
          +++ new/usr/src/man/man7i/dkio.7i.man.txt
↓ open down ↓ 594 lines elided ↑ open up ↑
 595  595          The argument is a pointer to an extpart_info structure (described
 596  596          below).  This ioctl gets the driver's notion of the size and extent of
 597  597          the partition or slice indicated by the file descriptor argument.  On
 598  598          disks larger than 1TB, this ioctl must be used instead of
 599  599          DKIOCPARTINFO.
 600  600  
 601  601            /*
 602  602             * Used by applications to get partition or slice information
 603  603             */
 604  604            struct extpart_info {
 605      -              diskkaddr_t      p_start;
      605 +              diskaddr_t       p_start;
 606  606                diskaddr_t       p_length;
 607  607            };
 608  608  
 609  609       DKIOCSETEXTPART
 610  610  
 611  611          This ioctl is used to update the in-memory copy of the logical drive
 612  612          information maintained by the driver.  The ioctl takes no arguments.
 613  613          It causes a re-read of the partition information and recreation of
 614  614          minor nodes if required.  Prior to updating the data structures, the
 615  615          ioctl ensures that the partitions do not overlap.  Device nodes are
↓ open down ↓ 18 lines elided ↑ open up ↑
 634  634       For x86 only: If the DKIOCSMBOOT command is used to modify the Solaris
 635  635       partitions, the VTOC information should also be set appropriately to
 636  636       reflect the changes to partition.  Failure to do so leads to unexpected
 637  637       results when the device is closed and reopened fresh at a later time.
 638  638       This is because a default VTOC is assumed by driver when a Solaris
 639  639       partition is changed.  The default VTOC persists until the ioctl
 640  640       DKIOCSVTOC is called to modify VTOC or the device is closed and reopened.
 641  641       At that point, the old valid VTOC is read from the disk if it is still
 642  642       available.
 643  643  
 644      -illumos                        October 23, 2017                        illumos
      644 +illumos                        February 17, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX