/external/e2fsprogs/debugfs/ |
D | htree.c | 36 errcode_t errcode; in htree_dump_leaf_node() local 47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk); in htree_dump_leaf_node() 48 if (errcode) { in htree_dump_leaf_node() 49 com_err("htree_dump_leaf_node", errcode, in htree_dump_leaf_node() 56 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0); in htree_dump_leaf_node() 57 if (errcode) { in htree_dump_leaf_node() 58 com_err("htree_dump_leaf_node", errcode, in htree_dump_leaf_node() 70 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len); in htree_dump_leaf_node() 71 if (errcode) { in htree_dump_leaf_node() 72 com_err("htree_dump_leaf_inode", errcode, in htree_dump_leaf_node() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | block.c | 32 errcode_t errcode; member 43 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \ 53 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \ 79 ctx->errcode = EXT2_ET_BAD_IND_BLOCK; in block_iterate_ind() 83 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block, in block_iterate_ind() 85 if (ctx->errcode) { in block_iterate_ind() 121 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block, in block_iterate_ind() 123 if (ctx->errcode) in block_iterate_ind() 156 ctx->errcode = EXT2_ET_BAD_DIND_BLOCK; in block_iterate_dind() 160 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *dind_block, in block_iterate_dind() [all …]
|
D | dblist_dir.c | 54 ctx.errcode = 0; in ext2fs_dblist_dir_iterate() 62 return ctx.errcode; in ext2fs_dblist_dir_iterate() 73 ctx->errcode = 0; in db_dir_proc() 77 if ((ret & BLOCK_ABORT) && !ctx->errcode) in db_dir_proc()
|
D | dir_iterate.c | 122 ctx.errcode = 0; in ext2fs_dir_iterate2() 129 return ctx.errcode; in ext2fs_dir_iterate2() 198 ctx->errcode = ext2fs_read_dir_block(fs, *blocknr, ctx->buf); in ext2fs_process_dir_block() 199 if (ctx->errcode) in ext2fs_process_dir_block() 210 ctx->errcode = EXT2_ET_DIR_CORRUPTED; in ext2fs_process_dir_block() 259 ctx->errcode = ext2fs_write_dir_block(fs, *blocknr, ctx->buf); in ext2fs_process_dir_block() 260 if (ctx->errcode) in ext2fs_process_dir_block()
|
D | get_pathname.c | 34 errcode_t errcode; member 58 gp->errcode = retval; in get_pathname_proc() 95 gp.errcode = 0; in ext2fs_get_pathname_int() 100 if (gp.errcode) { in ext2fs_get_pathname_int() 101 retval = gp.errcode; in ext2fs_get_pathname_int()
|
D | bitops.c | 69 void ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg, in ext2fs_warn_bitmap() argument 74 com_err(0, errcode, "#%lu for %s", arg, description); in ext2fs_warn_bitmap() 76 com_err(0, errcode, "#%lu", arg); in ext2fs_warn_bitmap()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 76 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, _("inode done bitmap"), in e2fsck_pass3() 78 if (pctx.errcode) { in e2fsck_pass3() 176 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in check_root() 177 if (pctx.errcode) { in check_root() 190 pctx.errcode = ext2fs_new_dir_block(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, in check_root() 192 if (pctx.errcode) { in check_root() 199 pctx.errcode = ext2fs_write_dir_block(fs, blk, block); in check_root() 200 if (pctx.errcode) { in check_root() 222 pctx.errcode = ext2fs_write_new_inode(fs, EXT2_ROOT_INO, &inode); in check_root() 223 if (pctx.errcode) { in check_root() [all …]
|
D | pass1.c | 597 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, _("in-use inode map"), in e2fsck_pass1() 599 if (pctx.errcode) { in e2fsck_pass1() 605 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, in e2fsck_pass1() 607 if (pctx.errcode) { in e2fsck_pass1() 613 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, in e2fsck_pass1() 615 if (pctx.errcode) { in e2fsck_pass1() 621 pctx.errcode = ext2fs_allocate_block_bitmap(fs, _("in-use block map"), in e2fsck_pass1() 623 if (pctx.errcode) { in e2fsck_pass1() 631 pctx.errcode = ext2fs_create_icount2(fs, 0, 0, 0, in e2fsck_pass1() 633 if (pctx.errcode) { in e2fsck_pass1() [all …]
|
D | pass1b.c | 219 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, in e2fsck_pass1_dupblocks() 221 if (pctx.errcode) { in e2fsck_pass1_dupblocks() 277 pctx.errcode = ext2fs_open_inode_scan(fs, ctx->inode_buffer_blocks, in pass1b() 279 if (pctx.errcode) { in pass1b() 289 pctx.errcode = ext2fs_get_next_inode(scan, &ino, &inode); in pass1b() 290 if (pctx.errcode == EXT2_ET_BAD_BLOCK_IN_INODE_TABLE) in pass1b() 292 if (pctx.errcode) { in pass1b() 310 pctx.errcode = ext2fs_block_iterate2(fs, ino, in pass1b() 322 if (pctx.errcode) in pass1b() 530 pctx.errcode = clone_file(ctx, ino, p, block_buf); in pass1d() [all …]
|
D | pass2.c | 111 cd.pctx.errcode = 0; in e2fsck_pass2() 113 cd.pctx.errcode = ext2fs_create_icount2(fs, in e2fsck_pass2() 117 if (cd.pctx.errcode) { in e2fsck_pass2() 143 cd.pctx.errcode = ext2fs_dblist_iterate(fs->dblist, check_dir_block, in e2fsck_pass2() 153 if (cd.pctx.errcode) { in e2fsck_pass2() 777 cd->pctx.errcode = ext2fs_read_dir_block(fs, block_nr, buf); in check_dir_block() 779 if (cd->pctx.errcode == EXT2_ET_DIR_CORRUPTED) in check_dir_block() 780 cd->pctx.errcode = 0; /* We'll handle this ourselves */ in check_dir_block() 781 if (cd->pctx.errcode) { in check_dir_block() 1130 cd->pctx.errcode = ext2fs_write_dir_block(fs, block_nr, buf); in check_dir_block() [all …]
|
D | swapfs.c | 24 errcode_t errcode; member 44 sb->errcode = retval; in swap_block() 49 sb->errcode = retval; in swap_block() 89 sb.errcode = 0; in swap_inode_blocks() 102 if (sb.errcode) { in swap_inode_blocks() 103 com_err("swap_inode_blocks", sb.errcode, in swap_inode_blocks()
|
D | pass5.c | 553 pctx.errcode = ext2fs_fudge_inode_bitmap_end(fs->inode_map, end, in check_inode_end() 555 if (pctx.errcode) { in check_inode_end() 578 pctx.errcode = ext2fs_fudge_inode_bitmap_end(fs->inode_map, in check_inode_end() 580 if (pctx.errcode) { in check_inode_end() 598 pctx.errcode = ext2fs_fudge_block_bitmap_end(fs->block_map, end, in check_block_end() 600 if (pctx.errcode) { in check_block_end() 623 pctx.errcode = ext2fs_fudge_block_bitmap_end(fs->block_map, in check_block_end() 625 if (pctx.errcode) { in check_block_end()
|
/external/icu4c/common/ |
D | ubidiimp.h | 321 #define RETURN_IF_NOT_VALID_PARA(bidi, errcode, retvalue) \ argument 323 errcode=U_INVALID_STATE_ERROR; \ 326 #define RETURN_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode, retvalue) \ argument 328 errcode=U_INVALID_STATE_ERROR; \ 331 #define RETURN_IF_BAD_RANGE(arg, start, limit, errcode, retvalue) \ argument 333 (errcode)=U_ILLEGAL_ARGUMENT_ERROR; \ 339 #define RETURN_VOID_IF_NOT_VALID_PARA(bidi, errcode) \ argument 341 errcode=U_INVALID_STATE_ERROR; \ 344 #define RETURN_VOID_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode) \ argument 346 errcode=U_INVALID_STATE_ERROR; \ [all …]
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 852 DNSServiceErrorType errcode; in mdns_lookup_name() local 886 errcode = in mdns_lookup_name() 898 if (errcode) in mdns_lookup_name() 902 errcode in mdns_lookup_name() 940 DNSServiceErrorType errcode; in mdns_lookup_addr() local 961 errcode = in mdns_lookup_addr() 973 if (errcode) in mdns_lookup_addr() 977 errcode in mdns_lookup_addr() 1807 int errcode = -1; in init_config() local 1833 errcode = load_config (temp_config); in init_config() [all …]
|
/external/grub/netboot/ |
D | 3c90x.c | 606 int i, errcode; in a3c90x_poll() local 635 errcode = INF_3C90X.ReceiveUPD.UpPktStatus; in a3c90x_poll() 636 if (errcode & (1<<16)) in a3c90x_poll() 637 printf("3C90X: Rx Overrun (%hX)\n",errcode>>16); in a3c90x_poll() 638 else if (errcode & (1<<17)) in a3c90x_poll() 639 printf("3C90X: Runt Frame (%hX)\n",errcode>>16); in a3c90x_poll() 640 else if (errcode & (1<<18)) in a3c90x_poll() 641 printf("3C90X: Alignment Error (%hX)\n",errcode>>16); in a3c90x_poll() 642 else if (errcode & (1<<19)) in a3c90x_poll() 643 printf("3C90X: CRC Error (%hX)\n",errcode>>16); in a3c90x_poll() [all …]
|
/external/llvm/lib/Support/ |
D | regerror.c | 84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) in llvm_regerror() argument 88 int target = errcode &~ REG_ITOA; in llvm_regerror() 92 if (errcode == REG_ATOI) in llvm_regerror() 99 if (errcode®_ITOA) { in llvm_regerror()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 141 errcode_t errcode; in bb_output() local 149 errcode = ext2fs_badblocks_list_add (bb_list, bad); in bb_output() 150 if (errcode) { in bb_output() 151 com_err (program_name, errcode, "adding to in-memory bad block list"); in bb_output() 439 errcode_t errcode; in test_ro() local 444 errcode = ext2fs_badblocks_list_iterate_begin(bb_list,&bb_iter); in test_ro() 445 if (errcode) { in test_ro() 446 com_err (program_name, errcode, in test_ro() 703 errcode_t errcode; in test_nd() local 708 errcode = ext2fs_badblocks_list_iterate_begin(bb_list,&bb_iter); in test_nd() [all …]
|
/external/openssh/openbsd-compat/ |
D | bsd-cray.c | 112 cray_login_failure(char *username, int errcode) in cray_login_failure() argument 137 fsent.errcode = errcode; in cray_login_failure() 157 int errcode; /* IA errorcode */ in cray_access_denied() local 159 errcode = 0; in cray_access_denied() 166 errcode = IA_DISABLED; in cray_access_denied() 167 if (errcode) in cray_access_denied() 168 cray_login_failure(username, errcode); in cray_access_denied() 170 return (errcode); in cray_access_denied() 397 fsent.errcode = ia_rcode; in cray_setup() 433 fsent.errcode = ia_mlsrcode; in cray_setup() [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | socketaddress.cc | 211 int errcode = 0; in ResolveIP() local 212 if (hostent* pHost = SafeGetHostByName(hostname_.c_str(), &errcode)) { in ResolveIP() 218 LOG_F(LS_ERROR) << "(" << hostname_ << ") err: " << errcode; in ResolveIP() 221 *error = errcode; in ResolveIP() 344 int errcode; in GetLocalIPs() local 345 if (hostent* pHost = SafeGetHostByName(hostname.c_str(), &errcode)) { in GetLocalIPs() 354 LOG(LS_ERROR) << "gethostbyname err: " << errcode; in GetLocalIPs()
|
D | physicalsocketserver.cc | 1310 int errcode = 0; in Wait() local 1315 socklen_t len = sizeof(errcode); in Wait() 1316 ::getsockopt(fd, SOL_SOCKET, SO_ERROR, &errcode, &len); in Wait() 1327 } else if (errcode || pdispatcher->IsDescriptorClosed()) { in Wait() 1339 if (!errcode) { in Wait() 1352 pdispatcher->OnEvent(ff, errcode); in Wait() 1571 int errcode = 0; in Wait() local 1581 errcode = wsaEvents.iErrorCode[FD_CONNECT_BIT]; in Wait() 1588 errcode = wsaEvents.iErrorCode[FD_CLOSE_BIT]; in Wait() 1592 disp->OnEvent(ff, errcode); in Wait()
|
/external/iptables/libipq/ |
D | libipq.c | 66 int errcode; member 101 static char *ipq_strerror(int errcode); 193 static char *ipq_strerror(int errcode) in ipq_strerror() argument 195 if (errcode < 0 || errcode > IPQ_MAXERR) in ipq_strerror() 196 errcode = IPQ_ERR_IMPL; in ipq_strerror() 197 return ipq_errmap[errcode].message; in ipq_strerror()
|
/external/chromium/third_party/libevent/ |
D | evutil.h | 111 #define EVUTIL_SET_SOCKET_ERROR(errcode) \ argument 112 do { WSASetLastError(errcode); } while (0) 115 #define EVUTIL_SET_SOCKET_ERROR(errcode) \ argument 116 do { errno = (errcode); } while (0)
|
/external/chromium/base/ |
D | bzip2_error_handler.cc | 12 void bz_internal_error(int errcode) { in bz_internal_error() argument 13 LOG(FATAL) << "bzip2 internal error: " << errcode; in bz_internal_error()
|
/external/openssl/crypto/x509v3/ |
D | v3_lib.c | 243 int errcode; in X509V3_add1_i2d() local 260 errcode = X509V3_R_EXTENSION_EXISTS; in X509V3_add1_i2d() 274 errcode = X509V3_R_EXTENSION_NOT_FOUND; in X509V3_add1_i2d() 305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode); in X509V3_add1_i2d()
|
/external/bzip2/ |
D | bzlib_private.h | 58 extern void BZ2_bz__AssertH__fail ( int errcode ); 59 #define AssertH(cond,errcode) \ argument 60 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); } 88 extern void bz_internal_error ( int errcode ); 89 #define AssertH(cond,errcode) \ argument 90 { if (!(cond)) bz_internal_error ( errcode ); }
|