Home
last modified time | relevance | path

Searched refs:pe_type (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c120 int pe_type; member
389 switch (pe->pe_type) { in shpcmcia_event_thread()
397 if (pe1->pe_type != SHPCMCIA_EVENT_REMOVE) in shpcmcia_event_thread()
401 if (pe2->pe_type == SHPCMCIA_EVENT_INSERT) { in shpcmcia_event_thread()
422 if (pe1->pe_type != SHPCMCIA_EVENT_INSERT) in shpcmcia_event_thread()
426 if (pe2->pe_type == SHPCMCIA_EVENT_REMOVE) { in shpcmcia_event_thread()
442 pe->pe_type); in shpcmcia_event_thread()
465 pe->pe_type = event; in shpcmcia_queue_event()
/netbsd-src/sys/arch/mmeye/dev/
H A Dmmeyepcmcia.c76 int pe_type; member
397 switch (pe->pe_type) { in mmeyepcmcia_event_thread()
405 if (pe1->pe_type != MMEYEPCMCIA_EVENT_REMOVAL) in mmeyepcmcia_event_thread()
409 if (pe2->pe_type == MMEYEPCMCIA_EVENT_INSERTION) { in mmeyepcmcia_event_thread()
429 if (pe1->pe_type != MMEYEPCMCIA_EVENT_INSERTION) in mmeyepcmcia_event_thread()
433 if (pe2->pe_type == MMEYEPCMCIA_EVENT_REMOVAL) { in mmeyepcmcia_event_thread()
448 pe->pe_type); in mmeyepcmcia_event_thread()
596 pe->pe_type = event; in mmeyepcmcia_queue_event()
/netbsd-src/sys/dev/ic/
H A Di82365.c559 switch (pe->pe_type) { in pcic_event_thread()
567 if (pe1->pe_type != PCIC_EVENT_REMOVAL) in pcic_event_thread()
571 if (pe2->pe_type == PCIC_EVENT_INSERTION) { in pcic_event_thread()
592 if (pe1->pe_type != PCIC_EVENT_INSERTION) in pcic_event_thread()
596 if (pe2->pe_type == PCIC_EVENT_REMOVAL) { in pcic_event_thread()
612 pe->pe_type); in pcic_event_thread()
745 pe->pe_type = event; in pcic_queue_event()
H A Di82365var.h45 int pe_type; member
48 /* pe_type */
H A Dtcic2.c470 switch (pe->pe_type) { in tcic_event_thread()
483 pe->pe_type); in tcic_event_thread()
640 pe->pe_type = event; in tcic_queue_event()
H A Dtcic2var.h47 int pe_type; member
/netbsd-src/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465pcmcia.c116 enum hd64465pcmcia_event_type pe_type; member
260 switch (pe->pe_type) { in hd64465pcmcia_event_thread()
438 pe->pe_type = type; in __queue_event()
/netbsd-src/sys/arch/hpcmips/dev/
H A Dplumpcmcia.c118 enum plumpcmcia_event_type pe_type; member
902 pe->pe_type = flag; in plum_csc_intr()
943 switch (pe->pe_type) { in plumpcmcia_event_thread()
/netbsd-src/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c138 enum hd64461pcmcia_event_type pe_type; member
324 switch (pe->pe_type) { in hd64461pcmcia_event_thread()
536 pe->pe_type = type; in queue_event()
/netbsd-src/usr.sbin/sysinst/
H A Dpartman.c191 int pe_type; member
2929 ((struct part_entry *)arg)[*i].type = d->pe_type; in pm_upddevlist_adv()
2951 ((struct part_entry *)arg)[*i].type = d->pe_type; in pm_upddevlist_adv()