Searched refs:EBADMSG (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h47 #define EBADMSG 74 /* Not a data message */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h51 #define EBADMSG 77 /* Not a data message */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h132 bad_message, // EBADMSG
259 # ifndef EBADMSG
260 # define EBADMSG 104 macro
496 #ifdef EBADMSG
497 bad_message = EBADMSG,
/external/dhcpcd/
H A Dif-linux.c218 errno = EBADMSG;
242 errno = EBADMSG;
304 errno = EBADMSG;
358 errno = EBADMSG;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java68 public static final int EBADMSG = placeholder(); field in class:OsConstants
500 if (errno == EBADMSG) {
501 return "EBADMSG";
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif2.c242 if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h616 #define VKI_EBADMSG EBADMSG
/external/libxml2/
H A DxmlIO.c157 "Bad message", /* EBADMSG */
281 #ifdef EBADMSG
282 else if (errno == EBADMSG) code = XML_IO_EBADMSG;

Completed in 3557 milliseconds