Home | History | Annotate | Download | only in ap_ms104_sh4

Lines Matching defs:pe1

393 				struct shpcmcia_event *pe1, *pe2;
395 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
397 if (pe1->pe_type != SHPCMCIA_EVENT_REMOVE)
399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
403 kmem_free(pe1, sizeof(*pe1));
418 struct shpcmcia_event *pe1, *pe2;
420 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
422 if (pe1->pe_type != SHPCMCIA_EVENT_INSERT)
424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
428 kmem_free(pe1, sizeof(*pe1));