Searched refs:a_gzPath (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 820 char *a_gzPath, char *a_mountPointPrefix) in z_mount_in_lz() argument 837 assert(a_gzPath != (char *)NULL); in z_mount_in_lz() 838 assert(*a_gzPath != '\0'); in z_mount_in_lz() 844 _z_echoDebug(DBG_ZONES_MOUNT_IN_LZ_ENTRY, a_zoneName, a_gzPath); in z_mount_in_lz() 859 if (*a_gzPath != '/') { in z_mount_in_lz() 860 _z_program_error(ERR_GZPATH_NOT_ABSOLUTE, a_gzPath); in z_mount_in_lz() 866 if (_z_is_directory(a_gzPath) != 0) { in z_mount_in_lz() 867 _z_program_error(ERR_GZPATH_NOT_DIR, a_gzPath, strerror(errno)); in z_mount_in_lz() 954 _z_echoDebug(DBG_MNTPT_NAMES, a_gzPath, a_zoneName, gzMountPoint, in z_mount_in_lz() 975 err = mount(a_gzPath, gzMountPoint, MS_RDONLY|MS_DATA, "lofs", in z_mount_in_lz() [all …]
|
/titanic_41/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 141 char *a_zoneName, char *a_gzPath,
|