Home
last modified time | relevance | path

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

/netbsd/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp26 throw read_error("failed to read image header"); in readImageHeader()
51 throw read_error("invalid signature 1"); in readImageHeader()
85 throw read_error("failed to read image digest"); in readImageDigest()
117 throw read_error("failed to read block while computing image digest"); in computeImageDigest()
139 throw read_error("failed to read section header"); in readSectionTable()
200 throw read_error("failed to read key dictionary entry"); in readKeyDictionary()
247 throw read_error("failed to read boot tag"); in readBootTags()
267 throw read_error("boot tag is wrong command type"); in readBootTags()
273 throw read_error("boot tag checksum is invalid"); in readBootTags()
326 throw read_error("failed to read section"); in readSection()
H A DEncoreBootImageReader.h24 class read_error : public std::runtime_error
28 read_error(const std::string & msg) : std::runtime_error(msg) {} in read_error() function
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmail_copy.c146 int read_error; in mail_copy() local
273 read_error = vstream_ferror(src); in mail_copy()
280 read_error = 1; in mail_copy()
289 if (corrupt_error || read_error || write_error) in mail_copy()
301 if (why && read_error) in mail_copy()
315 | (read_error ? MAIL_COPY_STAT_READ : 0) in mail_copy()
/netbsd/sys/arch/landisk/stand/mbr/
H A Dmbr.S114 read_error: label
133 bf read_error
/netbsd/sys/arch/landisk/stand/bootxx/
H A Dpbr.S126 read_error: label
148 bf read_error
/netbsd/usr.bin/audio/play/
H A Dplay.c412 goto read_error; in play_fd()
444 goto read_error; in play_fd()
452 read_error: in play_fd()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c358 goto read_error; in merge_one_data()
371 read_error: in merge_one_data()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c1587 int read_error, write_errno, lmodified = 0, reordered = 0, r; in do_download() local
1660 write_error = read_error = write_errno = num_req = 0; in do_download()
1716 read_error = 1; in do_download()
1795 if (inplace_flag || read_error || write_error || interrupted) { in do_download()
1805 if (read_error) { in do_download()
2381 int write_error, read_error, r; in do_crossload() local
2433 write_error = read_error = num_req = num_upload_req = 0; in do_crossload()
2492 read_error = 1; in do_crossload()
2575 if (read_error || write_error || interrupted) { in do_crossload()
2586 if (read_error) { in do_crossload()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c349 goto read_error; in merge_one_data()
362 read_error: in merge_one_data()
/netbsd/sys/arch/x68k/stand/boot_ufs/
H A Dboot.S250 read_error: BOOT_ERROR("read error") label
302 jne read_error
480 jne read_error
/netbsd/external/gpl2/xcvs/dist/src/
H A Dimport.c1167 goto read_error; in add_rcs_file()
1190 goto read_error; in add_rcs_file()
1509 read_error: in add_rcs_file()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dprintcmd.c919 int read_error = 0; in find_string_backward() local
928 while (count > 0 && read_error == 0) in find_string_backward()
936 read_error = (chars_read == chars_to_read) ? 0 : 1; in find_string_backward()
958 if (read_error != 0) in find_string_backward()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dprintcmd.c919 int read_error = 0; in find_string_backward() local
928 while (count > 0 && read_error == 0) in find_string_backward()
936 read_error = (chars_read == chars_to_read) ? 0 : 1; in find_string_backward()
958 if (read_error != 0) in find_string_backward()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d445 read_error, /** 26 - couldn't open/read from file */ enumerator
/netbsd/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d445 read_error, /** 26 - couldn't open/read from file */ enumerator
/netbsd/sys/nfs/
H A Dnfs_serv.c734 goto read_error; in nfsrv_read()
810 read_error: in nfsrv_read()