Home
last modified time | relevance | path

Searched refs:zone_enter (Results 1 – 12 of 12) 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) in zone_enter() function
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c367 if (zoneenter && zone_enter(zid) == -1) { in sendmes()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c491 if (zone_enter(zoneid) == -1) { in _zexec()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1634 if (zone_enter(zoneid) == -1) { in noninteractive_login()
2199 if (zone_enter(zoneid) == -1) { in main()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c518 if (zone_enter(mnt_zoneid) == -1) in vold_action()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c700 if (zone_enter(zoneid) == -1) { in mount_early_fs()
1081 if (zone_enter(zoneid) == -1) { in zone_graceful_shutdown()
H A Dvplat.c5207 if (zone_enter(zoneid) != -1) { in write_index_file()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c243 if (zone_enter(zoneid) == -1) in dlmgmt_zfop()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c765 if (zid != 0 && zone_enter(zid) != 0) { in zsd_fattach_zone()
2274 if (zone_enter(zone->zsz_id) < 0) { in zsd_get_zone_caps()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c5903 zone_enter(zoneid_t zoneid) in zone_enter() function
6533 return (zone_enter((zoneid_t)(uintptr_t)arg1)); in zone()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3944 zone_enter;