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

/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c297 * Plofspath() takes a path, "path", and removes any lofs components from
311 Plofspath(const char *path, char *s, size_t n) function
319 dprintf("Plofspath path '%s'\n", path);
446 (void) Plofspath(tmp, tmp, PATH_MAX);
450 dprintf("Plofspath path result '%s'\n", s);
547 (void) Plofspath(zroot, zroot, sizeof (zroot));
558 (void) Plofspath(zroot, zroot, sizeof (zroot));
641 (void) Plofspath(tmp, tmp, sizeof (tmp));
737 (void) Plofspath(zpath, zpath, sizeof (zpath));
760 if (Plofspath(pat
[all...]
H A DPcontrol.h281 extern char *Plofspath(const char *, char *, size_t);

Completed in 77 milliseconds