HomeSort by: relevance | last modified time | path
    Searched defs:DISCONNECTED (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/xen/xen/
xbdback_xenbus.c 87 * DISCONNECTED: no I/Os, no ring, the thread should terminate.
89 typedef enum {WAITING, RUN, DISCONNECTING, DISCONNECTED} xbdback_state_t;
371 xbdi->xbdi_status = DISCONNECTED;
672 if (xbdi->xbdi_status == DISCONNECTED) {
682 while (xbdi->xbdi_status != DISCONNECTED)
880 * Used by a xbdi thread to signal that it is now disconnected.
888 xbdi->xbdi_status = DISCONNECTED;
xennetback_xenbus.c 88 DISCONNECTED
198 xneti->xni_status = DISCONNECTED;
  /src/sys/dev/ic/
wireg.h 467 #define DISCONNECTED 2
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 1649 #define DISCONNECTED 0x04
aic79xx_reg.h 3662 #define DISCONNECTED 0x04

Completed in 21 milliseconds