Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h80 #define EINPROGRESS 36 /* Operation now in progress */ macro
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h48 #define EINPROGRESS WSAEINPROGRESS macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h196 #define EINPROGRESS 150 /* operation now in progress */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h176 #define EINPROGRESS 150 /* operation now in progress */ macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java636 public static final int EINPROGRESS = 150; field in PoolsException