Searched refs:temp_err (Results 1 – 1 of 1) sorted by relevance
3104 int temp_err; in install_func() local3106 if ((temp_err = cleanup_zonepath(zonepath, B_FALSE)) != Z_OK) { in install_func()3107 errno = err = temp_err; in install_func()3110 } else if ((temp_err = zone_set_state(target_zone, in install_func()3112 errno = err = temp_err; in install_func()