Lines Matching defs: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);
186 * zroot zone's root path
190 doit(const char *zname, const char *zroot, int get)
195 if (strlcpy(file, zroot, sizeof (file)) >= sizeof (file) ||
213 send_cron_msg(zname, zroot);
286 char zroot[PATH_MAX + 1];
359 zroot[0] = '\0';
361 if ((*get_zroot)(zname, zroot,
362 sizeof (zroot)) != Z_OK) {
368 doit(zname, zroot, get);
378 send_cron_msg(const char *zname, const char *zroot)
384 if (strlcpy(fifo, zroot, sizeof (fifo)) >= sizeof (fifo) ||