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

  /src/sys/arch/hpcsh/dev/hd64465/
hd64465pcmcia.c 111 int ch_attached; member in struct:hd64465pcmcia_channel
370 ch->ch_attached = 1;
430 if ((ch->ch_attached && (type == EVENT_INSERT)) ||
431 (!ch->ch_attached && (type == EVENT_REMOVE))) {
436 ch->ch_attached = (type == EVENT_INSERT);
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 133 int ch_attached; member in struct:hd64461pcmcia_channel
448 ch->ch_attached = 1;
528 if ((ch->ch_attached && (type == EVENT_INSERT)) ||
529 (!ch->ch_attached && (type == EVENT_REMOVE))) {
534 ch->ch_attached = (type == EVENT_INSERT);

Completed in 45 milliseconds