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

  /src/sys/arch/hpcsh/dev/hd64465/
hd64465pcmcia.c 77 EVENT_INSERT,
264 case EVENT_INSERT:
369 if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) {
430 if ((ch->ch_attached && (type == EVENT_INSERT)) ||
436 ch->ch_attached = (type == EVENT_INSERT);
734 return EVENT_INSERT;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 98 EVENT_INSERT,
328 case EVENT_INSERT:
447 if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) {
528 if ((ch->ch_attached && (type == EVENT_INSERT)) ||
534 ch->ch_attached = (type == EVENT_INSERT);
1006 return EVENT_INSERT;

Completed in 432 milliseconds