zoneadm.h (3247:e05001c14ea2) zoneadm.h (5829:20241b1ccadc)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _ZONEADM_H
28#define _ZONEADM_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 19 unchanged lines hidden (view full) ---

51#define CMD_MAX CMD_APPLY
52
53#if !defined(TEXT_DOMAIN) /* should be defined by cc -D */
54#define TEXT_DOMAIN "SYS_TEST" /* Use this only if it wasn't */
55#endif
56
57#define Z_ERR 1
58#define Z_USAGE 2
24 * Use is subject to license terms.
25 */
26
27#ifndef _ZONEADM_H
28#define _ZONEADM_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 19 unchanged lines hidden (view full) ---

51#define CMD_MAX CMD_APPLY
52
53#if !defined(TEXT_DOMAIN) /* should be defined by cc -D */
54#define TEXT_DOMAIN "SYS_TEST" /* Use this only if it wasn't */
55#endif
56
57#define Z_ERR 1
58#define Z_USAGE 2
59#define Z_FATAL 3
59
60#define SW_CMP_NONE 0x0
61#define SW_CMP_SRC 0x01
62#define SW_CMP_SILENT 0x02
63
64/*
65 * zoneadm.c
66 */

--- 18 unchanged lines hidden (view full) ---

85extern int verify_fs_zfs(struct zone_fstab *fstab);
86extern int init_zfs(void);
87
88/*
89 * sw_cmp.c
90 */
91extern int sw_cmp(zone_dochandle_t l_handle, zone_dochandle_t s_handle,
92 uint_t flag);
60
61#define SW_CMP_NONE 0x0
62#define SW_CMP_SRC 0x01
63#define SW_CMP_SILENT 0x02
64
65/*
66 * zoneadm.c
67 */

--- 18 unchanged lines hidden (view full) ---

86extern int verify_fs_zfs(struct zone_fstab *fstab);
87extern int init_zfs(void);
88
89/*
90 * sw_cmp.c
91 */
92extern int sw_cmp(zone_dochandle_t l_handle, zone_dochandle_t s_handle,
93 uint_t flag);
94extern int sw_up_to_date(zone_dochandle_t l_handle, zone_dochandle_t s_handle,
95 char *zonepath);
93
94#endif /* _ZONEADM_H */
96
97#endif /* _ZONEADM_H */