Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libbe/common/libbe_priv.h
          +++ new/usr/src/lib/libbe/common/libbe_priv.h
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24   */
  25   25  
  26   26  /*
  27      - * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
       27 + * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
  28   28   */
  29   29  
  30   30  #ifndef _LIBBE_PRIV_H
  31   31  #define _LIBBE_PRIV_H
  32   32  
  33   33  #include <libnvpair.h>
  34   34  #include <libzfs.h>
  35   35  #include <instzones_api.h>
  36   36  
  37   37  #ifdef __cplusplus
↓ open down ↓ 160 lines elided ↑ open up ↑
 198  198  int be_activate_current_be(void);
 199  199  boolean_t be_is_active_on_boot(char *);
 200  200  
 201  201  /* be_zones.c */
 202  202  void be_make_zoneroot(char *, char *, int);
 203  203  int be_find_active_zone_root(zfs_handle_t *, char *, char *, int);
 204  204  int be_find_mounted_zone_root(char *, char *, char *, int);
 205  205  boolean_t be_zone_supported(char *);
 206  206  zoneBrandList_t *be_get_supported_brandlist(void);
 207  207  int be_zone_get_parent_uuid(const char *, uuid_t *);
      208 +int be_zone_set_parent_uuid(char *, uuid_t);
      209 +boolean_t be_zone_compare_uuids(char *);
 208  210  
 209  211  /* check architecture functions */
 210  212  char *be_get_default_isa(void);
 211  213  boolean_t be_is_isa(char *);
 212  214  boolean_t be_has_grub(void);
 213  215  
 214  216  /* callback functions */
 215  217  int be_exists_callback(zpool_handle_t *, void *);
 216  218  int be_find_zpool_callback(zpool_handle_t *, void *);
 217  219  int be_zpool_find_current_be_callback(zpool_handle_t *, void *);
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX