Searched defs:BLOCKED_ERRNO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c161 #undef BLOCKED_ERRNO macro
163 #define BLOCKED_ERRNO (EAGAIN) macro
165 #define BLOCKED_ERRNO (EWOULDBLOCK) macro
167 #define BLOCKED_ERRNO (EIO) macro
169 #define BLOCKED_ERRNO 0 macro
3184 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
6850 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
9003 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
12324 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
12372 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
[all...]

Completed in 116 milliseconds