Home
last modified time | relevance | path

Searched refs:read_error (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp235 Status read_error; in Dematerialize() local
237 map.ReadPointerFromMemory(&location, load_addr, read_error); in Dematerialize()
239 if (!read_error.Success()) { in Dematerialize()
243 read_error.AsCString()); in Dematerialize()
303 Status read_error; in Dematerialize() local
308 if (!read_error.Success()) { in Dematerialize()
312 read_error.AsCString()); in Dematerialize()
852 Status read_error; in Dematerialize() local
855 map.ReadPointerFromMemory(&address, load_addr, read_error); in Dematerialize()
857 if (!read_error.Success()) { in Dematerialize()
[all …]
H A DIRInterpreter.cpp389 lldb_private::Status read_error; in PrintData() local
393 if (!read_error.Success()) in PrintData()
1348 lldb_private::Status read_error; in Interpret() local
1351 if (!read_error.Success()) { in Interpret()
1362 read_error.Clear(); in Interpret()
1364 read_error); in Interpret()
1365 if (!read_error.Success()) { in Interpret()
1441 lldb_private::Status read_error; in Interpret() local
1444 if (!read_error.Success()) { in Interpret()
1455 read_error.Clear(); in Interpret()
[all …]
/freebsd-12.1/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c169 int read_error; in chop_and_send() local
175 read_error = encode_body(sfp, dfp, msg_size, &sum); in chop_and_send()
176 if (!read_error) in chop_and_send()
179 if (!close_sendmail(sfp) || read_error) in chop_and_send()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp99 Status read_error; in RetrieveReportData() local
100 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
101 if (read_error.Fail()) in RetrieveReportData()
/freebsd-12.1/contrib/gcc/
H A Dlibgcov.c381 goto read_error; in gcov_exit()
402 goto read_error; in gcov_exit()
412 read_error:; in gcov_exit()
/freebsd-12.1/crypto/openssh/
H A Dsftp-client.c1170 int read_error, write_errno, reordered = 0, r; in do_download() local
1265 write_error = read_error = write_errno = num_req = 0; in do_download()
1324 read_error = 1; in do_download()
1400 if (read_error || write_error || interrupted) { in do_download()
1410 if (read_error) { in do_download()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp736 Status read_error; in ExceptionMessageBundleComplete() local
737 read_error = ReadMemory(info_array_count_addr, // source addr in ExceptionMessageBundleComplete()
741 if (read_error.Success() && (bytes_read == 4)) { in ExceptionMessageBundleComplete()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c1141 static struct ptunit_result read_error(struct image_fixture *ifix) in read_error() function
2244 ptu_run_f(suite, read_error, rfix); in main()