Lines Matching refs:zone
82 #include <zone.h>
137 char *g_zonename; /* zone being operated upon */
153 static char *opt_zone; /* zone selected, if any */
462 * If we're here, we have a log file and we have specified a zone.
463 * As a convenience, we're going to prepend the zone path to the
1741 uu_die(gettext("could not determine zone name"));
1860 s = gettext("name of zone");
1874 "[-sS col] [-Z | -z zone ]\n [<service> ...]\n"
1876 "[-Z | -z zone ]\n [<service> ...]\n"
1877 " %1$s [-l | -L] [-Z | -z zone] <service> ...\n"
1878 " %1$s -x [-v] [-Z | -z zone] [<service> ...]\n"
1910 "\t-z from global zone, show services in a specified zone\n"
1911 "\t-Z from global zone, show services in all zones\n"
2469 (void) printf(fmt, DETAILED_WIDTH, gettext("zone"), g_zonename);
3593 "the global zone\n"));
3603 "the global zone\n"));
3634 "%d zone IDs"), nzents);
3640 uu_die(gettext("could not get zone list"));
3645 * of zone IDs and take another lap.
3662 scf_value_t *zone;
3670 "zone %d; ignoring"), zids[zent - 1]);
3679 if ((zone = scf_value_create(h)) == NULL)
3682 if (scf_value_set_astring(zone, g_zonename) != SCF_SUCCESS)
3685 if (scf_handle_decorate(h, "zone", zone) != SCF_SUCCESS)
3686 uu_die(gettext("invalid zone '%s'\n"), g_zonename);
3688 scf_value_destroy(zone);
3694 "server for zone %s: %s\n"), g_zonename,
3725 * match in one zone as overall failure. Ideally, we would
3788 add_sort_column("zone", 0);
3798 "zone,state,stime,fmri" : "state,stime,fmri");
3801 "zone,state,nstate,stime,ctid,fmri" :