Lines Matching defs:pe
370 struct shpcmcia_event *pe;
375 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
389 switch (pe->pe_type) {
442 pe->pe_type);
444 kmem_free(pe, sizeof(*pe));
458 struct shpcmcia_event *pe;
461 pe = kmem_intr_alloc(sizeof(*pe), KM_NOSLEEP);
462 if (pe == NULL)
465 pe->pe_type = event;
467 SIMPLEQ_INSERT_TAIL(&h->events, pe, pe_q);