Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h202 #define EALREADY WSAEALREADY macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h108 # define EALREADY 9907 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d104 inline int EALREADY = 37; variable
/freebsd/sys/sys/
H A Derrno.h95 #define EALREADY 37 /* Operation already in progress */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py120 EALREADY = 114 variable