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

/freebsd-9.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-9.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-9.3-release/contrib/libc++/src/
H A Dsystem_error.cpp1 //===---------------------- system_error.cpp ------------------------------===//
11 #include "system_error"
140 // system_error
143 system_error::__init(const error_code& ec, string what_arg)
154 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
160 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
166 system_error::system_error(error_cod function in class:system_error
172 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
178 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
184 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.cpp75 : system_error(ec, msg)
80 : system_error(ec, msg)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c42 * @param system_error should have the value of errno after the failed getaddrinfo().
50 krb5_eai_to_heim_errno(int eai_errno, int system_error) argument
80 return system_error;
/freebsd-9.3-release/include/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon4993
175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-9.3-release/lib/libc++/
H A DMakefile35 system_error.cpp\
152 system_error\
/freebsd-9.3-release/lib/clang/libllvmsupport/
H A DMakefile88 system_error.cpp
/freebsd-9.3-release/sys/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member in struct:__anon10370
450 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-9.3-release/tools/regression/rpcsec_gss/
H A Drpctest.c310 e.rpc_gss_error, e.system_error);
/freebsd-9.3-release/sys/kgssapi/
H A Dgsstest.c900 e.rpc_gss_error, e.system_error);

Completed in 141 milliseconds