Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 4016) sorted by relevance

12345678910>>...161

/openbsd-src/usr.sbin/lpd/
H A Dproc.c69 proc_getpid(struct imsgproc *p) in proc_getpid() argument
75 proc_gettype(struct imsgproc *p) in proc_gettype() argument
81 proc_getinstance(struct imsgproc *p) in proc_getinstance() argument
87 proc_gettitle(struct imsgproc *p) in proc_gettitle() argument
95 struct imsgproc *p; in proc_bypid() local
107 struct imsgproc *p; proc_exec() local
152 struct imsgproc *p; proc_attach() local
163 proc_settitle(struct imsgproc * p,const char * title) proc_settitle() argument
176 proc_setpid(struct imsgproc * p,pid_t pid) proc_setpid() argument
182 proc_setcallback(struct imsgproc * p,void (* cb)(struct imsgproc *,struct imsg *,void *),void * arg) proc_setcallback() argument
190 proc_enable(struct imsgproc * p) proc_enable() argument
196 proc_free(struct imsgproc * p) proc_free() argument
214 struct imsgproc *p; proc_new() local
231 proc_setsock(struct imsgproc * p,int sock) proc_setsock() argument
238 proc_event_add(struct imsgproc * p) proc_event_add() argument
257 proc_callback(struct imsgproc * p,struct imsg * imsg) proc_callback() argument
274 struct imsgproc *p = arg; proc_dispatch() local
333 m_compose(struct imsgproc * p,uint32_t type,uint32_t peerid,pid_t pid,int fd,const void * data,size_t len) m_compose() argument
343 m_create(struct imsgproc * p,uint32_t type,uint32_t peerid,pid_t pid,int fd) m_create() argument
353 m_close(struct imsgproc * p) m_close() argument
363 m_add(struct imsgproc * p,const void * data,size_t len) m_add() argument
387 m_add_int(struct imsgproc * p,int v) m_add_int() argument
393 m_add_u32(struct imsgproc * p,uint32_t v) m_add_u32() argument
399 m_add_u64(struct imsgproc * p,uint64_t v) m_add_u64() argument
405 m_add_size(struct imsgproc * p,size_t v) m_add_size() argument
411 m_add_time(struct imsgproc * p,time_t v) m_add_time() argument
417 m_add_string(struct imsgproc * p,const char * str) m_add_string() argument
428 m_add_sockaddr(struct imsgproc * p,const struct sockaddr * sa) m_add_sockaddr() argument
435 m_end(struct imsgproc * p) m_end() argument
443 m_is_eom(struct imsgproc * p) m_is_eom() argument
449 m_get(struct imsgproc * p,void * dst,size_t sz) m_get() argument
461 m_get_int(struct imsgproc * p,int * dst) m_get_int() argument
467 m_get_u32(struct imsgproc * p,uint32_t * dst) m_get_u32() argument
473 m_get_u64(struct imsgproc * p,uint64_t * dst) m_get_u64() argument
479 m_get_size(struct imsgproc * p,size_t * dst) m_get_size() argument
485 m_get_time(struct imsgproc * p,time_t * dst) m_get_time() argument
491 m_get_string(struct imsgproc * p,const char ** dst) m_get_string() argument
515 m_get_sockaddr(struct imsgproc * p,struct sockaddr * dst) m_get_sockaddr() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Diftrap-1.c3 void f1(int p) in f1()
9 void f2(int p) in f2()
17 void f3(int p) in f3()
25 void f4(int p, int q) in f4()
37 void f5(int p) in f5()
45 void f6(int p) in f6()
53 void f7(int p) in f7()
61 void f8(int p) in f8()
72 void f9(int p) in f9()
83 void f10(int p) in f10()
[all …]
/openbsd-src/usr.bin/mandoc/
H A Dterm.c45 term_setcol(struct termp *p, size_t maxtcol) in term_setcol()
57 term_free(struct termp *p) in term_free()
68 term_begin(struct termp *p, term_margin head, in term_begin()
79 term_end(struct termp *p) in term_end()
93 term_flushln(struct termp *p) in term_flushln()
258 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill()
364 term_field(struct termp *p, size_t vbl, size_t nbr) in term_field()
435 endline(struct termp *p) in endline()
459 term_newln(struct termp *p) in term_newln()
474 term_vspace(struct termp *p) in term_vspace()
[all …]
H A Dterm_ascii.c60 struct termp *p; in ascii_init() local
152 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth()
174 struct termp *p; in terminal_sepline() local
186 ascii_width(const struct termp *p, int c) in ascii_width()
199 ascii_letter(struct termp *p, int c) in ascii_letter()
206 ascii_begin(struct termp *p) in ascii_begin()
213 ascii_end(struct termp *p) in ascii_end()
220 ascii_endline(struct termp *p) in ascii_endline()
233 ascii_advance(struct termp *p, size_t len) in ascii_advance()
250 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
[all …]
/openbsd-src/lib/libpcap/
H A Dpcap.c54 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_dispatch()
63 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_loop()
104 pcap_next(pcap_t *p, struct pcap_pkthdr *h) in pcap_next()
130 pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header, in pcap_next_ex()
179 pcap_check_activated(pcap_t *p) in pcap_check_activated()
190 pcap_set_snaplen(pcap_t *p, int snaplen) in pcap_set_snaplen()
199 pcap_set_promisc(pcap_t *p, int promisc) in pcap_set_promisc()
208 pcap_set_rfmon(pcap_t *p, int rfmon) in pcap_set_rfmon()
217 pcap_set_timeout(pcap_t *p, int timeout_ms) in pcap_set_timeout()
226 pcap_set_immediate_mode(pcap_t *p, int immediate) in pcap_set_immediate_mode()
[all …]
H A Dpcap-bpf.c53 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats()
69 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_read()
187 pcap_inject(pcap_t *p, const void *buf, size_t len) in pcap_inject()
193 pcap_sendpacket(pcap_t *p, const u_char *buf, int size) in pcap_sendpacket()
199 bpf_open(pcap_t *p) in bpf_open()
258 pcap_can_set_rfmon(pcap_t *p) in pcap_can_set_rfmon()
275 pcap_cleanup_bpf(pcap_t *p) in pcap_cleanup_bpf()
367 pcap_close(pcap_t *p) in pcap_close()
376 check_setif_failure(pcap_t *p, int error) in check_setif_failure()
406 pcap_activate(pcap_t *p) in pcap_activate()
[all …]
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_syncmap.c99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno()
105 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child()
112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx()
118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx()
124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix()
129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix()
156 struct i915_syncmap *p; in i915_syncmap_is_later() local
201 struct i915_syncmap *p; in __sync_alloc_leaf() local
214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno()
219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local
[all …]
/openbsd-src/regress/lib/libc/malloc/malloc_errs/
H A Dmalloc_errs.c30 clearq(void *p) in clearq()
57 void *p = malloc(10000); in t1() local
66 void *p, *q; in t2() local
79 void *p = malloc(100); in t3() local
102 char *p = malloc(32); in t6() local
112 char *p, *q; in t7() local
129 char *p, *q; in t8() local
142 char *p = malloc(100); in t9() local
153 char *p = malloc(100); in t11() local
161 char *p = malloc(16); in t12() local
[all …]
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Datomic.h44 #define atomic_set(p, v) WRITE_ONCE(*(p), (v)) argument
45 #define atomic_read(p) READ_ONCE(*(p)) argument
46 #define atomic_inc(p) __sync_fetch_and_add(p, 1) argument
47 #define atomic_dec(p) __sync_fetch_and_sub(p, 1) argument
48 #define atomic_add(n, p) __sync_fetch_and_add(p, argument
49 atomic_sub(n,p) global() argument
50 atomic_and(n,p) global() argument
51 atomic_or(n,p) global() argument
52 atomic_add_return(n,p) global() argument
53 atomic_sub_return(n,p) global() argument
54 atomic_sub_and_test(n,p) global() argument
59 atomic_cmpxchg(p,o,n) global() argument
60 cmpxchg(p,o,n) global() argument
61 cmpxchg64(p,o,n) global() argument
62 atomic_set_release(p,v) global() argument
63 atomic_andnot(bits,p) global() argument
64 atomic_fetch_inc(p) global() argument
65 atomic_fetch_xor(n,p) global() argument
67 try_cmpxchg(p,op,n) global() argument
78 atomic_try_cmpxchg(volatile int * p,int * op,int n) atomic_try_cmpxchg() argument
123 atomic_long_read(p) global() argument
132 atomic64_set(p,v) global() argument
133 atomic64_read(p) global() argument
148 atomic64_add(n,p) global() argument
149 atomic64_sub(n,p) global() argument
150 atomic64_inc(p) global() argument
151 atomic64_add_return(n,p) global() argument
152 atomic64_inc_return(p) global() argument
205 atomic64_inc(p) global() argument
220 atomic64_inc_return(p) global() argument
233 atomic_long_set(p,v) global() argument
235 atomic_long_cmpxchg(p,o,n) global() argument
240 atomic_long_set(p,v) global() argument
242 atomic_long_cmpxchg(p,o,n) global() argument
248 test_and_set_bit(u_int b,volatile void * p) test_and_set_bit() argument
256 clear_bit(u_int b,volatile void * p) clear_bit() argument
262 clear_bit_unlock(u_int b,volatile void * p) clear_bit_unlock() argument
269 set_bit(u_int b,volatile void * p) set_bit() argument
275 __clear_bit(u_int b,volatile void * p) __clear_bit() argument
282 __set_bit(u_int b,volatile void * p) __set_bit() argument
289 test_bit(u_int b,const volatile void * p) test_bit() argument
295 __test_and_set_bit(u_int b,volatile void * p) __test_and_set_bit() argument
306 test_and_clear_bit(u_int b,volatile void * p) test_and_clear_bit() argument
314 __test_and_clear_bit(u_int b,volatile void * p) __test_and_clear_bit() argument
323 find_first_zero_bit(volatile void * p,int max) find_first_zero_bit() argument
341 find_next_zero_bit(volatile void * p,int max,int b) find_next_zero_bit() argument
358 find_first_bit(volatile void * p,int max) find_first_bit() argument
376 find_next_bit(const volatile void * p,int max,int b) find_next_bit() argument
392 for_each_set_bit(b,p,max) global() argument
397 for_each_clear_bit(b,p,max) global() argument
[all...]
/openbsd-src/sys/arch/alpha/alpha/
H A Dprocess_machdep.c93 #define process_frame(p) ((p)->p_md.md_tf) argument
94 #define process_pcb(p) (&(p)->p_addr->u_pcb) argument
95 #define process_fpframe(p) (&(process_pcb(p)->pcb_fp)) argument
98 process_read_regs(p, regs) in process_read_regs() argument
110 process_read_fpregs(p, regs) in process_read_fpregs() argument
125 process_write_regs(p, regs) in process_write_regs() argument
137 process_set_pc(p, addr) in process_set_pc() argument
148 process_write_fpregs(p, regs) in process_write_fpregs() argument
170 ptrace_read_int(struct proc *p, vaddr_t addr, u_int32_t *v) in ptrace_read_int()
188 ptrace_write_int(struct proc *p, vaddr_t addr, u_int32_t v) in ptrace_write_int()
[all …]
/openbsd-src/sys/arch/armv7/omap/
H A Dif_cpswreg.h44 #define CPSW_PORT_P_TX_PRI_MAP(p) (CPSW_PORT_OFFSET + 0x118 + ((p-1) * 0x100)) argument
47 #define CPSW_PORT_P_SA_LO(p) (CPSW_PORT_OFFSET + 0x120 + ((p-1) * 0x100)) argument
48 #define CPSW_PORT_P_SA_HI(p) (CPSW_PORT_OFFSET + 0x124 + ((p-1) * 0x100)) argument
72 #define CPSW_CPDMA_RX_FREEBUFFER(p) (CPSW_CPDMA_OFFSET + 0x0e0 + ((p) * 0x04)) argument
77 #define CPSW_CPDMA_TX_HDP(p) (CPSW_STATERAM_OFFSET + 0x00 + ((p) * 0x04)) argument
78 #define CPSW_CPDMA_RX_HDP(p) (CPSW_STATERAM_OFFSET + 0x20 + ((p) * 0x04)) argument
79 #define CPSW_CPDMA_TX_CP(p) (CPSW_STATERAM_OFFSET + 0x40 + ((p) * 0x04)) argument
80 #define CPSW_CPDMA_RX_CP(p) (CPSW_STATERAM_OFFSET + 0x60 + ((p) * 0x04)) argument
90 #define CPSW_ALE_PORTCTL(p) (CPSW_ALE_OFFSET + 0x40 + ((p) * 0x04)) argument
93 #define CPSW_SL_MACCONTROL(p) (CPSW_SL_OFFSET + (0x40 * (p)) + 0x04) argument
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp426 void __hwasan_print_shadow(const void *p, uptr sz) { in __hwasan_print_shadow()
443 sptr __hwasan_test_shadow(const void *p, uptr sz) { in __hwasan_test_shadow()
458 u16 __sanitizer_unaligned_load16(const uu16 *p) { in __sanitizer_unaligned_load16()
461 u32 __sanitizer_unaligned_load32(const uu32 *p) { in __sanitizer_unaligned_load32()
464 u64 __sanitizer_unaligned_load64(const uu64 *p) { in __sanitizer_unaligned_load64()
467 void __sanitizer_unaligned_store16(uu16 *p, u16 x) { in __sanitizer_unaligned_store16()
470 void __sanitizer_unaligned_store32(uu32 *p, u32 x) { in __sanitizer_unaligned_store32()
473 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { in __sanitizer_unaligned_store64()
477 void __hwasan_loadN(uptr p, uptr sz) { in __hwasan_loadN()
480 void __hwasan_load1(uptr p) { in __hwasan_load1()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype-yacc.y31 pair_p p; member
127 pair_p p; variable
140 pair_p p; variable
160 pair_p p = xcalloc (1, sizeof (*p)); variable
171 pair_p p = xcalloc (1, sizeof (*p)); variable
185 pair_p p = xmalloc (sizeof (*p)); variable
195 pair_p p = xmalloc (sizeof (*p)); variable
205 pair_p p = xmalloc (sizeof (*p)); variable
/openbsd-src/lib/libc/uuid/
H A Duuid_stream.c86 uint8_t const *p = (uint8_t const *)pp; in be16dec() local
94 uint8_t const *p = (uint8_t const *)pp; in be32dec() local
102 uint8_t const *p = (uint8_t const *)pp; in le16dec() local
110 uint8_t const *p = (uint8_t const *)pp; in le32dec() local
118 uint8_t *p = (uint8_t *)pp; in be16enc() local
127 uint8_t *p = (uint8_t *)pp; in be32enc() local
138 uint8_t *p = (uint8_t *)pp; in le16enc() local
147 uint8_t *p = (uint8_t *)pp; in le32enc() local
158 uint8_t *p = buf; in uuid_enc_le() local
173 const uint8_t *p = buf; in uuid_dec_le() local
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype-yacc.y33 pair_p p; member
130 pair_p p; variable
143 pair_p p; variable
163 pair_p p = XCNEW (struct pair); variable
174 pair_p p = XCNEW (struct pair); variable
188 pair_p p = XNEW (struct pair); variable
198 pair_p p = XNEW (struct pair); variable
208 pair_p p = XNEW (struct pair); variable
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.c64 static struct kfd_signal_page *allocate_signal_page(struct kfd_process *p) in allocate_signal_page()
94 static int allocate_event_notification_slot(struct kfd_process *p, in allocate_event_notification_slot()
125 page_slots(p->signal_page)[id] = UNSIGNALED_EVENT_SLOT; in allocate_event_notification_slot() local
134 static struct kfd_event *lookup_event_by_id(struct kfd_process *p, uint32_t id) in lookup_event_by_id()
157 struct kfd_process *p, uint32_t id, uint32_t bits) in lookup_signaled_event_by_partial_id()
168 if (page_slots(p->signal_page)[id] == UNSIGNALED_EVENT_SLOT) in lookup_signaled_event_by_partial_id() local
178 if (page_slots(p->signal_page)[id] == UNSIGNALED_EVENT_SLOT) in lookup_signaled_event_by_partial_id() local
187 static int create_signal_event(struct file *devkfd, struct kfd_process *p, in create_signal_event()
217 static int create_other_event(struct kfd_process *p, struct kfd_event *ev, const int *restore_id) in create_other_event()
241 int kfd_event_init_process(struct kfd_process *p) in kfd_event_init_process()
[all …]
/openbsd-src/sys/kern/
H A Dkern_pledge.c421 parsepledges(struct proc * p,const char * kname,const char * promises,u_int64_t * fp) parsepledges() argument
457 sys_pledge(struct proc * p,void * v,register_t * retval) sys_pledge() argument
539 pledge_syscall(struct proc * p,int code,uint64_t * tval) pledge_syscall() argument
558 pledge_fail(struct proc * p,int error,uint64_t code) pledge_fail() argument
598 pledge_namei(struct proc * p,struct nameidata * ni,char * origpath) pledge_namei() argument
756 pledge_recvfd(struct proc * p,struct file * fp) pledge_recvfd() argument
784 pledge_sendfd(struct proc * p,struct file * fp) pledge_sendfd() argument
810 pledge_sysctl(struct proc * p,int miblen,int * mib,void * new) pledge_sysctl() argument
1014 pledge_chown(struct proc * p,uid_t uid,gid_t gid) pledge_chown() argument
1030 pledge_adjtime(struct proc * p,const void * v) pledge_adjtime() argument
1045 pledge_sendit(struct proc * p,const void * to) pledge_sendit() argument
1058 pledge_ioctl(struct proc * p,long com,struct file * fp) pledge_ioctl() argument
1356 pledge_sockopt(struct proc * p,int set,int level,int optname) pledge_sockopt() argument
1493 pledge_socket(struct proc * p,int domain,unsigned int state) pledge_socket() argument
1526 pledge_flock(struct proc * p) pledge_flock() argument
1537 pledge_swapctl(struct proc * p,int cmd) pledge_swapctl() argument
1573 pledge_fcntl(struct proc * p,int cmd) pledge_fcntl() argument
1583 pledge_kill(struct proc * p,pid_t pid) pledge_kill() argument
1595 pledge_profil(struct proc * p,u_int scale) pledge_profil() argument
1605 pledge_protexec(struct proc * p,int prot) pledge_protexec() argument
1620 const char *p; canonpath() local
[all...]
H A Dvfs_syscalls.c101 sys_mount(struct proc *p, void *v, register_t *retval) in sys_mount() argument
358 sys_unmount(struct proc *p, voi argument
406 dounmount(struct mount * mp,int flags,struct proc * p) dounmount() argument
470 dounmount_leaf(struct mount * mp,int flags,struct proc * p) dounmount_leaf() argument
524 sys_sync(struct proc * p,void * v,register_t * retval) sys_sync() argument
550 sys_quotactl(struct proc * p,void * v,register_t * retval) sys_quotactl() argument
572 copyout_statfs(struct statfs * sp,void * uaddr,struct proc * p) copyout_statfs() argument
603 sys_statfs(struct proc * p,void * v,register_t * retval) sys_statfs() argument
634 sys_fstatfs(struct proc * p,void * v,register_t * retval) sys_fstatfs() argument
666 sys_getfsstat(struct proc * p,void * v,register_t * retval) sys_getfsstat() argument
723 sys_fchdir(struct proc * p,void * v,register_t * retval) sys_fchdir() argument
771 sys_chdir(struct proc * p,void * v,register_t * retval) sys_chdir() argument
797 sys_chroot(struct proc * p,void * v,register_t * retval) sys_chroot() argument
834 change_dir(struct nameidata * ndp,struct proc * p) change_dir() argument
854 sys___realpath(struct proc * p,void * v,register_t * retval) sys___realpath() argument
944 sys_unveil(struct proc * p,void * v,register_t * retval) sys_unveil() argument
1042 sys_open(struct proc * p,void * v,register_t * retval) sys_open() argument
1055 sys_openat(struct proc * p,void * v,register_t * retval) sys_openat() argument
1069 doopenat(struct proc * p,int fd,const char * path,int oflags,mode_t mode,register_t * retval) doopenat() argument
1206 sys___tmpfd(struct proc * p,void * v,register_t * retval) sys___tmpfd() argument
1292 sys_getfh(struct proc * p,void * v,register_t * retval) sys_getfh() argument
1332 sys_fhopen(struct proc * p,void * v,register_t * retval) sys_fhopen() argument
1465 sys_fhstat(struct proc * p,void * v,register_t * retval) sys_fhstat() argument
1499 sys_fhstatfs(struct proc * p,void * v,register_t * retval) sys_fhstatfs() argument
1537 sys_mknod(struct proc * p,void * v,register_t * retval) sys_mknod() argument
1550 sys_mknodat(struct proc * p,void * v,register_t * retval) sys_mknodat() argument
1564 domknodat(struct proc * p,int fd,const char * path,mode_t mode,dev_t dev) domknodat() argument
1642 sys_mkfifo(struct proc * p,void * v,register_t * retval) sys_mkfifo() argument
1654 sys_mkfifoat(struct proc * p,void * v,register_t * retval) sys_mkfifoat() argument
1670 sys_link(struct proc * p,void * v,register_t * retval) sys_link() argument
1682 sys_linkat(struct proc * p,void * v,register_t * retval) sys_linkat() argument
1697 dolinkat(struct proc * p,int fd1,const char * path1,int fd2,const char * path2,int flag) dolinkat() argument
1754 sys_symlink(struct proc * p,void * v,register_t * retval) sys_symlink() argument
1765 sys_symlinkat(struct proc * p,void * v,register_t * retval) sys_symlinkat() argument
1778 dosymlinkat(struct proc * p,const char * upath,int fd,const char * link) dosymlinkat() argument
1816 sys_unlink(struct proc * p,void * v,register_t * retval) sys_unlink() argument
1826 sys_unlinkat(struct proc * p,void * v,register_t * retval) sys_unlinkat() argument
1839 dounlinkat(struct proc * p,int fd,const char * path,int flag) dounlinkat() argument
1905 sys_lseek(struct proc * p,void * v,register_t * retval) sys_lseek() argument
1943 sys_access(struct proc * p,void * v,register_t * retval) sys_access() argument
1955 sys_faccessat(struct proc * p,void * v,register_t * retval) sys_faccessat() argument
1969 dofaccessat(struct proc * p,int fd,const char * path,int amode,int flag) dofaccessat() argument
2031 sys_stat(struct proc * p,void * v,register_t * retval) sys_stat() argument
2042 sys_fstatat(struct proc * p,void * v,register_t * retval) sys_fstatat() argument
2056 dofstatat(struct proc * p,int fd,const char * path,struct stat * buf,int flag) dofstatat() argument
2091 sys_lstat(struct proc * p,void * v,register_t * retval) sys_lstat() argument
2106 sys_pathconf(struct proc * p,void * v,register_t * retval) sys_pathconf() argument
2118 sys_pathconfat(struct proc * p,void * v,register_t * retval) sys_pathconfat() argument
2132 dopathconfat(struct proc * p,int fd,const char * path,int name,int flag,register_t * retval) dopathconfat() argument
2156 sys_readlink(struct proc * p,void * v,register_t * retval) sys_readlink() argument
2169 sys_readlinkat(struct proc * p,void * v,register_t * retval) sys_readlinkat() argument
2183 doreadlinkat(struct proc * p,int fd,const char * path,char * buf,size_t count,register_t * retval) doreadlinkat() argument
2221 sys_chflags(struct proc * p,void * v,register_t * retval) sys_chflags() argument
2233 sys_chflagsat(struct proc * p,void * v,register_t * retval) sys_chflagsat() argument
2247 dochflagsat(struct proc * p,int fd,const char * path,u_int flags,int atflags) dochflagsat() argument
2268 sys_fchflags(struct proc * p,void * v,register_t * retval) sys_fchflags() argument
2287 dovchflags(struct proc * p,struct vnode * vp,u_int flags) dovchflags() argument
2320 sys_chmod(struct proc * p,void * v,register_t * retval) sys_chmod() argument
2331 sys_fchmodat(struct proc * p,void * v,register_t * retval) sys_fchmodat() argument
2345 dofchmodat(struct proc * p,int fd,const char * path,mode_t mode,int flag) dofchmodat() argument
2382 sys_fchmod(struct proc * p,void * v,register_t * retval) sys_fchmod() argument
2419 sys_chown(struct proc * p,void * v,register_t * retval) sys_chown() argument
2432 sys_fchownat(struct proc * p,void * v,register_t * retval) sys_fchownat() argument
2447 dofchownat(struct proc * p,int fd,const char * path,uid_t uid,gid_t gid,int flag) dofchownat() argument
2498 sys_lchown(struct proc * p,void * v,register_t * retval) sys_lchown() argument
2551 sys_fchown(struct proc * p,void * v,register_t * retval) sys_fchown() argument
2602 sys_utimes(struct proc * p,void * v,register_t * retval) sys_utimes() argument
2634 sys_utimensat(struct proc * p,void * v,register_t * retval) sys_utimensat() argument
2672 doutimensat(struct proc * p,int fd,const char * path,struct timespec ts[2],int flag) doutimensat() argument
2694 dovutimens(struct proc * p,struct vnode * vp,struct timespec ts[2]) dovutimens() argument
2743 sys_futimes(struct proc * p,void * v,register_t * retval) sys_futimes() argument
2776 sys_futimens(struct proc * p,void * v,register_t * retval) sys_futimens() argument
2810 dofutimens(struct proc * p,int fd,struct timespec ts[2]) dofutimens() argument
2829 dotruncate(struct proc * p,struct vnode * vp,off_t len) dotruncate() argument
2858 sys_truncate(struct proc * p,void * v,register_t * retval) sys_truncate() argument
2885 sys_ftruncate(struct proc * p,void * v,register_t * retval) sys_ftruncate() argument
2914 sys_fsync(struct proc * p,void * v,register_t * retval) sys_fsync() argument
2939 sys_rename(struct proc * p,void * v,register_t * retval) sys_rename() argument
2951 sys_renameat(struct proc * p,void * v,register_t * retval) sys_renameat() argument
2965 dorenameat(struct proc * p,int fromfd,const char * from,int tofd,const char * to) dorenameat() argument
3050 sys_mkdir(struct proc * p,void * v,register_t * retval) sys_mkdir() argument
3061 sys_mkdirat(struct proc * p,void * v,register_t * retval) sys_mkdirat() argument
3074 domkdirat(struct proc * p,int fd,const char * path,mode_t mode) domkdirat() argument
3110 sys_rmdir(struct proc * p,void * v,register_t * retval) sys_rmdir() argument
3123 sys_getdents(struct proc * p,void * v,register_t * retval) sys_getdents() argument
3187 sys_umask(struct proc * p,void * v,register_t * retval) sys_umask() argument
3206 sys_revoke(struct proc * p,void * v,register_t * retval) sys_revoke() argument
3245 getvnode(struct proc * p,int fd,struct file ** fpp) getvnode() argument
3273 sys_pread(struct proc * p,void * v,register_t * retval) sys_pread() argument
3301 sys_preadv(struct proc * p,void * v,register_t * retval) sys_preadv() argument
3333 sys_pwrite(struct proc * p,void * v,register_t * retval) sys_pwrite() argument
3361 sys_pwritev(struct proc * p,void * v,register_t * retval) sys_pwritev() argument
[all...]
/openbsd-src/lib/libc/arch/sparc64/
H A DSYS.h49 #define __ENTRY(p,x) ENTRY(_CAT(p,x)) ; .weak x; x = _CAT(p,x) argument
50 #define __ENTRY_HIDDEN(p,x) ENTRY(_CAT(p,x)) argument
52 #define __END_HIDDEN(p,x) END(_CAT(p,x)); \ argument
55 #define __END(p,x) __END_HIDDEN(p,x); END(x) argument
70 #define _SYSCALL(p,x,y) \ argument
80 #define _SYSCALL_HIDDEN(p,x,y) \ argument
90 #define __SYSCALL(p,x) \ argument
93 #define __SYSCALL_HIDDEN(p,x) \ argument
101 #define __RSYSCALL(p,x) \ argument
109 #define __RSYSCALL_HIDDEN(p,x) \ argument
[all …]
/openbsd-src/usr.sbin/tcpdump/
H A Dextract.h28 #define EXTRACT_16BITS(p) \ argument
32 #define EXTRACT_32BITS(p) \ argument
38 #define EXTRACT_24BITS(p) \ argument
45 #define EXTRACT_LE_8BITS(p) (*(p)) argument
46 #define EXTRACT_LE_16BITS(p) \ argument
49 #define EXTRACT_LE_32BITS(p) \ argument
54 #define EXTRACT_LE_64BITS(p) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp21 char *p = (char *)Alloc(10); in TEST() local
39 char *p = (char*)user_alloc(thr, pc, 10); in TEST() local
54 void *p = user_realloc(thr, pc, 0, 0); in TEST() local
61 void *p = user_realloc(thr, pc, 0, 100); in TEST() local
67 void *p = user_alloc(thr, pc, 100); in TEST() local
75 void *p = user_realloc(thr, pc, 0, 100); in TEST() local
86 void *p = user_realloc(thr, pc, 0, 10000); in TEST() local
100 char *p = (char*)user_alloc(thr, pc, 10); in TEST() local
122 char *p = (char*)user_alloc(thr, 0, 10); in TEST() local
143 void *p = user_valloc(thr, 0, 100); in TEST() local
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.h431 #define ARG1u(p) ARG_VALUE(ARG1u_LOC(p)) argument
432 #define ARG1i(p) ARG_VALUE(ARG1i_LOC(p)) argument
433 #define ARG1a(p) ARG_VALUE(ARG1a_LOC(p)) argument
434 #define ARG1b(p) ARG_VALUE(ARG1b_LOC(p)) argument
436 #define ARG2u(p) ARG_VALUE(ARG2u_LOC(p)) argument
437 ARG2i(p) global() argument
438 ARG2a(p) global() argument
439 ARG2b(p) global() argument
441 ARG3u(p) global() argument
442 ARG3i(p) global() argument
443 ARG3a(p) global() argument
444 ARG3b(p) global() argument
446 ARGp(p) global() argument
448 ARG1u_SET(p,val) global() argument
449 ARG1i_SET(p,val) global() argument
450 ARG1a_SET(p,val) global() argument
451 ARG1b_SET(p,val) global() argument
453 ARG2u_SET(p,val) global() argument
454 ARG2i_SET(p,val) global() argument
455 ARG2a_SET(p,val) global() argument
456 ARG2b_SET(p,val) global() argument
458 ARG3u_SET(p,val) global() argument
459 ARG3i_SET(p,val) global() argument
460 ARG3a_SET(p,val) global() argument
461 ARG3b_SET(p,val) global() argument
463 ARGp_SET(p,val) global() argument
484 NEXT_OFF(p) global() argument
485 OP(p) global() argument
486 STR_LEN_U8(p) global() argument
487 FIRST_BYTE(p) global() argument
488 FLAGS(p) global() argument
491 STR_LENs(p) global() argument
493 STRINGs(p) global() argument
495 OPERANDs(p) global() argument
497 PARNO(p) global() argument
513 STR_LENl(p) global() argument
515 STRINGl(p) global() argument
517 OPERANDl(p) global() argument
519 STR_LEN(p) global() argument
521 STRING(p) global() argument
523 OPERAND(p) global() argument
529 setSTR_LEN(p,v) global() argument
538 ANYOFRbase(p) global() argument
539 ANYOFRdelta(p) global() argument
545 ARGp_BYTES_LOC(p) global() argument
546 ARG1u_LOC(p) global() argument
547 ARG1i_LOC(p) global() argument
548 ARG1a_LOC(p) global() argument
549 ARG1b_LOC(p) global() argument
550 ARG2u_LOC(p) global() argument
551 ARG2i_LOC(p) global() argument
552 ARG2a_LOC(p) global() argument
553 ARG2b_LOC(p) global() argument
554 ARG3u_LOC(p) global() argument
555 ARG3i_LOC(p) global() argument
556 ARG3a_LOC(p) global() argument
557 ARG3b_LOC(p) global() argument
630 REGNODE_AFTER_PLUS(p,extra) global() argument
637 REGNODE_AFTER_PLUS_DEBUG(p,extra) global() argument
642 REGNODE_AFTER_opcode(p,op) global() argument
646 REGNODE_AFTER_type(p,t) global() argument
649 REGNODE_AFTER_varies(p) global() argument
652 REGNODE_AFTER(p) global() argument
661 REGNODE_BEFORE_BASE(p) global() argument
662 REGNODE_BEFORE_BASE_DEBUG(p) global() argument
664 REGNODE_BEFORE(p) global() argument
1004 BITMAP_BYTE(p,c) global() argument
1006 BITMAP_TEST(p,c) global() argument
1008 ANYOF_FLAGS(p) global() argument
1012 ANYOF_POSIXL_BITMAP(p) global() argument
1015 ANYOF_POSIXL_SET(p,c) global() argument
1018 ANYOF_POSIXL_CLEAR(p,c) global() argument
1021 ANYOF_POSIXL_TEST(p,c) global() argument
1026 ANYOF_POSIXL_SET_TO_BITMAP(p,bits) global() argument
1036 ANYOF_POSIXL_TEST_ANY_SET(p) global() argument
1038 ANYOF_CLASS_TEST_ANY_SET(p) global() argument
1042 ANYOF_POSIXL_SSC_TEST_ANY_SET(p) global() argument
1044 ANYOF_POSIXL_SSC_TEST_ALL_SET(p) global() argument
1048 ANYOF_POSIXL_TEST_ALL_SET(p) global() argument
1058 ANYOF_BITMAP(p) global() argument
1059 ANYOF_BITMAP_BYTE(p,c) global() argument
1060 ANYOF_BITMAP_SET(p,c) global() argument
1061 ANYOF_BITMAP_CLEAR(p,c) global() argument
1062 ANYOF_BITMAP_TEST(p,c) global() argument
1064 ANYOF_BITMAP_SETALL(p) global() argument
1066 ANYOF_BITMAP_CLEARALL(p) global() argument
1073 UCHARAT(p) global() argument
1075 UCHARAT(p) global() argument
1293 TRIE_BITMAP(p) global() argument
1294 TRIE_BITMAP_BYTE(p,c) global() argument
1295 TRIE_BITMAP_SET(p,c) global() argument
1296 TRIE_BITMAP_CLEAR(p,c) global() argument
1297 TRIE_BITMAP_TEST(p,c) global() argument
[all...]
/openbsd-src/usr.bin/ssh/
H A Dsshbuf-getput-basic.c33 const u_char *p = sshbuf_ptr(buf); in sshbuf_get() local
46 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u64() local
59 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u32() local
72 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u16() local
85 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u8() local
111 const u_char **p) in check_roffset()
125 const u_char *p = NULL; in sshbuf_peek_u64() local
140 const u_char *p = NULL; in sshbuf_peek_u32() local
155 const u_char *p = NULL; in sshbuf_peek_u16() local
170 const u_char *p = NULL; in sshbuf_peek_u8() local
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dprdbg.c514 pr_start_compilation_unit (void *p, const char *filename) in pr_start_compilation_unit()
528 pr_start_source (void *p, const char *filename) in pr_start_source()
542 pr_empty_type (void *p) in pr_empty_type()
552 pr_void_type (void *p) in pr_void_type()
562 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type()
574 pr_float_type (void *p, unsigned int size) in pr_float_type()
591 pr_complex_type (void *p, unsigned int size) in pr_complex_type()
604 pr_bool_type (void *p, unsigned int size) in pr_bool_type()
617 pr_enum_type (void *p, const char *tag, const char **names, in pr_enum_type()
675 pr_pointer_type (void *p) in pr_pointer_type()
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dprdbg.c513 pr_start_compilation_unit (void *p, const char *filename) in pr_start_compilation_unit()
527 pr_start_source (void *p, const char *filename) in pr_start_source()
541 pr_empty_type (void *p) in pr_empty_type()
551 pr_void_type (void *p) in pr_void_type()
561 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type()
573 pr_float_type (void *p, unsigned int size) in pr_float_type()
590 pr_complex_type (void *p, unsigned int size) in pr_complex_type()
603 pr_bool_type (void *p, unsigned int size) in pr_bool_type()
616 pr_enum_type (void *p, const char *tag, const char **names, in pr_enum_type()
674 pr_pointer_type (void *p) in pr_pointer_type()
[all …]

12345678910>>...161