Searched refs:saved_errno (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dselinux-access.c150 int enforce, saved_errno = errno; local
153 log_full_errno(enforce != 0 ? LOG_ERR : LOG_WARNING, saved_errno, "Failed to open the SELinux AVC: %m");
165 return sd_bus_error_setf(error, SD_BUS_ERROR_ACCESS_DENIED, "Failed to open the SELinux AVC: %s", strerror(saved_errno));
/systemd/src/basic/
H A Dutil.h115 static inline void _reset_errno_(int *saved_errno) { argument
116 errno = *saved_errno;
H A Dsocket-util.c662 int saved_errno = errno; local
668 log_debug_errno(saved_errno, "getnameinfo(%s) failed: %m", ret);

Completed in 1902 milliseconds