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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c797 * r_lzRootPath - pointer to handle to string - on success, the
819 z_mount_in_lz(char **r_lzMountPoint, char **r_lzRootPath, char *a_zoneName, argument
840 assert(r_lzRootPath != (char **)NULL);
849 *r_lzRootPath = (char *)NULL;
987 *r_lzRootPath = _z_strdup(lzMountPoint);

Completed in 64 milliseconds