Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 71) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_ops.h49 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
52 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
59 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
64 error_code& __ec); in _GLIBCXX_VISIBILITY()
71 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
76 error_code& __ec); in _GLIBCXX_VISIBILITY()
80 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
83 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
86 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
90 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h99 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
121 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
135 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
146 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
158 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
166 is_block_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
174 is_character_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
182 is_directory(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
190 is_fifo(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
198 is_other(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h303 error_code&); in _GLIBCXX_VISIBILITY()
307 error_code&); in _GLIBCXX_VISIBILITY()
316 uintmax_t file_size(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
318 uintmax_t hard_link_count(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
320 file_time_type last_write_time(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
322 void permissions(const path&, perms, perm_options, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
324 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
325 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
327 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
330 file_status status(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
H A Dios_base.h209 inline error_code in _GLIBCXX_VISIBILITY()
211 { return error_code(static_cast<int>(__e), iostream_category()); } in _GLIBCXX_VISIBILITY()
236 struct error_code in _GLIBCXX_VISIBILITY()
238 error_code() { } in _GLIBCXX_VISIBILITY()
263 failure(const string&, const error_code&); in _GLIBCXX_VISIBILITY()
266 failure(const char*, const error_code& = io_errc::stream); in _GLIBCXX_VISIBILITY()
/dflybsd-src/lib/libc/net/
H A Dnscachedcli.c260 int error_code; in __cached_write() local
263 error_code = -1; in __cached_write()
293 result = safe_read(connection, &error_code, sizeof(int)); in __cached_write()
295 error_code = -1; in __cached_write()
298 return (error_code); in __cached_write()
311 int error_code, rec_error_code; in __cached_read() local
316 error_code = -1; in __cached_read()
344 error_code = rec_error_code; in __cached_read()
354 error_code = -2; in __cached_read()
363 error_code = 0; in __cached_read()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dsystem_error47 class error_code;
90 equivalent(const error_code& __code, int __i) const noexcept;
109 error_code make_error_code(errc) noexcept;
114 /// error_code
116 struct error_code
118 error_code() noexcept
121 error_code(int __v, const error_category& __cat) noexcept
126 error_code(_ErrorCodeEnum __e) noexcept
143 error_code&>::type
165 friend class hash<error_code>;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsystem_error47 class error_code;
118 equivalent(const error_code& __code, int __i) const noexcept;
139 error_code make_error_code(errc) noexcept;
144 /// error_code
146 struct error_code
148 error_code() noexcept
151 error_code(int __v, const error_category& __cat) noexcept
156 error_code(_ErrorCodeEnum __e) noexcept
173 error_code&>::type
196 friend class hash<error_code>;
[all …]
/dflybsd-src/usr.sbin/nscd/
H A Dquery.c409 write_response->error_code = ENOENT; in on_write_request_process()
417 write_response->error_code = EACCES; in on_write_request_process()
426 write_response->error_code = EOPNOTSUPP; in on_write_request_process()
441 write_response->error_code = cache_write(c_entry, in on_write_request_process()
455 write_response->error_code = -1; in on_write_request_process()
482 write_response->error_code = ENOENT; in on_negative_write_request_process()
491 write_response->error_code = EACCES; in on_negative_write_request_process()
500 write_response->error_code = EOPNOTSUPP; in on_negative_write_request_process()
509 write_response->error_code = EPERM; in on_negative_write_request_process()
522 write_response->error_code = cache_write(c_entry, in on_negative_write_request_process()
[all …]
H A Dprotocol.h55 int error_code; member
72 int error_code; member
90 int error_code; member
99 int error_code; member
108 int error_code; member
117 int error_code; member
124 int error_code; member
H A Dmp_rs_query.c178 c_mp_rs_response->error_code = ENOENT; in on_mp_read_session_request_process()
187 c_mp_rs_response->error_code = EACCES; in on_mp_read_session_request_process()
201 c_mp_rs_response->error_code = EPERM; in on_mp_read_session_request_process()
297 c_mp_rs_response->error_code = -1; in on_mp_read_session_request_process()
313 c_mp_rs_response->error_code = -1; in on_mp_read_session_request_process()
333 result = qstate->write_func(qstate, &c_mp_rs_response->error_code, in on_mp_read_session_response_write1()
343 if (c_mp_rs_response->error_code == 0) { in on_mp_read_session_response_write1()
422 read_response->error_code = cache_mp_read( in on_mp_read_session_read_request_process()
426 if (read_response->error_code == 0) { in on_mp_read_session_read_request_process()
429 read_response->error_code = cache_mp_read( in on_mp_read_session_read_request_process()
[all …]
H A Dmp_ws_query.c177 c_mp_ws_response->error_code = ENOENT; in on_mp_write_session_request_process()
186 c_mp_ws_response->error_code = EACCES; in on_mp_write_session_request_process()
195 c_mp_ws_response->error_code = EOPNOTSUPP; in on_mp_write_session_request_process()
204 c_mp_ws_response->error_code = EPERM; in on_mp_write_session_request_process()
234 c_mp_ws_response->error_code = -1; in on_mp_write_session_request_process()
265 result = qstate->write_func(qstate, &c_mp_ws_response->error_code, in on_mp_write_session_response_write1()
274 if (c_mp_ws_response->error_code == 0) { in on_mp_write_session_response_write1()
425 write_response->error_code = cache_mp_write( in on_mp_write_session_write_request_process()
448 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()
457 if (write_response->error_code == 0) { in on_mp_write_session_write_response_write1()
H A Dnscdcli.c245 int error_code; in nscd_transform__() local
250 error_code = -1; in nscd_transform__()
275 result = safe_read(connection, &error_code, sizeof(int)); in nscd_transform__()
277 error_code = -1; in nscd_transform__()
281 return (error_code); in nscd_transform__()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc112 struct hash<error_code>
114 size_t operator()(error_code) const;
118 hash<error_code>::operator()(error_code __e) const in operator ()()
159 equivalent(const error_code& __code, int __i) const noexcept;
244 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent()
H A Dsystem_error.cc337 _GLIBCXX_THROW_OR_ABORT(system_error(error_code(__i, generic_category()))); in __throw_system_error()
360 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent()
364 error_code::default_error_condition() const noexcept in default_error_condition()
H A Dcxx11-ios_failure.cc90 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure()
93 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc100 struct hash<error_code>
102 size_t operator()(error_code) const;
106 hash<error_code>::operator()(error_code __e) const in operator ()()
H A Dsystem_error.cc95 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent()
99 error_code::default_error_condition() const noexcept in default_error_condition()
/dflybsd-src/contrib/tcpdump/
H A Dprint-vqp.c48 nd_uint8_t error_code; member
135 … tok2str(vqp_error_code_values, "unknown (%u)",GET_U_1(vqp_common_header->error_code)), in vqp_print()
136 GET_U_1(vqp_common_header->error_code), in vqp_print()
146 tok2str(vqp_error_code_values, "unknown (%u)",GET_U_1(vqp_common_header->error_code)), in vqp_print()
147 GET_U_1(vqp_common_header->error_code), in vqp_print()
H A Dprint-rpki-rtr.c45 nd_uint16_t error_code; /* Error code */ member
288 u_int encapsulated_pdu_length, text_length, tlen, error_code; in rpki_rtr_pdu_print() local
302 error_code = GET_BE_U_2(pdu->pdu_header.u.error_code); in rpki_rtr_pdu_print()
305 tok2str(rpki_rtr_error_codes, "Unknown", error_code), in rpki_rtr_pdu_print()
306 error_code, encapsulated_pdu_length); in rpki_rtr_pdu_print()
H A Dprint-rsvp.c692 u_int processed,padbytes,error_code,error_value,i,sigcheck; in rsvp_obj_print() local
1637 error_code=GET_U_1(obj_tptr + 5); in rsvp_obj_print()
1644 tok2str(rsvp_obj_error_code_values,"unknown",error_code), in rsvp_obj_print()
1645 error_code); in rsvp_obj_print()
1646 switch (error_code) { in rsvp_obj_print()
1669 error_code=GET_U_1(obj_tptr + 17); in rsvp_obj_print()
1676 tok2str(rsvp_obj_error_code_values,"unknown",error_code), in rsvp_obj_print()
1677 error_code); in rsvp_obj_print()
1679 switch (error_code) { in rsvp_obj_print()
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vf_error.c34 uint16_t error_code; in amdgpu_vf_error_put() local
39 error_code = AMDGIM_ERROR_CODE(AMDGIM_ERROR_CATEGORY_VF, sub_error_code); in amdgpu_vf_error_put()
43 adev->virt.vf_errors.code [index] = error_code; in amdgpu_vf_error_put()
/dflybsd-src/sys/dev/raid/twa/
H A Dtw_cl_intr.c329 req->error_code = error; in tw_cli_submit_pending_queue()
389 if (req->error_code) { in tw_cli_complete_io()
530 if (! req->error_code) in tw_cli_param_callback()
583 GET_REQ_ID(cmd->lun_l4__req_id), req->error_code, cmd->status); in tw_cli_aen_callback()
589 if (!(error = req->error_code)) in tw_cli_aen_callback()
H A Dtw_osl_freebsd.c970 if (((error = req->error_code)) || in tw_osli_fw_passthru()
985 if ((!(req->error_code)) && in tw_osli_fw_passthru()
1098 if ((req->error_code) && (!(req->flags & TW_OSLI_REQ_FLAGS_IN_PROGRESS))) in tw_osl_complete_passthru()
1170 req->error_code = 0; in tw_osli_get_request()
1208 req->error_code = error; in twa_map_load_data_callback()
1220 req->error_code = error; in twa_map_load_data_callback()
1274 req->error_code = error; in twa_map_load_data_callback()
1388 error = req->error_code; in tw_osli_map_request()
1437 req->error_code = error; in tw_osli_map_request()
1594 req->state, req->flags, req->error_code, req->orig_req, in twa_print_req_info()
H A Dtw_cl_misc.c98 req->error_code = TW_CL_ERR_REQ_BUS_RESET; in tw_cli_drain_complete_queue()
152 req->error_code = TW_CL_ERR_REQ_BUS_RESET; in tw_cli_drain_busy_queue()
208 req->error_code = TW_CL_ERR_REQ_BUS_RESET; in tw_cli_drain_pending_queue()
338 if ((error = req->error_code)) in tw_cli_drain_aen_queue()
589 req->error_code = 0; in tw_cli_get_request()
963 req->state, req->flags, req->error_code, in tw_cl_print_req_info()
H A Dtw_osl_cam.c712 if (req->error_code) { in tw_osl_complete_io()
714 if (req->error_code == EBUSY) { in tw_osl_complete_io()
722 else if (req->error_code == EFBIG) in tw_osl_complete_io()
759 if (! req->error_code) in tw_osl_complete_io()

123