Home
last modified time | relevance | path

Searched refs:_z_program_error (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_states.c158 _z_program_error(ERR_ZONEBOOT_CMD_SIGNAL, in _z_make_zone_running()
161 _z_program_error(ERR_ZONEBOOT_CMD_ERROR, in _z_make_zone_running()
215 _z_program_error(ERR_ZONEBOOT_CMD_SIGNAL, in _z_make_zone_running()
218 _z_program_error(ERR_ZONEBOOT_CMD_ERROR, in _z_make_zone_running()
238 _z_program_error(ERR_ZONEBOOT_DIDNT_BOOT, in _z_make_zone_running()
306 _z_program_error(ERR_ZONEUNMOUNT_EXEC, in _z_make_zone_ready()
314 _z_program_error(ERR_ZONEUNMOUNT_CMD_SIGNAL, in _z_make_zone_ready()
317 _z_program_error(ERR_ZONEUNMOUNT_CMD_ERROR, in _z_make_zone_ready()
422 _z_program_error(ERR_ZONEREADY_DIDNT_READY, in _z_make_zone_ready()
510 _z_program_error(ERR_ZONEBOOT_CMD_SIGNAL, in _z_make_zone_down()
[all …]
H A Dzones_exec.c256 _z_program_error(ERR_FORK, strerror(errno)); in z_ExecCmdArray()
412 _z_program_error(ERR_ZEXEC_GZUSED, a_zoneName); in _zexec()
419 _z_program_error(ERR_ZEXEC_BADZONE, a_zoneName); in _zexec()
424 _z_program_error(ERR_ZEXEC_BADSTATE, a_zoneName, in _zexec()
455 _z_program_error(ERR_ZEXEC_GETPPRIV, a_zoneName, in _zexec()
462 _z_program_error(ERR_ZEXEC_PRIVS, a_zoneName); in _zexec()
469 _z_program_error(ERR_ZEXEC_NOZONEID, a_zoneName, in _zexec()
475 _z_program_error(ERR_ZEXEC_ASSEMBLE, a_zoneName); in _zexec()
494 _z_program_error(ERR_ZEXEC_ZONEENTER, a_zoneName, in _zexec()
498 _z_program_error(ERR_ZEXEC_EFAULT, a_zoneName); in _zexec()
[all …]
H A Dzones.c778 _z_program_error(ERR_ZONES_LCK_ZONES_FAILED, in z_lock_zones()
875 _z_program_error(ERR_GET_ZONEID, a_zoneName, in z_mount_in_lz()
890 _z_program_error(ERR_ROOTPATH_EMPTY, a_zoneName); in z_mount_in_lz()
903 _z_program_error(ERR_LZROOT_NOTDIR, lzRootPath, in z_mount_in_lz()
927 _z_program_error(ERR_GZMOUNT_SNPRINTFUUID_FAILED, in z_mount_in_lz()
938 _z_program_error(ERR_GZMOUNT_SNPRINTFGMP_FAILED, in z_mount_in_lz()
948 _z_program_error(ERR_GZMOUNT_SNPRINTFLMP_FAILED, in z_mount_in_lz()
978 _z_program_error(ERR_GZMOUNT_FAILED, a_gzPath, in z_mount_in_lz()
1271 _z_program_error(ERR_ZONE_LIST_EMPTY); in z_set_zone_spec()
1501 _z_program_error(ERR_ZONES_NOT_IMPLEMENTED); in z_verify_zone_spec()
[all …]
H A Dzones_locks.c438 _z_program_error(ERR_MALLOC, "<path>", errno, in _z_adjust_lock_object_for_rootpath()
448 _z_program_error(ERR_MALLOC, "<path>", errno, in _z_adjust_lock_object_for_rootpath()
656 _z_program_error(a_busyMsg, a_zoneName); in _z_lock_zone_object()
944 _z_program_error(a_errMsg, a_zoneName); in _z_unlock_zone_object()
H A Dinstzones_lib.h299 void _z_program_error(char *fmt, ...);
H A Dzones_lofs.c72 _z_program_error(ERR_OPEN_READ, MNTTAB, errno, in z_createMountTable()
H A Dzones_utils.c356 _z_program_error(char *a_format, ...) in _z_program_error() function