zonecfg.h (6e1ae2a33c618c4c2b14aec7d2f21743ddea5837) zonecfg.h (550b6e4083768ca350e9e7c3a1ebbf720b23dcad)
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

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

131#define PT_SCHED 33
132#define PT_IPTYPE 34
133#define PT_DEFROUTER 35
134#define PT_HOSTID 36
135#define PT_USER 37
136#define PT_AUTHS 38
137#define PT_FS_ALLOWED 39
138#define PT_MAXPROCS 40
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

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

131#define PT_SCHED 33
132#define PT_IPTYPE 34
133#define PT_DEFROUTER 35
134#define PT_HOSTID 36
135#define PT_USER 37
136#define PT_AUTHS 38
137#define PT_FS_ALLOWED 39
138#define PT_MAXPROCS 40
139#define PT_ALLOWED_ADDRESS 41
139
140#define PT_MIN PT_UNKNOWN
140
141#define PT_MIN PT_UNKNOWN
141#define PT_MAX PT_MAXPROCS
142#define PT_MAX PT_ALLOWED_ADDRESS
142
143#define MAX_EQ_PROP_PAIRS 3
144
145#define PROP_VAL_SIMPLE 0
146#define PROP_VAL_COMPLEX 1
147#define PROP_VAL_LIST 2
148
149#define PROP_VAL_MIN PROP_VAL_SIMPLE

--- 85 unchanged lines hidden ---
143
144#define MAX_EQ_PROP_PAIRS 3
145
146#define PROP_VAL_SIMPLE 0
147#define PROP_VAL_COMPLEX 1
148#define PROP_VAL_LIST 2
149
150#define PROP_VAL_MIN PROP_VAL_SIMPLE

--- 85 unchanged lines hidden ---