libzonecfg.h (0fbb751d81ab0a7c7ddfd8d4e447e075a9f7024f) libzonecfg.h (ff19e029e81c950f4e0f40f1f1ee1f7d8f8d8041)
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

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

147#define ALIAS_MAXSHMMEM "max-shm-memory"
148#define ALIAS_MAXSHMIDS "max-shm-ids"
149#define ALIAS_MAXMSGIDS "max-msg-ids"
150#define ALIAS_MAXSEMIDS "max-sem-ids"
151#define ALIAS_MAXLOCKEDMEM "locked"
152#define ALIAS_MAXSWAP "swap"
153#define ALIAS_SHARES "cpu-shares"
154#define ALIAS_CPUCAP "cpu-cap"
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

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

147#define ALIAS_MAXSHMMEM "max-shm-memory"
148#define ALIAS_MAXSHMIDS "max-shm-ids"
149#define ALIAS_MAXMSGIDS "max-msg-ids"
150#define ALIAS_MAXSEMIDS "max-sem-ids"
151#define ALIAS_MAXLOCKEDMEM "locked"
152#define ALIAS_MAXSWAP "swap"
153#define ALIAS_SHARES "cpu-shares"
154#define ALIAS_CPUCAP "cpu-cap"
155#define ALIAS_MAXPROCS "max-processes"
155
156/* Default name for zone detached manifest */
157#define ZONE_DETACHED "SUNWdetached.xml"
158
159/*
160 * Bit flag definitions for passing into libzonecfg functions.
161 */
162#define ZONE_DRY_RUN 0x01

--- 451 unchanged lines hidden ---
156
157/* Default name for zone detached manifest */
158#define ZONE_DETACHED "SUNWdetached.xml"
159
160/*
161 * Bit flag definitions for passing into libzonecfg functions.
162 */
163#define ZONE_DRY_RUN 0x01

--- 451 unchanged lines hidden ---