/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock2.c | 50 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 D | bio_sock.c | 148 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 D | bio_addr.c | 224 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 D | bss_file.c | 67 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 D | bss_conn.c | 144 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 D | bss_acpt.c | 235 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in acpt_state()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 88 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 D | e_loader_attic.c | 1016 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 D | ERR_put_error.pod | 90 =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 D | err.h | 72 # 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 D | err.h.in | 74 # 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 D | file_store.c | 183 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 D | err_local.h | 43 lib == ERR_LIB_SYS in err_set_error()
|
H A D | err.c | 40 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
|
/freebsd/crypto/openssl/test/ |
H A D | errtest.c | 68 ERR_PUT_error(ERR_LIB_SYS, 0, syserr, file, line); in test_print_error_format()
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 822 ERR_raise_data(ERR_LIB_SYS, errno, "calling stat(%s)", include); in process_include()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 793 ERR_raise_data(ERR_LIB_SYS, get_last_sys_error(), in SSL_add_dir_cert_subjects_to_stack()
|
H A D | ssl_lib.c | 3871 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 1655 ERR_raise_data(ERR_LIB_SYS, errno, in load_index()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16703 * In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table
|