Home
last modified time | relevance | path

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

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