Searched defs:ENODEV (Results 1 - 5 of 5) sorted by path

/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h78 #define ENODEV ERROR_BAD_DEVICE macro
/external/kernel-headers/original/asm-generic/
H A Derrno-base.h22 #define ENODEV 19 /* No such device */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h170 no_such_device, // ENODEV
373 # ifndef ENODEV
374 # define ENODEV 19 macro
550 no_such_device = ENODEV,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java103 public static final int ENODEV = placeholder(); field in class:OsConstants
605 if (errno == ENODEV) {
606 return "ENODEV";
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h67 #ifndef ENODEV
68 #define ENODEV 19 macro

Completed in 758 milliseconds