Lines Matching refs:errno

287 		zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(+1):  %s (%d)", strerror(errno), errno);  in accel_restart_enter()
308 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(-1): %s (%d)", strerror(errno), errno); in accel_restart_leave()
325 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
357 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
383 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
405 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
844 errno = 0; in kill_all_lockers()
851 if (errno == ESRCH) { in kill_all_lockers()
855 } else if (errno != 0) { in kill_all_lockers()
856 …L_LOG_WARNING, "Failed to send SIGKILL to locker %d: %s", mem_usage_check->l_pid, strerror(errno)); in kill_all_lockers()
863 if (errno == ESRCH) { in kill_all_lockers()
867 } else if (errno != 0) { in kill_all_lockers()
868 …error(ACCEL_LOG_WARNING, "Failed to check locker %d: %s", mem_usage_check->l_pid, strerror(errno)); in kill_all_lockers()
889 zend_accel_error(ACCEL_LOG_DEBUG, "KLockers: %s (%d)", strerror(errno), errno); in kill_all_lockers()
915 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
1227 … "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", path, errno); in accel_make_persistent_key()
2986 strerror(errno), errno); in accel_remap_huge_pages()
3011 strerror(errno), errno); in accel_remap_huge_pages()
3020 strerror(errno), errno); in accel_remap_huge_pages()