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

12

/freebsd-10.0-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.0-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.0-release/contrib/libc++/src/
H A Dsystem_error.cpp1 //===---------------------- system_error.cpp ------------------------------===//
10 #include "system_error"
139 // system_error
142 system_error::__init(const error_code& ec, string what_arg)
153 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
159 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
165 system_error::system_error(error_cod function in class:system_error
171 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
177 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
183 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
[all...]
H A Dthread.cpp44 throw system_error(error_code(ec, system_category()), "thread::join failed");
63 throw system_error(error_code(ec, system_category()), "thread::detach failed");
H A Dchrono.cpp16 #include <system_error> // __throw_system_error
H A Dios.cpp73 : system_error(ec, msg)
78 : system_error(ec, msg)
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 // The "system_error" type.
50 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
58 atf::system_error::~system_error(void)
64 atf::system_error::code(void)
72 atf::system_error::what(void)
84 return "Unable to format system_error message";
101 throw atf::system_error("XXX", msg, ecode);
H A Dexceptions.hpp83 class system_error : public std::runtime_error { class in namespace:atf
88 system_error(const std::string&, const std::string&, int);
89 ~system_error(void) throw();
H A Dexceptions_test.cpp95 } catch (const atf::system_error& e) {
H A Dfs.cpp424 throw system_error(IMPL_NAME "::directory::directory(" +
434 throw system_error(IMPL_NAME "::directory::directory(" +
502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
506 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
/freebsd-10.0-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.0-release/contrib/atf/atf-run/
H A Dfs.cpp102 } catch (const atf::system_error& e) {
122 throw atf::system_error(IMPL_NAME "::cleanup(" +
139 } catch (const atf::system_error& e) {
176 throw atf::system_error(IMPL_NAME "::cleanup(" + in_path.str() +
206 throw system_error(IMPL_NAME "::temp_dir::temp_dir(" +
236 throw system_error(IMPL_NAME "::chdir(" + dir.str() + ")",
260 throw atf::system_error(IMPL_NAME "::get_current_dir()",
H A Dtimer.cpp113 throw system_error(IMPL_NAME "::timer::timer",
125 throw system_error(IMPL_NAME "::timer::timer",
137 throw system_error(IMPL_NAME "::timer::timer",
148 throw system_error(IMPL_NAME "::timer::timer",
H A Dio.cpp134 throw system_error(IMPL_NAME "::file_handle::posix_remap",
139 throw system_error(IMPL_NAME "::file_handle::posix_remap",
251 throw atf::system_error(IMPL_NAME "::safe_poll", "poll(2) failed",
268 throw atf::system_error(IMPL_NAME "::safe_read", "read(2) failed",
H A Dsignals.cpp113 throw atf::system_error(IMPL_NAME, "Could not install handler for "
H A Dfs_test.cpp162 } catch (const atf::system_error& e) {
205 ATF_REQUIRE_THROW(atf::system_error,
H A Dsignals_test.cpp72 throw atf::system_error("sigusr1::program",
/freebsd-10.0-release/include/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon5321
175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dconfig_test.cpp81 } catch (const atf::system_error&) {
93 } catch (const atf::system_error&) {
/freebsd-10.0-release/lib/libc++/
H A DMakefile33 system_error.cpp\
149 system_error\
/freebsd-10.0-release/lib/clang/libllvmsupport/
H A DMakefile85 system_error.cpp
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-check.cpp124 throw atf::system_error("atf_check::temp_file::temp_file(" +
136 } catch (const atf::system_error&) {
151 throw atf::system_error("atf_check", "write(2) failed", errno);
/freebsd-10.0-release/sys/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon10941
468 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);

Completed in 200 milliseconds

12