Lines Matching defs:state
43 * Kernel TLI-like function to get the state of an
47 * 0 on success and "state" is set to the current state,
69 t_kgetstate(TIUSER *tiptr, int *state)
83 if (state == NULL)
110 *state = T_UNBND;
114 *state = T_IDLE;
118 *state = T_INCON;
122 *state = T_OUTCON;
126 *state = T_DATAXFER;
130 *state = T_OUTREL;
134 *state = T_INREL;