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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/dkio.7i
          +++ new/usr/src/man/man7i/dkio.7i
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  13   13  .\" If applicable, add the following below this CDDL HEADER, with the
  14   14  .\" fields enclosed by brackets "[]" replaced with your own identifying
  15   15  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  16   16  .\"
  17   17  .\"
  18   18  .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
  19   19  .\" Copyright 2016 Nexenta Systems, Inc.
  20   20  .\" Copyright (c) 2017, Joyent, Inc.
  21   21  .\"
  22      -.Dd October 23, 2017
       22 +.Dd February 17, 2020
  23   23  .Dt DKIO 7I
  24   24  .Os
  25   25  .Sh NAME
  26   26  .Nm dkio
  27   27  .Nd disk control operations
  28   28  .Sh SYNOPSIS
  29   29  .In sys/dkio.h
  30   30  .In sys/vtoc.h
  31   31  .Sh DESCRIPTION
  32   32  Disk drivers support a set of
↓ open down ↓ 769 lines elided ↑ open up ↑
 802  802  structure (described below).
 803  803  This ioctl gets the driver's notion of the size and extent of the partition or
 804  804  slice indicated by the file descriptor argument.
 805  805  On disks larger than 1TB, this ioctl must be used instead of
 806  806  .Dv DKIOCPARTINFO .
 807  807  .Bd -literal -offset 2n
 808  808  /*
 809  809   * Used by applications to get partition or slice information
 810  810   */
 811  811  struct extpart_info {
 812      -    diskkaddr_t      p_start;
      812 +    diskaddr_t       p_start;
 813  813      diskaddr_t       p_length;
 814  814  };
 815  815  .Ed
 816  816  .It Dv DKIOCSETEXTPART
 817  817  .Pp
 818  818  This ioctl is used to update the in-memory copy of the logical drive
 819  819  information maintained by the driver.
 820  820  The ioctl takes no arguments.
 821  821  It causes a re-read of the partition information and recreation of minor nodes
 822  822  if required.
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX