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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1289 z_umount_lz_mount(char *a_lzMountPoint) argument
1295 assert(a_lzMountPoint != (char *)NULL);
1296 assert(*a_lzMountPoint != '\0');
1300 _z_echoDebug(DBG_ZONES_UNMOUNT_FROM_LZ_ENTRY, a_lzMountPoint);
1310 if (*a_lzMountPoint != '/') {
1311 _z_program_error(ERR_LZMNTPT_NOT_ABSOLUTE, a_lzMountPoint);
1317 if (_z_is_directory(a_lzMountPoint) != 0) {
1318 _z_program_error(ERR_LZMNTPT_NOTDIR, a_lzMountPoint,
1325 err = umount2(a_lzMountPoint, 0);
1327 _z_program_error(ERR_GZUMOUNT_FAILED, a_lzMountPoint,
[all...]

Completed in 55 milliseconds