Searched refs:get_last_sys_error (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssl/
H A De_os.h75 # define get_last_sys_error() errno macro
93 # undef get_last_sys_error macro
96 # define get_last_sys_error() GetLastError() macro
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c69 SYSerr(SYS_F_FOPEN, get_last_sys_error());
149 SYSerr(SYS_F_FREAD, get_last_sys_error());
288 SYSerr(SYS_F_FOPEN, get_last_sys_error());
316 SYSerr(SYS_F_FFLUSH, get_last_sys_error());
H A Db_sock.c311 SYSerr(SYS_F_FCNTL, get_last_sys_error());
329 SYSerr(SYS_F_FCNTL, get_last_sys_error());
H A Dbss_fd.c233 err = get_last_sys_error();
/freebsd-13-stable/crypto/openssl/crypto/err/
H A Derr.c210 int saveerrno = get_last_sys_error();
718 int saveerrno = get_last_sys_error();
760 int saveerrno = get_last_sys_error();
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c102 int saveerrno = get_last_sys_error();
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_cert.c741 SYSerr(SYS_F_OPENDIR, get_last_sys_error());
H A Dssl_lib.c2035 if ((get_last_sys_error() == EAGAIN) ||
2036 (get_last_sys_error() == EINTR) ||
2037 (get_last_sys_error() == EBUSY))
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c786 switch (get_last_sys_error()) {

Completed in 171 milliseconds