Home
last modified time | relevance | path

Searched refs:ERR_LIB_SYS (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c50 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket()
105 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect()
115 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect()
125 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect()
178 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_bind()
187 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error() /* may be 0 */, in BIO_bind()
247 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen()
259 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen()
269 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen()
286 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen()
[all …]
H A Dbio_sock.c148 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_init()
209 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket_ioctl()
261 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_accept()
327 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
346 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_socket_nbio()
370 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_info()
H A Dbio_addr.c224 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in addr_strings()
721 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex()
827 ERR_raise_data(ERR_LIB_SYS, 1000, in BIO_lookup_ex()
830 ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno, in BIO_lookup_ex()
834 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex()
881 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex()
H A Dbss_file.c67 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in BIO_new_file()
148 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_read()
297 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl()
326 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in file_ctrl()
H A Dbss_conn.c144 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state()
177 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state()
205 ERR_raise_data(ERR_LIB_SYS, i, in conn_state()
H A Dbss_acpt.c235 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in acpt_state()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c88 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in clean_devcrypto_session()
233 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in cipher_init()
285 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in cipher_do_cipher()
758 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in digest_init()
797 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in digest_update()
812 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in digest_final()
831 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in digest_copy()
838 ERR_raise_data(ERR_LIB_SYS, errno, "calling ioctl()"); in digest_copy()
H A De_loader_attic.c1016 ERR_raise_data(ERR_LIB_SYS, errno, in file_open_ex()
1046 ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno); in file_open_ex()
1528 ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno); in file_load()
/freebsd/crypto/openssl/doc/man3/
H A DERR_put_error.pod90 =item B<ERR_LIB_SYS>
96 ERR_raise(ERR_LIB_SYS, errno);
129 other pieces of software, i.e. they may use B<ERR_LIB_SYS> to report system
132 ERR_raise(ERR_LIB_SYS, errno);
/freebsd/crypto/openssl/include/openssl/
H A Derr.h72 # define ERR_LIB_SYS 2 macro
165 # define SYSerr(f, r) ERR_raise_data(ERR_LIB_SYS, (r), NULL)
244 return ERR_LIB_SYS; in ERR_GET_LIB()
315 # define ERR_R_SYS_LIB (ERR_LIB_SYS/* 2 */ | ERR_RFLAG_COMMON)
H A Derr.h.in74 # define ERR_LIB_SYS 2 macro
167 # define SYSerr(f, r) ERR_raise_data(ERR_LIB_SYS, (r), NULL)
246 return ERR_LIB_SYS;
317 # define ERR_R_SYS_LIB (ERR_LIB_SYS/* 2 */ | ERR_RFLAG_COMMON)
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c183 ERR_raise_data(ERR_LIB_SYS, ctx->_.dir.last_errno, in file_open_dir()
267 ERR_raise_data(ERR_LIB_SYS, errno, in file_open()
656 ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno); in file_load_dir_entry()
/freebsd/crypto/openssl/crypto/err/
H A Derr_local.h43 lib == ERR_LIB_SYS in err_set_error()
H A Derr.c40 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
/freebsd/crypto/openssl/test/
H A Derrtest.c68 ERR_PUT_error(ERR_LIB_SYS, 0, syserr, file, line); in test_print_error_format()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c822 ERR_raise_data(ERR_LIB_SYS, errno, "calling stat(%s)", include); in process_include()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c793 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
H A Dssl_lib.c3871 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1655 ERR_raise_data(ERR_LIB_SYS, errno, in load_index()
/freebsd/crypto/openssl/
H A DCHANGES.md16703 * In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table