Searched defs:errcode (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/device/usb/
H A Dusb_error.cc11 std::string ConvertPlatformUsbErrorToString(int errcode) { argument
12 return libusb_strerror(static_cast<libusb_error>(errcode));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dgai_strerror.c15 char* gai_strerror(int errcode) { argument
16 switch (errcode) {
30 sprintf(unknown_msg, "Unknown error in getaddrinfo: %d.", errcode);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c171 * \param errcode the error code whose description is desired
174 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode) argument
176 int errcode_index = -errcode;
/external/e2fsprogs/debugfs/
H A Dzap.c32 errcode_t errcode; local
130 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
132 if (errcode) {
133 com_err(argv[0], errcode,
145 errcode = io_channel_read_blk64(current_fs->io, block, 1, buf);
146 if (errcode) {
147 com_err(argv[0], errcode,
157 errcode = io_channel_write_blk64(current_fs->io, block, 1, buf);
158 if (errcode) {
159 com_err(argv[0], errcode,
173 errcode_t errcode; local
[all...]
H A Dhtree.c36 errcode_t errcode; local
47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
48 if (errcode) {
49 com_err("htree_dump_leaf_node", errcode,
55 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
56 if (errcode) {
57 com_err("htree_dump_leaf_node", errcode,
69 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len);
70 if (errcode) {
71 com_err("htree_dump_leaf_inode", errcode,
163 errcode_t errcode; local
203 errcode_t errcode; local
369 errcode_t errcode; local
[all...]
/external/llvm/lib/Support/
H A Dregerror.c84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) argument
88 int target = errcode &~ REG_ITOA;
92 if (errcode == REG_ATOI)
99 if (errcode&REG_ITOA) {
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.c69 void ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg, argument
74 com_err(0, errcode, "#%lu for %s", arg, description);
76 com_err(0, errcode, "#%lu", arg);
H A Dget_pathname.c37 errcode_t errcode; member in struct:get_pathname_struct
61 gp->errcode = retval;
98 gp.errcode = 0;
115 if (gp.errcode) {
116 retval = gp.errcode;
H A Dext2fsP.h61 errcode_t errcode; member in struct:dir_context
H A Dblock.c32 errcode_t errcode; member in struct:block_context
43 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
53 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
83 ctx->errcode = EXT2_ET_BAD_IND_BLOCK;
87 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
89 if (ctx->errcode) {
130 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
132 if (ctx->errcode)
172 ctx->errcode = EXT2_ET_BAD_DIND_BLOCK;
176 ctx->errcode
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_lib.c269 int errcode; local
286 errcode = X509V3_R_EXTENSION_EXISTS;
300 errcode = X509V3_R_EXTENSION_NOT_FOUND;
331 OPENSSL_PUT_ERROR(X509V3, X509V3_add1_i2d, errcode);
/external/openssl/crypto/x509v3/
H A Dv3_lib.c243 int errcode; local
260 errcode = X509V3_R_EXTENSION_EXISTS;
274 errcode = X509V3_R_EXTENSION_NOT_FOUND;
305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
/external/pcre/dist/
H A Dpcreposix.c210 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
215 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
216 "unknown error code" : pstring[errcode];
/external/iptables/libipq/
H A Dlibipq.c66 int errcode; member in struct:ipq_errmap_t
101 static char *ipq_strerror(int errcode);
193 static char *ipq_strerror(int errcode) argument
195 if (errcode < 0 || errcode > IPQ_MAXERR)
196 errcode = IPQ_ERR_IMPL;
197 return ipq_errmap[errcode].message;
/external/kernel-headers/original/uapi/linux/
H A Dcapi.h91 * capi errcode is set, * if read, write, or ioctl returns EIO,
92 * ioctl returns errcode directly, and in arg, if != 0
116 __u16 errcode; member in union:capi_ioctl_struct
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_bsdi.h104 (_thread)->md.errcode = errno; \
113 errno = (_thread)->md.errcode; \
123 int errcode; member in struct:_MDThread
H A D_nec.h86 (_thread)->md.errcode = errno; \
98 errno = (_thread)->md.errcode; \
108 int errcode; member in struct:_MDThread
H A D_nextstep.h122 (_thread)->md.errcode = errno; \
131 errno = (_thread)->md.errcode; \
141 int errcode; member in struct:_MDThread
H A D_rhapsody.h90 (_thread)->md.errcode = errno; \
99 errno = (_thread)->md.errcode; \
109 int errcode; member in struct:_MDThread
H A D_sony.h77 (_thread)->md.errcode = errno; \
90 errno = (_thread)->md.errcode; \
99 int errcode; member in struct:_MDThread
H A D_aix.h140 (_thread)->md.errcode = errno; \
149 errno = (_thread)->md.errcode; \
159 int errcode; member in struct:_MDThread
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc261 int errcode = getaddrinfo(host.c_str(), NULL, &hints, &res); local
262 if (errcode != 0) {
/external/e2fsprogs/e2fsck/
H A Dsuper.c55 errcode_t errcode; member in struct:process_block_struct
108 pb->errcode = io_channel_read_blk64(fs->io, blk, 1,
110 if (pb->errcode)
130 pb->errcode = io_channel_read_blk64(fs->io, blk, 1,
132 if (pb->errcode)
136 pb->errcode = io_channel_write_blk64(fs->io, blk, 1,
138 if (pb->errcode)
171 pb.errcode = 0;
/external/openssl/crypto/conf/
H A Dconf_mod.c252 int errcode = 0; local
264 errcode = CONF_R_ERROR_LOADING_DSO;
270 errcode = CONF_R_MISSING_INIT_FUNCTION;
285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c261 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx) argument
269 ag_res.errcode = errcode;

Completed in 6279 milliseconds

123