HomeSort by: relevance | last modified time | path
    Searched defs: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.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).
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 431 #define CLOSED 0 /* this one must be zero */
880 * process of being closed, start watching it for either reads
889 thread->fdstate[fd] = CLOSED;
1807 thread->fdstate[fd] = CLOSED;
1964 * marked as closed, by setting it to -1 on close, or this routine will
3106 * read of 0 means the remote end was closed.
3234 * If the socket is going to be closed, don't do more I/O.
3255 * Sock is being closed - the final external reference

Completed in 75 milliseconds