Print this page
OS-1840 fmdump shall emit JSON
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnvpair/mapfile-vers
          +++ new/usr/src/lib/libnvpair/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2012 by Delphix. All rights reserved.
       24 +# Copyright (c) 2013, Joyent, Inc. All rights reserved.
  24   25  #
  25   26  
  26   27  #
  27   28  # MAPFILE HEADER START
  28   29  #
  29   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   31  # Object versioning must comply with the rules detailed in
  31   32  #
  32   33  #       usr/src/lib/README.mapfiles
  33   34  #
↓ open down ↓ 202 lines elided ↑ open up ↑
 236  237          nvpair_value_uint64;
 237  238          nvpair_value_uint64_array;
 238  239  };
 239  240  
 240  241  SYMBOL_VERSION SUNWprivate_1.1 {
 241  242      global:
 242  243          dump_nvlist;
 243  244          nvlist_add_hrtime;
 244  245          nvlist_lookup_hrtime;
 245  246          nvlist_print;
      247 +        nvlist_print_json;
 246  248          nvlist_prt;
 247  249          nvlist_prtctl_alloc;
 248  250          nvlist_prtctl_free;
 249  251          nvlist_prtctl_getdest;
 250  252          nvlist_prtctl_dofmt;
 251  253          nvlist_prtctl_doindent;
 252  254          nvlist_prtctl_setdest;
 253  255          nvlist_prtctl_setfmt;
 254  256          nvlist_prtctl_setindent;
 255  257          nvlist_prtctlop_byte;
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX