HomeSort by: relevance | last modified time | path
    Searched defs:pe (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
dp.h 28 u8 pe; member in struct:nvbios_dpcfg
36 nvbios_dpcfg_match(struct nvkm_bios *, u16 outp, u8 pc, u8 vs, u8 pe,
  /src/lib/libc/string/
bm.c 105 u_char const *pe, *p; local in function:bm_comp
132 for (pe = pb + pat->patlen - 1; pb <= pe; pb++)
133 d[*pb] = pe - pb;
138 for (pb = pat->pat, pe = pb + pat->patlen - 1; pb < pe; pb++)
145 for (pe = pat->pat + pat->patlen - 1, p = pe - 1; p >= pat->pat; p--)
146 if (*p == *pe)
149 /* *p is first leftward reoccurrence of *pe */
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pmu.c 69 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local in function:amdgpu_perf_start
79 switch (pe->pmu_perf_type) {
82 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 1);
84 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 0);
98 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local in function:amdgpu_perf_read
107 switch (pe->pmu_perf_type) {
109 pe->adev->df.funcs->pmc_get_count(pe->adev, hwc->config
125 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local in function:amdgpu_perf_stop
156 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local in function:amdgpu_perf_add
185 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local in function:amdgpu_perf_del
277 struct amdgpu_pmu_entry *pe, *temp; local in function:amdgpu_pmu_fini
    [all...]
  /src/sys/arch/i386/stand/lib/
vbe.c 138 struct paletteentry pe; local in function:vbe_set_palette
144 pe.Blue = cmap[2] >> 2;
145 pe.Green = cmap[1] >> 2;
146 pe.Red = cmap[0] >> 2;
147 pe.Alignment = 0;
149 ret = biosvbe_palette_data(0x0600, slot, &pe);
  /src/sys/arch/mvme68k/mvme68k/
bus_dma.c 437 bus_addr_t p, e, ps, pe; local in function:_bus_dmamap_sync_0460
466 pe = ps + seglen;
470 e = (pe + 15) & ~0xf;
504 if (pe & 0xf) {
505 DCFL_40(pe & ~0xf);
506 ICPL_40(pe & ~0xf);
510 e = pe & ~0xf;
  /src/usr.bin/checknr/
checknr.c 210 static void pe(int);
330 pe(lineno);
337 pe(lineno);
376 pe(lineno);
392 pe(lineno);
416 pe(stk[i].lno);
505 pe(stk[j+1].lno);
517 pe(lineno);
530 pe(int pelineno) function in typeref:typename:void
548 pe(lineno)
    [all...]
  /src/lib/libterminfo/
termcap.c 303 const char *ps, *pe; local in function:strval
315 /* Set ps and pe to point to the start and end of the padding */
317 for (ps = pe = val;
320 pe++;
323 pe++;
326 ps = pe = NULL;
451 size_t n = (size_t)(pe - ps);
  /src/usr.bin/rdist/
expand.c 345 char *pe, *pm, *pl; local in function:execbrc
351 for (pe = ++p; *pe; pe++)
352 switch (*pe) {
365 for (pe++; *pe && *pe != ']'; pe++)
367 if (!*pe)
    [all...]
  /src/sys/arch/m68k/m68k/
bus_dma.c 436 bus_addr_t p, e, ps, pe; local in function:_bus_dmamap_sync
484 pe = ps + seglen;
488 e = (pe + CACHELINE_MASK) & ~CACHELINE_MASK;
565 e = pe & ~CACHELINE_MASK;
627 if (p < pe) {
  /src/sys/arch/virt68k/virt68k/
bus_dma.c 436 bus_addr_t p, e, ps, pe; local in function:_bus_dmamap_sync_0460
465 pe = ps + seglen;
469 e = (pe + 15) & ~0xf;
503 if (pe & 0xf) {
504 DCFL_40(pe & ~0xf);
505 ICPL_40(pe & ~0xf);
509 e = pe & ~0xf;
  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 370 struct shpcmcia_event *pe; local in function:shpcmcia_event_thread
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; local in function:shpcmcia_queue_event
461 pe = kmem_intr_alloc(sizeof(*pe), KM_NOSLEEP);
462 if (pe == NULL
    [all...]
  /src/usr.bin/tftp/
tftp.c 606 const struct errmsg *pe; local in function:nak
614 for (pe = errmsgs; pe->e_code >= 0; pe++)
615 if (pe->e_code == error)
617 if (pe->e_code < 0) {
622 (void)strlcpy(tp->th_msg, pe->e_msg, msglen);
  /src/sys/arch/pmax/ibus/
pm.c 583 u_short *p, *pe; local in function:pm_flush
639 for (pe = p + 64; p < pe; p += 2) {
  /src/usr.bin/m4/
gnum4.c 137 struct path_entry *pe; local in function:dopath
140 for (pe = first; pe; pe = pe->next) {
141 snprintf(path, sizeof(path), "%s/%s", pe->name, filename);
  /src/sys/arch/atari/atari/
bus.c 608 bus_addr_t p, e, ps, pe; local in function:_bus_dmamap_sync
652 pe = ps + seglen;
656 e = (pe + CACHELINE_MASK) & ~CACHELINE_MASK;
732 e = pe & ~CACHELINE_MASK;
793 if (p < pe) {
  /src/sys/arch/alpha/alpha/
cpu.c 370 const char *pe = ""; local in function:cpuattach
386 pe = ", Primary Eligible";
388 pe += 2;
391 aprint_debug_dev(sc->sc_dev, "%s%s%s", vaxfp, ieeefp, pe);
  /src/games/larn/
io.c 213 long *p, *pe; local in function:newgame
214 for (p = c, pe = c + 100; p < pe; *p++ = 0);
  /src/sys/kern/
sys_ptrace_common.c 594 struct ptrace_event pe; local in function:ptrace_get_event_mask
596 if (data != sizeof(pe)) {
597 DPRINTF(("%s: %zu != %zu\n", __func__, data, sizeof(pe)));
600 memset(&pe, 0, sizeof(pe));
601 pe.pe_set_event = ISSET(t->p_slflag, PSL_TRACEFORK) ?
603 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACEVFORK) ?
605 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACEVFORK_DONE) ?
607 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACELWP_CREATE) ?
609 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACELWP_EXIT)
621 struct ptrace_event pe; local in function:ptrace_set_event_mask
    [all...]
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.c 1720 const EEPROM_POWER_EXPN_5112 *pe; local in function:legacyEepromDiag
1730 pe = &ee->ee_modePowerArray5112[
1732 *result = pe->pChannels;
1734 roundup(sizeof(uint16_t) * pe->numChannels,
1736 sizeof(EXPN_DATA_PER_CHANNEL_5112) * pe->numChannels;
  /src/sys/arch/hpcmips/dev/
plumpcmcia.c 868 struct plumpcmcia_event *pe; local in function:plum_csc_intr
896 pe = plumpcmcia_event_alloc();
897 if (pe == 0) {
902 pe->pe_type = flag;
903 pe->pe_ph = ph;
904 SIMPLEQ_INSERT_TAIL(&sc->sc_event_head, pe, pe_link);
925 plumpcmcia_event_free(struct plumpcmcia_event *pe)
928 pe->__queued = 0;
935 struct plumpcmcia_event *pe; local in function:plumpcmcia_event_thread
941 while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head)))
    [all...]
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 378 struct mmeyepcmcia_event *pe; local in function:mmeyepcmcia_event_thread
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; local in function:mmeyepcmcia_queue_event
592 pe = kmem_intr_alloc(sizeof(*pe), KM_NOSLEEP);
593 if (pe == NULL
    [all...]
  /src/sys/dev/ic/
i82365.c 525 struct pcic_event *pe; local in function:pcic_event_thread
537 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
559 switch (pe->pe_type) {
612 pe->pe_type);
614 free(pe, M_TEMP);
738 struct pcic_event *pe; local in function:pcic_queue_event
741 pe = malloc(sizeof(*pe), M_TEMP, M_NOWAIT);
742 if (pe == NULL)
745 pe->pe_type = event
    [all...]
tcic2.c 457 struct tcic_event *pe; local in function:tcic_event_thread
462 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
470 switch (pe->pe_type) {
483 pe->pe_type);
485 free(pe, M_TEMP);
633 struct tcic_event *pe; local in function:tcic_queue_event
636 pe = malloc(sizeof(*pe), M_TEMP, M_NOWAIT);
637 if (pe == NULL)
640 pe->pe_type = event
    [all...]
  /src/bin/csh/
glob.c 130 Char *lm, *pe, *pl, *pm, **nv, **vl; local in function:globbrace
142 for (i = 0, pe = ++p; *pe; pe++)
143 if (*pe == LBRK) {
145 for (++pe; *pe != RBRK && *pe != EOS; pe++)
147 if (*pe == EOS)
    [all...]
  /src/bin/ksh/
misc.c 24 const unsigned char *se, const unsigned char *pe,
529 const char *se, *pe; local in function:gmatch
534 pe = p + strlen(p);
538 if (!isfile && !has_globbing(p, pe)) {
539 int len = pe - p + 1;
547 (const unsigned char *) p, (const unsigned char *) pe,
572 const unsigned char *pe = (const unsigned char *) xpe; local in function:has_globbing
578 for (; p < pe; p++) {
623 do_gmatch(s, se, p, pe, isfile)
625 const unsigned char *se, *pe;
    [all...]

Completed in 26 milliseconds

1 2