HomeSort by: relevance | last modified time | path
    Searched defs:pe1 (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
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; local in function:shpcmcia_event_thread
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
    [all...]
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 401 struct mmeyepcmcia_event *pe1, *pe2; local in function:mmeyepcmcia_event_thread
403 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
405 if (pe1->pe_type != MMEYEPCMCIA_EVENT_REMOVAL)
407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
411 kmem_free(pe1, sizeof(*pe1));
425 struct mmeyepcmcia_event *pe1, *pe2; local in function:mmeyepcmcia_event_thread
427 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
429 if (pe1->pe_type != MMEYEPCMCIA_EVENT_INSERTION)
431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL
    [all...]
  /src/sys/dev/ic/
i82365.c 563 struct pcic_event *pe1, *pe2; local in function:pcic_event_thread
565 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
567 if (pe1->pe_type != PCIC_EVENT_REMOVAL)
569 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
573 free(pe1, M_TEMP);
588 struct pcic_event *pe1, *pe2; local in function:pcic_event_thread
590 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
592 if (pe1->pe_type != PCIC_EVENT_INSERTION)
594 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
598 free(pe1, M_TEMP)
    [all...]
  /src/lib/libintl/
plural_parser.c 539 struct parser_element pe0, pe1, peop; local in function:parse_op2
549 init_parser_element(&pe1);
564 token = parse_op2(tcx, &pe1, tr->next);
572 peop.u.parser_op.operands[1] = dup_parser_element(&pe1);
573 init_parser_element(&pe1);
578 uninit_parser_element(&pe1);
587 struct parser_element pe0, pe1, pe2; local in function:parse_cond
592 init_parser_element(&pe1);
610 token = parse_cond(tcx, &pe1);
628 pelem->u.parser_op.operands[1] = dup_parser_element(&pe1);
    [all...]

Completed in 13 milliseconds