Home | History | Annotate | Download | only in dev

Lines Matching defs:pe

378 	struct mmeyepcmcia_event *pe;
383 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
397 switch (pe->pe_type) {
448 pe->pe_type);
450 kmem_free(pe, sizeof(*pe));
589 struct mmeyepcmcia_event *pe;
592 pe = kmem_intr_alloc(sizeof(*pe), KM_NOSLEEP);
593 if (pe == NULL)
596 pe->pe_type = event;
598 SIMPLEQ_INSERT_TAIL(&h->events, pe, pe_q);