zone.h (fa9e4066f08beec538e775443c5be79dd423fcab) | zone.h (821c4a97a0dd1db2e255dea754bfa66290ce7d8a) |
---|---|
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, Version 1.0 only 6 * (the "License"). You may not use this file except in compliance 7 * with the License. 8 * --- 50 unchanged lines hidden (view full) --- 59extern zoneid_t zone_create(const char *, const char *, 60 const struct priv_set *, const char *, size_t, const char *, size_t, int *); 61extern int zone_boot(zoneid_t, const char *); 62extern int zone_destroy(zoneid_t); 63extern ssize_t zone_getattr(zoneid_t, int, void *, size_t); 64extern int zone_enter(zoneid_t); 65extern int zone_list(zoneid_t *, uint_t *); 66extern int zone_shutdown(zoneid_t); | 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, Version 1.0 only 6 * (the "License"). You may not use this file except in compliance 7 * with the License. 8 * --- 50 unchanged lines hidden (view full) --- 59extern zoneid_t zone_create(const char *, const char *, 60 const struct priv_set *, const char *, size_t, const char *, size_t, int *); 61extern int zone_boot(zoneid_t, const char *); 62extern int zone_destroy(zoneid_t); 63extern ssize_t zone_getattr(zoneid_t, int, void *, size_t); 64extern int zone_enter(zoneid_t); 65extern int zone_list(zoneid_t *, uint_t *); 66extern int zone_shutdown(zoneid_t); |
67extern int zone_version(int *); |
|
67 68#ifdef __cplusplus 69} 70#endif 71 72#endif /* _ZONE_H */ | 68 69#ifdef __cplusplus 70} 71#endif 72 73#endif /* _ZONE_H */ |