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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 393 struct shpcmcia_event *pe1, *pe2; local in function:shpcmcia_event_thread
399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
401 if (pe2->pe_type == SHPCMCIA_EVENT_INSERT) {
405 kmem_free(pe2, sizeof(*pe2));
418 struct shpcmcia_event *pe1, *pe2; local in function:shpcmcia_event_thread
424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
426 if (pe2->pe_type == SHPCMCIA_EVENT_REMOVE) {
430 kmem_free(pe2, sizeof(*pe2));
    [all...]
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 401 struct mmeyepcmcia_event *pe1, *pe2; local in function:mmeyepcmcia_event_thread
407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
409 if (pe2->pe_type == MMEYEPCMCIA_EVENT_INSERTION) {
413 kmem_free(pe2, sizeof(*pe2));
425 struct mmeyepcmcia_event *pe1, *pe2; local in function:mmeyepcmcia_event_thread
431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
433 if (pe2->pe_type == MMEYEPCMCIA_EVENT_REMOVAL) {
437 kmem_free(pe2, sizeof(*pe2));
    [all...]
  /src/sys/dev/ic/
i82365.c 563 struct pcic_event *pe1, *pe2; local in function:pcic_event_thread
569 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
571 if (pe2->pe_type == PCIC_EVENT_INSERTION) {
575 free(pe2, M_TEMP);
588 struct pcic_event *pe1, *pe2; local in function:pcic_event_thread
594 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
596 if (pe2->pe_type == PCIC_EVENT_REMOVAL) {
600 free(pe2, M_TEMP);
  /src/lib/libintl/
plural_parser.c 587 struct parser_element pe0, pe1, pe2; local in function:parse_cond
593 init_parser_element(&pe2);
623 token = parse_cond(tcx, &pe2);
629 pelem->u.parser_op.operands[2] = dup_parser_element(&pe2);
632 uninit_parser_element(&pe2);

Completed in 15 milliseconds