Searched defs:Plofspath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c309 * Plofspath() takes a path, "path", and removes any lofs components from
323 Plofspath(const char *path, char *s, size_t n) function
331 dprintf("Plofspath path '%s'\n", path);
451 (void) Plofspath(tmp, tmp, PATH_MAX);
455 dprintf("Plofspath path result '%s'\n", s);
552 (void) Plofspath(zroot, zroot, sizeof (zroot));
563 (void) Plofspath(zroot, zroot, sizeof (zroot));
646 (void) Plofspath(tmp, tmp, sizeof (tmp));
742 (void) Plofspath(zpath, zpath, sizeof (zpath));
765 if (Plofspath(pat
[all...]

Completed in 173 milliseconds