Searched refs:Plofspath (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 309 * 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...] |
H A D | Pcontrol.h | 271 extern char *Plofspath(const char *, char *, size_t);
|
Completed in 24 milliseconds