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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2610 boolean_t in_alt_root; local
2617 in_alt_root = zonecfg_in_alt_root();
2618 if (in_alt_root)
2763 if (!in_alt_root && verify_rctls(handle) != Z_OK)
2765 if (!in_alt_root && verify_pool(handle) != Z_OK)
2767 if (!in_alt_root && verify_brand(handle, cmd_num, argv) != Z_OK)
2769 if (!in_alt_root && verify_datasets(handle) != Z_OK)
2779 if (!in_alt_root && cmd_num != CMD_MOUNT &&

Completed in 67 milliseconds