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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c390 GlPendingIO pending_io; /* The type of I/O that is currently pending */ member in struct:GetLine
1772 gl->pending_io = GLP_WRITE; /* We will start by writing the prompt */
2843 if(gl->rtn_status == GLR_BLOCKED && gl->pending_io == GLP_READ)
3144 gl->pending_io = GLP_READ;
3400 * Note that the caller of this function should set gl->pending_io
6840 gl->pending_io = GLP_WRITE;
8298 if(gl->rtn_status == GLR_BLOCKED && gl->pending_io==GLP_READ)
10306 gl->pending_io = GLP_WRITE;
10640 GlPendingIO pending_io = GLP_WRITE; /* The requested information */ local
10650 pending_io
[all...]

Completed in 71 milliseconds