Symbol: get_last_sys_error
crypto/openssl/crypto/bio/bio_sock.c
368
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/bio/bio_sock.c
387
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/bio/bss_fd.c
231
err = get_last_sys_error();
crypto/openssl/crypto/bio/bss_file.c
149
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/bio/bss_file.c
299
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/bio/bss_file.c
329
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/bio/bss_file.c
67
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/crypto/dso/dso_dlfcn.c
99
int saveerrno = get_last_sys_error();
crypto/openssl/crypto/err/err.c
676
int saveerrno = get_last_sys_error();
crypto/openssl/crypto/err/err.c
726
int saveerrno = get_last_sys_error();
crypto/openssl/crypto/time.c
39
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/record/methods/tls_common.c
1949
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
118
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
128
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
163
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
173
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
181
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
189
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
197
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
207
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
217
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
227
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
234
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
255
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
261
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
298
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
304
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
311
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/rio/rio_notifier.c
318
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/ssl_cert.c
981
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/ssl_lib.c
2634
if ((get_last_sys_error() == EAGAIN) || (get_last_sys_error() == EINTR) || (get_last_sys_error() == EBUSY))
crypto/openssl/ssl/ssl_lib.c
2638
ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(),
crypto/openssl/ssl/statem/statem_srvr.c
866
switch (get_last_sys_error()) {