HomeSort by: relevance | last modified time | path
    Searched refs:CLOSED (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/vax/mba/
mbavar.h 38 #define CLOSED 0
  /src/external/bsd/ppp/dist/pppd/
fsm.c 107 f->state = CLOSED;
135 case CLOSED:
183 case CLOSED:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
247 * the CLOSED state.
259 f->state = CLOSED;
290 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
412 case CLOSED:
413 /* Go away, we're closed */
488 case CLOSED
    [all...]
fsm.h 124 #define CLOSED 2 /* Up, hasn't been opened */
  /src/bin/sh/
redir.c 73 #define CLOSED -1 /* fd was not open before redir */
198 VTRACE(DBG_REDIR, (" closed\n"));
210 VTRACE(DBG_REDIR, (" was closed\n"));
329 i = CLOSED;
632 * move indicates if "from" should be closed on success (yes if set).

Completed in 26 milliseconds