/openbsd/sys/dev/fdt/ |
H A D | if_mvpp.c | 810 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_mh_init() 826 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_mac_init() 854 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_dsa_init() 876 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 897 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 919 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 943 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 991 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 1010 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_etype_init() 1056 memset(&pe, 0, sizeof(pe)); in mvpp2_prs_vlan_init() [all …]
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_pmu.c | 247 target_cntr = pe->adev->df.funcs->pmc_start(pe->adev, in amdgpu_perf_start() 256 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, in amdgpu_perf_start() 284 pe->adev->df.funcs->pmc_get_count(pe->adev, in amdgpu_perf_read() 314 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, hwc->idx, in amdgpu_perf_stop() 360 target_cntr = pe->adev->df.funcs->pmc_start(pe->adev, in amdgpu_perf_add() 398 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, hwc->idx, in amdgpu_perf_del() 582 if (pe->adev != adev) in amdgpu_pmu_fini() 584 list_del(&pe->entry); in amdgpu_pmu_fini() 588 kfree(pe->fmt_attr); in amdgpu_pmu_fini() 590 kfree(pe->evt_attr); in amdgpu_pmu_fini() [all …]
|
H A D | amdgpu_vm_sdma.c | 171 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_copy_ptes() argument 179 pe += amdgpu_bo_gpu_offset_no_check(bo); in amdgpu_vm_sdma_copy_ptes() 182 amdgpu_vm_copy_pte(p->adev, ib, pe, src, count); in amdgpu_vm_sdma_copy_ptes() 200 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_set_ptes() argument 206 pe += amdgpu_bo_gpu_offset_no_check(bo); in amdgpu_vm_sdma_set_ptes() 209 amdgpu_vm_write_pte(p->adev, ib, pe, addr | flags, in amdgpu_vm_sdma_set_ptes() 212 amdgpu_vm_set_pte_pde(p->adev, ib, pe, addr, in amdgpu_vm_sdma_set_ptes() 232 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_sdma_update() argument 275 amdgpu_vm_sdma_set_ptes(p, bo, pe, addr, count, in amdgpu_vm_sdma_update() 299 amdgpu_vm_sdma_copy_ptes(p, bo, pe, nptes); in amdgpu_vm_sdma_update() [all …]
|
H A D | amdgpu_vm_cpu.c | 72 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_cpu_update() argument 85 pe += (unsigned long)amdgpu_bo_kptr(&vmbo->bo); in amdgpu_vm_cpu_update() 87 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_cpu_update() 93 amdgpu_gmc_set_pte_pde(p->adev, (void *)(uintptr_t)pe, in amdgpu_vm_cpu_update()
|
H A D | amdgpu_vm.h | 171 uint64_t pe, uint64_t src, 175 void (*write_pte)(struct amdgpu_ib *ib, uint64_t pe, 180 uint64_t pe, 249 struct amdgpu_bo_vm *bo, uint64_t pe, uint64_t addr, 399 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib… argument 400 #define amdgpu_vm_write_pte(adev, ib, pe, value, count, incr) ((adev)->vm_manager.vm_pte_funcs->wri… argument 401 …e amdgpu_vm_set_pte_pde(adev, ib, pe, addr, count, incr, flags) ((adev)->vm_manager.vm_pte_funcs->… argument
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | obsd-nat.c | 118 ptrace_state_t pe; in obsd_wait() local 121 if (ptrace (PT_GET_PROCESS_STATE, pid, (caddr_t)&pe, sizeof pe) == -1) in obsd_wait() 124 switch (pe.pe_report_event) in obsd_wait() 128 ourstatus->value.related_pid = pe.pe_other_pid; in obsd_wait() 131 fpid = waitpid (pe.pe_other_pid, &status, 0); in obsd_wait() 136 (caddr_t)&pe, sizeof pe) == -1) in obsd_wait() 139 gdb_assert (pe.pe_report_event == PTRACE_FORK); in obsd_wait() 140 gdb_assert (pe.pe_other_pid == pid); in obsd_wait() 143 ourstatus->value.related_pid = pe.pe_other_pid; in obsd_wait() 150 ptid = ptid_build (pid, pe.pe_tid, 0); in obsd_wait()
|
H A D | inf-ptrace.c | 50 ptrace_state_t pe; in inf_ptrace_follow_fork() local 65 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1) in inf_ptrace_follow_fork() 69 fpid = pe.pe_other_pid; in inf_ptrace_follow_fork() 154 ptrace_event_t pe; in inf_ptrace_post_startup_inferior() local 157 memset (&pe, 0, sizeof pe); in inf_ptrace_post_startup_inferior() 160 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1) in inf_ptrace_post_startup_inferior() 242 ptrace_event_t pe; in inf_ptrace_post_attach() local 245 memset (&pe, 0, sizeof pe); in inf_ptrace_post_attach() 248 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1) in inf_ptrace_post_attach() 407 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1) in inf_ptrace_wait() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | peXXigen.c | 409 a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in() 530 if (pe->force_minimum_alignment) in _bfd_XXi_swap_aouthdr_out() 611 if (pe->has_reloc_section) in _bfd_XXi_swap_aouthdr_out() 732 filehdr_in->pe.e_cp = 0x3; in _bfd_XXi_only_swap_filehdr_out() 733 filehdr_in->pe.e_crlc = 0x0; in _bfd_XXi_only_swap_filehdr_out() 734 filehdr_in->pe.e_cparhdr = 0x4; in _bfd_XXi_only_swap_filehdr_out() 735 filehdr_in->pe.e_minalloc = 0x0; in _bfd_XXi_only_swap_filehdr_out() 737 filehdr_in->pe.e_ss = 0x0; in _bfd_XXi_only_swap_filehdr_out() 748 filehdr_in->pe.e_oemid = 0x0; in _bfd_XXi_only_swap_filehdr_out() 749 filehdr_in->pe.e_oeminfo = 0x0; in _bfd_XXi_only_swap_filehdr_out() [all …]
|
H A D | peicode.h | 243 pe_data_type *pe; in pe_mkobject() local 251 pe = pe_data (abfd); in pe_mkobject() 253 pe->coff.pe = 1; in pe_mkobject() 256 pe->in_reloc_p = in_reloc_p; in pe_mkobject() 276 pe_data_type *pe; in pe_mkobject_hook() local 281 pe = pe_data (abfd); in pe_mkobject_hook() 290 pe->coff.local_symesz = SYMESZ; in pe_mkobject_hook() 303 pe->dll = 1; in pe_mkobject_hook() 310 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe; in pe_mkobject_hook() 318 return (void *) pe; in pe_mkobject_hook() [all …]
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | Host.cpp | 142 PROCESSENTRY32W pe = {}; in FindProcessesImpl() local 143 pe.dwSize = sizeof(PROCESSENTRY32W); in FindProcessesImpl() 144 if (Process32FirstW(snapshot.get(), &pe)) { in FindProcessesImpl() 152 llvm::convertWideToUTF8(pe.szExeFile, exeFile); in FindProcessesImpl() 154 process.SetProcessID(pe.th32ProcessID); in FindProcessesImpl() 160 } while (Process32NextW(snapshot.get(), &pe)); in FindProcessesImpl() 183 PROCESSENTRY32W pe; in GetProcessInfo() local 184 pe.dwSize = sizeof(PROCESSENTRY32W); in GetProcessInfo() 185 if (Process32FirstW(snapshot.get(), &pe)) { in GetProcessInfo() 187 if (pe.th32ProcessID == pid) { in GetProcessInfo() [all …]
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | si_dma.c | 70 uint64_t pe, uint64_t src, in si_dma_vm_copy_pages() argument 80 ib->ptr[ib->length_dw++] = lower_32_bits(pe); in si_dma_vm_copy_pages() 82 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in si_dma_vm_copy_pages() 85 pe += bytes; in si_dma_vm_copy_pages() 106 uint64_t pe, in si_dma_vm_write_pages() argument 120 ib->ptr[ib->length_dw++] = pe; in si_dma_vm_write_pages() 121 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in si_dma_vm_write_pages() 122 for (; ndw > 0; ndw -= 2, --count, pe += 8) { in si_dma_vm_write_pages() 153 uint64_t pe, in si_dma_vm_set_pages() argument 172 ib->ptr[ib->length_dw++] = pe; /* dst addr */ in si_dma_vm_set_pages() [all …]
|
H A D | ni_dma.c | 316 uint64_t pe, uint64_t src, in cayman_dma_vm_copy_pages() argument 328 ib->ptr[ib->length_dw++] = lower_32_bits(pe); in cayman_dma_vm_copy_pages() 330 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in cayman_dma_vm_copy_pages() 333 pe += ndw * 4; in cayman_dma_vm_copy_pages() 354 uint64_t pe, in cayman_dma_vm_write_pages() argument 369 ib->ptr[ib->length_dw++] = pe; in cayman_dma_vm_write_pages() 370 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in cayman_dma_vm_write_pages() 371 for (; ndw > 0; ndw -= 2, --count, pe += 8) { in cayman_dma_vm_write_pages() 402 uint64_t pe, in cayman_dma_vm_set_pages() argument 421 ib->ptr[ib->length_dw++] = pe; /* dst addr */ in cayman_dma_vm_set_pages() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | peXXigen.c | 452 a = &aouthdr_int->pe; 577 if (pe->force_minimum_alignment) 658 if (pe->has_reloc_section) 777 filehdr_in->pe.e_cp = 0x3; 778 filehdr_in->pe.e_crlc = 0x0; 779 filehdr_in->pe.e_cparhdr = 0x4; 780 filehdr_in->pe.e_minalloc = 0x0; 782 filehdr_in->pe.e_ss = 0x0; 793 filehdr_in->pe.e_oemid = 0x0; 794 filehdr_in->pe.e_oeminfo = 0x0; [all …]
|
H A D | peicode.h | 282 pe_data_type *pe; local 290 pe = pe_data (abfd); 292 pe->coff.pe = 1; 295 pe->in_reloc_p = in_reloc_p; 315 pe_data_type *pe; local 320 pe = pe_data (abfd); 329 pe->coff.local_symesz = SYMESZ; 342 pe->dll = 1; 349 pe->pe_opthdr = ((struct internal_aouthdr *)aouthdr)->pe; 357 return (PTR) pe; [all …]
|
/openbsd/lib/libc/net/ |
H A D | getprotoent.c | 69 getprotoent_r(struct protoent *pe, struct protoent_data *pd) in getprotoent_r() argument 90 pd->line = pe->p_name = memcpy(cp, p, len); in getprotoent_r() 104 pe->p_proto = l; in getprotoent_r() 115 q = pe->p_aliases = pd->aliases; in getprotoent_r() 123 if (q == &pe->p_aliases[pd->maxaliases - 1]) { in getprotoent_r() 124 p = reallocarray(pe->p_aliases, in getprotoent_r() 133 q = (char **)p + (q - pe->p_aliases); in getprotoent_r() 134 pe->p_aliases = pd->aliases = (char **)p; in getprotoent_r()
|
H A D | getprotoname.c | 36 getprotobyname_r(const char *name, struct protoent *pe, in getprotobyname_r() argument 43 while ((error = getprotoent_r(pe, pd)) == 0) { in getprotobyname_r() 44 if (strcmp(pe->p_name, name) == 0) in getprotobyname_r() 46 for (cp = pe->p_aliases; *cp != 0; cp++) in getprotobyname_r()
|
/openbsd/usr.bin/rdist/ |
H A D | expand.c | 389 u_char *pe, *pm, *pl; in execbrc() local 397 for (pe = ++p; *pe; pe++) in execbrc() 398 switch (*pe) { in execbrc() 411 for (pe++; *pe && *pe != ']'; pe++) in execbrc() 412 if (*p == QUOTECHAR) pe++; in execbrc() 413 if (!*pe) in execbrc() 418 pe++; in execbrc() 422 if (brclev || !*pe) { in execbrc() 426 for (pl = pm = p; pm <= pe; pm++) in execbrc() 450 (void) strlcat((char *)restbuf, (char *)pe + 1, in execbrc()
|
/openbsd/bin/ksh/ |
H A D | misc.c | 496 const char *se, *pe; in gmatch() local 501 pe = p + strlen(p); in gmatch() 506 size_t len = pe - p + 1; in gmatch() 543 for (; p < pe; p++) { in has_globbing() 597 while (p < pe) { in do_gmatch() 621 if (p == pe) in do_gmatch() 625 if (do_gmatch(s, se, p, pe)) in do_gmatch() 645 pnext = pat_scan(psub, pe, 1); in do_gmatch() 650 se, p - 2, pe)))) in do_gmatch() 670 srest = prest == pe ? se : s; in do_gmatch() [all …]
|
/openbsd/gnu/usr.bin/binutils/ld/po/ |
H A D | ld.pot | 254 #: emultempl/pe.em:794 emultempl/pe.em:821 259 #: emultempl/pe.em:799 emultempl/pe.em:826 263 #: emultempl/pe.em:800 emultempl/pe.em:827 1686 #: pe-dll.c:301 1691 #: pe-dll.c:650 1696 #: pe-dll.c:657 1701 #: pe-dll.c:723 1706 #: pe-dll.c:729 1711 #: pe-dll.c:736 1716 #: pe-dll.c:848 [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/po/ |
H A D | ld.pot | 299 #: emultempl/pe.em:824 emultempl/pe.em:851 304 #: emultempl/pe.em:829 emultempl/pe.em:856 308 #: emultempl/pe.em:830 emultempl/pe.em:857 1847 #: pe-dll.c:303 1852 #: pe-dll.c:604 1857 #: pe-dll.c:657 1862 #: pe-dll.c:664 1867 #: pe-dll.c:751 1872 #: pe-dll.c:757 1877 #: pe-dll.c:764 [all …]
|
H A D | zh_CN.po | 274 #: emultempl/pe.em:821 emultempl/pe.em:848 279 #: emultempl/pe.em:826 emultempl/pe.em:853 283 #: emultempl/pe.em:827 emultempl/pe.em:854 1880 #: pe-dll.c:303 1885 #: pe-dll.c:652 1890 #: pe-dll.c:659 1895 #: pe-dll.c:725 1900 #: pe-dll.c:731 1905 #: pe-dll.c:738 1910 #: pe-dll.c:850 [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | configure.tgt | 117 arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; 118 arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;; 119 arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; 170 i386-*-beospe*) fmt=coff em=pe ;; 214 i386-*-pe) fmt=coff em=pe ;; 219 i386-*-*nt*) fmt=coff em=pe ;; 262 mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;; 269 mips-*-pe*) fmt=coff endian=little em=pe ;; 306 ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;; 307 ppc-*-winnt*) fmt=coff em=pe ;; [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Fd/ |
H A D | arg.out_ascii | 7 ##uunnqquuootteedd uunneessccaappeedd 9 ##qquuootteedd uunneessccaappeedd 11 ##uunnqquuootteedd eessccaappeedd 13 ##qquuootteedd eessccaappeedd
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cfg.c | 442 edge *pe; local 445 for (pe = &e->dest->pred; *pe != e; pe = &(*pe)->pred_next) 447 *pe = (*pe)->pred_next; 492 edge *pe; local 495 for (pe = &e->src->succ; *pe != e; pe = &(*pe)->succ_next) 498 *pe = (*pe)->succ_next;
|
/openbsd/gnu/usr.bin/perl/dist/PathTools/ |
H A D | Cwd.xs | 482 char const *p, *pe, *q; in THX_unix_canonpath() local 490 pe = p + plen; in THX_unix_canonpath() 497 q = (const char *) memchr(p+2, '/', pe-(p+2)); in THX_unix_canonpath() 498 if(!q) q = pe; in THX_unix_canonpath() 529 if(p == pe) *o++ = '.'; in THX_unix_canonpath() 531 if(p == pe) goto end; in THX_unix_canonpath() 533 q = (const char *) memchr(p, '/', pe-p); in THX_unix_canonpath() 534 if(!q) q = pe; in THX_unix_canonpath() 539 if(p == pe) goto end; in THX_unix_canonpath() 542 if(p == pe) goto end; in THX_unix_canonpath() [all …]
|