Print this page
12309 errors in section 9e of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9e/ddi_ufm.9e
          +++ new/usr/src/man/man9e/ddi_ufm.9e
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  .\" You may only use this file in accordance with the terms of version
   5    5  .\" 1.0 of the CDDL.
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright 2019 Joyent, Inc.
  13   13  .\"
  14      -.Dd Apr 30, 2019
       14 +.Dd February 15, 2020
  15   15  .Dt DDI_UFM 9E
  16   16  .Os
  17   17  .Sh NAME
  18   18  .Nm ddi_ufm ,
  19   19  .Nm ddi_ufm_op_nimages ,
  20   20  .Nm ddi_ufm_op_fill_image ,
  21   21  .Nm ddi_ufm_op_fill_slot ,
  22   22  .Nm ddi_ufm_op_getcaps
  23   23  .Nd DDI upgradable firmware module entry points
  24   24  .Sh SYNOPSIS
↓ open down ↓ 335 lines elided ↑ open up ↑
 360  360  .Ft caps
 361  361  with an appropriate value, then the driver should return
 362  362  .Sy 0 .
 363  363  Otherwise, the driver should return the appropriate error number.
 364  364  For a full list of error numbers, see
 365  365  .Xr Intro 2 .
 366  366  Common values are:
 367  367  .Bl -tag -width Er -offset width
 368  368  .It Er EIO
 369  369  An error occurred talking to the device while trying to discover firmware
 370      -capabilties.
      370 +capabilities.
 371  371  .It Er ENOMEM
 372  372  The driver was unable to allocate memory.
 373  373  .El
 374  374  .El
 375  375  .Ss Caching and Updates
 376  376  The system will fetch firmware and slot information on an as-needed
 377  377  basis.
 378  378  Once it obtains some information, it may end up caching this information on
 379  379  behalf of the driver.
 380  380  Whenever the driver believes that something could have changed -- it need know
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX