Home
last modified time | relevance | path

Searched defs:EAGAIN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h22 #define EAGAIN 11 macro
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h191 #define EAGAIN 11 /* Try again */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h382 # define EAGAIN 9976 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h385 # define EAGAIN 9976 macro
/freebsd/sys/sys/
H A Derrno.h91 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d98 inline int EAGAIN = 35; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py17 EAGAIN = 11 variable