Print this page
*** NO COMMENTS ***
*** 22,32 ****
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
*/
/*
! * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _LIBBE_PRIV_H
#define _LIBBE_PRIV_H
--- 22,32 ----
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
*/
/*
! * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _LIBBE_PRIV_H
#define _LIBBE_PRIV_H
*** 203,212 ****
--- 203,214 ----
int be_find_active_zone_root(zfs_handle_t *, char *, char *, int);
int be_find_mounted_zone_root(char *, char *, char *, int);
boolean_t be_zone_supported(char *);
zoneBrandList_t *be_get_supported_brandlist(void);
int be_zone_get_parent_uuid(const char *, uuid_t *);
+ int be_zone_set_parent_uuid(char *, uuid_t);
+ boolean_t be_zone_compare_uuids(char *);
/* check architecture functions */
char *be_get_default_isa(void);
boolean_t be_is_isa(char *);
boolean_t be_has_grub(void);