Searched refs:system_error (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss_misc.c37 _rpc_gss_set_error(int rpc_gss_error, int system_error) argument
41 _rpc_gss_error.system_error = system_error;
H A Drpcsec_gss_int.h86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp38 class system_error : public std::runtime_error { class in namespace:atf
43 system_error(const std::string&, const std::string&, int);
44 ~system_error(void) throw();
H A Dexceptions.cpp44 // The "system_error" type.
47 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
55 atf::system_error::~system_error(void)
61 atf::system_error::code(void)
69 atf::system_error::what(void)
81 return "Unable to format system_error message";
98 throw atf::system_error("XXX", msg, ecode);
H A Dexceptions_test.cpp92 } catch (const atf::system_error& e) {
H A Dfs.cpp420 throw system_error(IMPL_NAME "::directory::directory(" +
430 throw system_error(IMPL_NAME "::directory::directory(" +
498 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
H A Dfs_test.cpp507 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir")));
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_misc.c41 _rpc_gss_set_error(int rpc_gss_error, int system_error) argument
45 _rpc_gss_error.system_error = system_error;
H A Drpcsec_gss_int.h86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-10.3-release/contrib/libc++/src/
H A Dsystem_error.cpp1 //===---------------------- system_error.cpp ------------------------------===//
12 #include "system_error"
141 // system_error
144 system_error::__init(const error_code& ec, string what_arg)
155 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
161 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
167 system_error::system_error(error_cod function in class:system_error
173 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
179 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
185 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
[all...]
H A Dthread.cpp47 throw system_error(error_code(ec, system_category()), "thread::join failed");
66 throw system_error(error_code(ec, system_category()), "thread::detach failed");
H A Dchrono.cpp16 #include <system_error> // __throw_system_error
H A Dios.cpp74 : system_error(ec, msg)
79 : system_error(ec, msg)
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c40 * @param system_error should have the value of errno after the failed getaddrinfo().
48 krb5_eai_to_heim_errno(int eai_errno, int system_error) argument
83 return system_error;
/freebsd-10.3-release/include/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon5739
175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-10.3-release/lib/clang/libllvmsupport/
H A DMakefile88 system_error.cpp
/freebsd-10.3-release/lib/libc++/
H A DMakefile37 system_error.cpp\
154 system_error\
/freebsd-10.3-release/contrib/atf/atf-sh/
H A Datf-check.cpp122 throw atf::system_error("atf_check::temp_file::temp_file(" +
134 } catch (const atf::system_error&) {
149 throw atf::system_error("atf_check", "write(2) failed", errno);
/freebsd-10.3-release/sys/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon11910
468 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-10.3-release/tools/regression/rpcsec_gss/
H A Drpctest.c310 e.rpc_gss_error, e.system_error);
/freebsd-10.3-release/sys/kgssapi/
H A Dgsstest.c900 e.rpc_gss_error, e.system_error);

Completed in 136 milliseconds