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

/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c42 static char zone_info[256]; variable
56 "# command. The 'zone_info' field designates the local\n"
63 * zone_info and the zone_lag. Return 0 if successful.
84 if (strncmp(s, "zone_info", 9) == 0) {
92 (void) strncpy(zone_info, s,
93 sizeof (zone_info));
94 s = zone_info;
119 if (zone_info[0] == 0) {
120 (void) fprintf(stderr, "%s: zone_info field is invalid\n",
122 zone_info[
[all...]

Completed in 43 milliseconds