Lines Matching refs:zroot
520 char zroot[PATH_MAX], zpath[PATH_MAX], tmp[PATH_MAX], link[PATH_MAX]; in Pzonepath() local
529 if (Pzoneroot(P, zroot, sizeof (zroot)) == NULL) in Pzonepath()
546 if (strcmp(tmp, zroot) == 0) { in Pzonepath()
547 (void) Plofspath(zroot, zroot, sizeof (zroot)); in Pzonepath()
548 dprintf("Pzonepath found zone path (1) '%s'\n", zroot); in Pzonepath()
549 (void) strlcpy(s, zroot, n); in Pzonepath()
552 i = strlen(zroot); in Pzonepath()
553 if ((strncmp(tmp, zroot, i) == 0) && (tmp[i] == '/')) in Pzonepath()
558 (void) Plofspath(zroot, zroot, sizeof (zroot)); in Pzonepath()
559 dprintf("Pzonepath found zone path (2) '%s'\n", zroot); in Pzonepath()
560 (void) strlcpy(s, zroot, n); in Pzonepath()
651 (void) strlcpy(tmp, zroot, sizeof (tmp)); in Pzonepath()
733 (void) strlcpy(tmp, zroot, sizeof (tmp)); in Pzonepath()