Lines Matching refs:zname
50 static void doit(const char *zname, const char *zroot, int get);
51 static void counter_get(const char *zname, int fd);
54 static void send_cron_msg(const char *zname, const char *zroot);
185 * zname name of zone (NULL if no need to consider zones)
190 doit(const char *zname, const char *zroot, int get)
209 counter_get(zname, fd);
213 send_cron_msg(zname, zroot);
223 counter_get(const char *zname, int fd)
239 if (zname == NULL)
242 (void) printf("%-20s %u\n", zname, counter);
287 char zname[ZONENAME_MAX];
352 if (getzonenamebyid(zids[ui], zname, sizeof (zname)) < 0) {
361 if ((*get_zroot)(zname, zroot,
368 doit(zname, zroot, get);
378 send_cron_msg(const char *zname, const char *zroot)
395 if (zname != NULL) {
397 "cron isn't running in %s zone.\n"), zname);
403 if (zname != NULL) {
406 "in %s zone.\n"), zname);