/openbsd-src/bin/pax/ |
H A D | sel_subs.c | 135 USRT *pt; in usr_add() local 201 USRT *pt; in usr_match() local 230 GRPT *pt; in grp_add() local 296 GRPT *pt; in grp_match() local 346 TIME_RNG *pt; in trng_add() local 487 TIME_RNG *pt; in trng_match() local
|
H A D | tables.c | 257 HRDLNK *pt; in chk_lnk() local 346 HRDLNK *pt; in purg_lnk() local 401 HRDLNK *pt; in lnk_end() local 497 FTM *pt; in chk_ftime() local 974 NAMT *pt; in add_name() local 1042 NAMT *pt; in sub_name() local 1172 DEVT *pt; in chk_dev() local 1230 DEVT *pt; in map_dev() local 1393 ATDIR *pt; in atdir_end() local 1425 ATDIR *pt; in add_atdir() local [all …]
|
H A D | pat_rep.c | 222 PATTERN *pt; in pat_add() local 267 PATTERN *pt; in pat_chk() local 304 PATTERN *pt; in pat_sel() local 423 PATTERN *pt; in pat_match() local 909 REPLACE *pt; in rep_name() local
|
H A D | tar.c | 175 char *pt; in ul_oct() local 230 char *pt; in ull_oct() local 285 char *pt; in tar_chksm() local 399 char *pt; in tar_rd() local 1104 char *pt, hdblk[sizeof(HD_USTAR)]; in wr_ustar_or_pax() local
|
H A D | gen_subs.c | 244 char *pt; in ul_asc() local 342 char *pt; in ull_asc() local
|
/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 41 static noinline int expect_pfn_sg(struct pfn_table *pt, in expect_pfn_sg() 81 static noinline int expect_pfn_sg_page_iter(struct pfn_table *pt, in expect_pfn_sg_page_iter() 112 static noinline int expect_pfn_sgtiter(struct pfn_table *pt, in expect_pfn_sgtiter() 142 static int expect_pfn_sgtable(struct pfn_table *pt, in expect_pfn_sgtable() 214 static int alloc_table(struct pfn_table *pt, in alloc_table() 293 struct pfn_table pt; in igt_sg_alloc() local 329 struct pfn_table pt; in igt_sg_trim() local
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_ppgtt.c | 18 struct i915_page_table *pt; in alloc_pt() local 71 void free_px(struct i915_address_space *vm, struct i915_page_table *pt, int lvl) in free_px() 127 struct i915_page_table * const pt, in release_pd_entry() 244 struct i915_page_table *pt; in i915_vm_alloc_pt_stash() local 279 struct i915_page_table *pt; in i915_vm_map_pt_stash() local 296 struct i915_page_table *pt; in i915_vm_free_pt_stash() local
|
H A D | gen6_ppgtt.c | 21 const struct i915_page_table *pt) in gen6_write_pde() 85 struct i915_page_table * const pt = in gen6_ppgtt_clear_range() local 153 struct i915_page_table *pt; in gen6_flush_pd() local 178 struct i915_page_table *pt; in gen6_alloc_va_range() local 259 struct i915_page_table *pt; in gen6_ppgtt_free_pd() local 301 struct i915_page_table *pt; in pd_vma_unbind() local
|
H A D | gen8_ppgtt.c | 251 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_clear() local 336 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_alloc() local 406 struct i915_page_table *pt, in __gen8_ppgtt_foreach() 416 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_foreach() local 438 struct i915_page_table *pt, in gen8_ppgtt_foreach() 517 struct i915_page_table *pt = in xehpsdv_ppgtt_insert_huge() local 640 struct i915_page_table *pt = in gen8_ppgtt_insert_huge() local 770 struct i915_page_table *pt = i915_pt_entry(pd, gen8_pd_index(idx, 1)); in gen8_ppgtt_insert_entry() local 791 struct i915_page_table *pt = i915_pt_entry(pd, gen8_pd_index(idx, 1)); in __xehpsdv_ppgtt_insert_entry_lm() local
|
H A D | gen6_ppgtt.h | 57 #define gen6_for_each_pde(pt, pd, start, length, iter) \ argument 65 #define gen6_for_all_pdes(pt, pd, iter) \ argument
|
/openbsd-src/sys/dev/pci/drm/ttm/ |
H A D | ttm_pool.c | 345 static void ttm_pool_type_give(struct ttm_pool_type *pt, struct vm_page *p) in ttm_pool_type_give() 368 static struct vm_page *ttm_pool_type_take(struct ttm_pool_type *pt) in ttm_pool_type_take() 387 static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, in ttm_pool_type_init() 403 static void ttm_pool_type_fini(struct ttm_pool_type *pt) in ttm_pool_type_fini() 459 struct ttm_pool_type *pt; in ttm_pool_shrink() local 542 struct ttm_pool_type *pt = NULL; in ttm_pool_free_range() local 603 struct ttm_pool_type *pt; in ttm_pool_alloc() local 721 struct ttm_pool_type *pt; in ttm_pool_init() local 748 struct ttm_pool_type *pt; in ttm_pool_fini() local 796 static unsigned int ttm_pool_type_count(struct ttm_pool_type *pt) in ttm_pool_type_count() [all …]
|
/openbsd-src/lib/libc/time/ |
H A D | wcsftime.c | 138 _fmt(const wchar_t *format, const struct tm *t, wchar_t *pt, in _fmt() 492 _conv(int n, const wchar_t *format, wchar_t *pt, const wchar_t *ptlim) in _conv() 501 _add(const wchar_t *str, wchar_t *pt, const wchar_t *ptlim) in _add() 509 _sadd(const char *str, wchar_t *pt, const wchar_t *ptlim) in _sadd() 524 _yconv(int a, int b, int convert_top, int convert_yy, wchar_t *pt, in _yconv()
|
H A D | strftime.c | 130 _fmt(const char *format, const struct tm *t, char *pt, const char *ptlim, int *warnp) in _fmt() 498 _conv(int n, const char *format, char *pt, const char *ptlim) in _conv() 507 _add(const char *str, char *pt, const char *ptlim) in _add() 523 _yconv(int a, int b, int convert_top, int convert_yy, char *pt, const char *ptlim) in _yconv()
|
/openbsd-src/usr.sbin/mrouted/ |
H A D | prune.c | 191 find_prune_entry(u_int32_t vr, struct ptable *pt) in find_prune_entry() 211 struct ptable *pt; in send_prune() local 531 struct ptable *pt, **ptnp; in reset_neighbor_state() local 618 struct ptable *pt, *prev_pt; in del_table_entry() local 735 struct ptable *pt, *prev_pt; in update_table_entry() local 907 struct ptable *pt; in accept_prune() local 1113 struct ptable *pt, **ptnp; in accept_graft() local 1396 struct ptable *pt, **ptnp; in age_table_entry() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_vm_pt.c | 152 amdgpu_vm_pt_parent(struct amdgpu_vm_bo_base *pt) in amdgpu_vm_pt_parent() argument 406 struct amdgpu_vm_bo_base *pt; in amdgpu_vm_pt_clear() local 603 struct amdgpu_bo_vm *pt; in amdgpu_vm_pt_alloc() local 771 uint64_t pde, pt, flags; amdgpu_vm_pde_update() local 811 amdgpu_vm_pte_update_flags(struct amdgpu_vm_update_params * params,struct amdgpu_bo_vm * pt,unsigned int level,uint64_t pe,uint64_t addr,unsigned int count,uint32_t incr,uint64_t flags) amdgpu_vm_pte_update_flags() argument 954 struct amdgpu_bo *pt; amdgpu_vm_ptes_update() local [all...] |
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 125 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread), in CreatePhysicalThread() local 130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 190 DDPhysicalThread *pt = cb->pt; in MutexBeforeLock() local 356 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck() 398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
|
/openbsd-src/regress/lib/libcrypto/rsa/ |
H A D | rsa_padding_test.c | 131 const struct pkcs1_test *pt; in test_pkcs1_type1() local 267 const struct pkcs1_test *pt; in test_pkcs1_type2() local
|
/openbsd-src/sys/dev/pci/drm/ttm/tests/ |
H A D | ttm_pool_test.c | 243 struct ttm_pool_type *pt; in ttm_pool_alloc_order_caching_match() local 341 struct ttm_pool_type *pt; in ttm_pool_free_dma_alloc() local 372 struct ttm_pool_type *pt; in ttm_pool_free_no_dma_alloc() local 400 struct ttm_pool_type *pt; in ttm_pool_fini_basic() local
|
/openbsd-src/regress/usr.bin/ssh/unittests/misc/ |
H A D | test_ptimeout.c | 26 struct timespec pt, *ts; in test_ptimeout() local
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | lvolume.c | 176 unsigned int request, found, foundat, start, end, pt; in v_allocblocks() local 254 unsigned int start, len, pt; in v_freeblocks() local 616 unsigned int pt, blks; in v_scavenge() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20011217-1.c | 5 typedef struct { long p; } pt; typedef
|
H A D | 921109-1.c | 9 p pt; in f() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | PYRBUG.c | 13 x_PtInRect (Point pt, Rect *r) in x_PtInRect()
|
/openbsd-src/usr.sbin/tcpdump/ |
H A D | print-cdp.c | 144 int pl, pt, al, num; in cdp_print_addr() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | cbrt.c | 34 unsigned32 pt[2]; in cbrtl() member
|