Searched defs:zcmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c145 z_cmd_name(zone_cmd_t zcmd) argument
154 if (zcmd >= sizeof (zcmdstr) / sizeof (*zcmdstr))
157 return (zcmdstr[(int)zcmd]);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c6698 zone_cmd_t zcmd; local
6709 zcmd = Z_HALT;
6712 zcmd = Z_REBOOT;
6724 zcmd = Z_REBOOT;
6771 zargp->arg.cmd = zcmd;

Completed in 88 milliseconds