Searched defs:ENOTSUP (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-common.h62 #if !defined(ENOTSUP)
63 #define ENOTSUP 4096 macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h178 not_supported, // ENOTSUP
397 # ifndef ENOTSUP
398 # define ENOTSUP 129 macro
562 not_supported = ENOTSUP,

Completed in 71 milliseconds