HomeSort by relevance Sort by last modified time
    Searched refs:OTHER_ERROR (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/utility/
tpmc.c 22 #define OTHER_ERROR 255 /* OTHER_ERROR must be the largest uint8_t value. */
64 * found. Then returns min(result, OTHER_ERROR) since some error codes, such
68 uint8_t exit_code = result > OTHER_ERROR ? OTHER_ERROR : result;
113 exit(OTHER_ERROR);
120 exit(OTHER_ERROR);
132 exit(OTHER_ERROR);
136 exit(OTHER_ERROR);
141 exit(OTHER_ERROR);
    [all...]
  /external/elfutils/libdwfl/
dwfl_error.c 156 case OTHER_ERROR (ERRNO):
158 case OTHER_ERROR (LIBELF):
160 case OTHER_ERROR (LIBDW):
163 case OTHER_ERROR (LIBEBL):
libdwflP.h 101 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16)
102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))

Completed in 271 milliseconds