Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h200 #define EINPROGRESS WSAEINPROGRESS macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h192 # define EINPROGRESS 9928 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d102 inline int EINPROGRESS = 36; variable
/freebsd/sys/sys/
H A Derrno.h94 #define EINPROGRESS 36 /* Operation now in progress */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py121 EINPROGRESS = 115 variable