Home
last modified time | relevance | path

Searched refs:ENOSR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
Dsystem_error.h369 # ifndef ENOSR
370 # define ENOSR 124 macro
546 #ifdef ENOSR
547 no_stream_resources = ENOSR,
/external/kernel-headers/original/asm-generic/
Derrno.h36 #define ENOSR 63 /* Out of streams resources */ macro
/external/bison/lib/
Dstrerror-override.c98 case ENOSR: in strerror_override()
Derrno.in.h127 # define ENOSR 124 /* not required by POSIX */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h40 #define ENOSR 63 /* Out of streams resources */ macro
/external/libusb_aah/libusb/os/
Dlinux_usbfs.c2062 case -ENOSR: in handle_bulk_completion()
2167 case -ENOSR: in handle_iso_completion()
2276 case -ENOSR: in handle_control_completion()
/external/valgrind/main/include/vki/
Dvki-darwin.h620 #define VKI_ENOSR ENOSR
/external/ppp/pppd/
Dsys-solaris.c1629 return (errno == ENOSR)? 0: -1;