Print this page
patch more-manpage
patch cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nvpair/nvlist_alloc.3nvpair.man.txt
          +++ new/usr/src/man/man3nvpair/nvlist_alloc.3nvpair.man.txt
↓ open down ↓ 133 lines elided ↑ open up ↑
 134  134         If NV_UNIQUE_NAME_TYPE was specified for nvflag, existing nvpairs with
 135  135         matching names and data types are removed before the new nvpair is
 136  136         added. See nvlist_add_byte(3NVPAIR) for more information.
 137  137  
 138  138  
 139  139         The nvlist_xalloc() function is identical to nvlist_alloc() except that
 140  140         nvlist_xalloc() can use a different allocator, as described in the
 141  141         Pluggable Allocators section.
 142  142  
 143  143  
 144      -       The nvlist_free() function frees a name-value pair list.
      144 +       The nvlist_free() function frees a name-value pair list. If nvl is a
      145 +       null pointer, no action occurs.
 145  146  
 146  147  
 147  148         The nvlist_size() function returns the minimum size of a contiguous
 148  149         buffer large enough to pack nvl. The encoding parameter specifies the
 149  150         method of encoding when packing nvl. Supported encoding methods are:
 150  151  
 151  152         NV_ENCODE_NATIVE
 152  153                             Straight bcopy() as described in bcopy(3C).
 153  154  
 154  155  
↓ open down ↓ 279 lines elided ↑ open up ↑
 434  435         |Interface Stability | Evolving        |
 435  436         +--------------------+-----------------+
 436  437         |MT-Level            | MT-Safe         |
 437  438         +--------------------+-----------------+
 438  439  
 439  440  SEE ALSO
 440  441         libnvpair(3LIB), attributes(5), nvlist_alloc(9F)
 441  442  
 442  443  
 443  444  
 444      -                               February 2, 2004          NVLIST_ALLOC(3NVPAIR)
      445 +                               February 15, 2016         NVLIST_ALLOC(3NVPAIR)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX