Searched refs:zone_enter (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/head/
H A Dzone.h64 extern int zone_enter(zoneid_t);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c104 zone_enter(zoneid_t zoneid) function
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c367 if (zoneenter && zone_enter(zid) == -1) {
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c438 * In the non-console case in order to do zone_enter(2), zonept()
491 if (zone_enter(zoneid) == -1) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c518 if (zone_enter(mnt_zoneid) == -1)
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c992 * struct passwd. This is to be called after zone_enter().
1233 * zlogins. This is called in the child process *after* we zone_enter(), since
1633 if (zone_enter(zoneid) == -1) {
1658 * Move into a new process group; the zone_enter will have
1893 * In the non-console case in order to do zone_enter(2), zonept()
2192 * to print out that zone_enter failed, the output will
2198 if (zone_enter(zoneid) == -1) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c697 if (zone_enter(zoneid) == -1) {
1060 if (zone_enter(zoneid) == -1) {
H A Dvplat.c5064 if (zone_enter(zoneid) != -1) {
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c213 * zone_enter().
237 * Elevate our privileges as zone_enter() requires all
242 if (zone_enter(zoneid) == -1)
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c635 /* Contract stuff for zone_enter() */
663 * Contract stuff for zone_enter()
767 if (zid != 0 && zone_enter(zid) != 0) {
2196 * Fetch the limit information for a zone. This uses zone_enter() as the
2276 if (zone_enter(zone->zsz_id) < 0) {
2946 * pset and sched can change across zone_enter, so make sure
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c82 * zone_create(), zone_enter(), and zone_destroy() on this zone will fail.
91 * zone. zone_create(), zone_enter(), and zone_destroy() on this zone will
188 * - zone_enter: allows the current process to enter a zone
4987 * zone_enter(), which will block until we drop
5852 * Systemcall entry point for zone_enter().
5858 * The first zone_enter() called while the zone is in the ZONE_IS_READY
5863 zone_enter(zoneid_t zoneid) function
5928 * contracts are not allowed to zone_enter.
6151 * to all zlogin-like zone_enter()'ing processes as well.
6498 return (zone_enter((zoneid_
[all...]

Completed in 129 milliseconds