Lines Matching refs:zroot
50 static void doit(const char *zname, const char *zroot, int get);
54 static void send_cron_msg(const char *zname, const char *zroot);
190 doit(const char *zname, const char *zroot, int get) in doit() argument
195 if (strlcpy(file, zroot, sizeof (file)) >= sizeof (file) || in doit()
213 send_cron_msg(zname, zroot); in doit()
286 char zroot[PATH_MAX + 1]; in walk_zones() local
359 zroot[0] = '\0'; in walk_zones()
361 if ((*get_zroot)(zname, zroot, in walk_zones()
362 sizeof (zroot)) != Z_OK) { in walk_zones()
368 doit(zname, zroot, get); in walk_zones()
378 send_cron_msg(const char *zname, const char *zroot) in send_cron_msg() argument
384 if (strlcpy(fifo, zroot, sizeof (fifo)) >= sizeof (fifo) || in send_cron_msg()