| /openbsd/src/sys/kern/ |
| D | kern_prot.c | 67 sys_getpid(struct proc *p, void *v, register_t *retval) in sys_getpid() 75 sys_getthrid(struct proc *p, void *v, register_t *retval) in sys_getthrid() 83 sys_getppid(struct proc *p, void *v, register_t *retval) in sys_getppid() 94 sys_getpgrp(struct proc *p, void *v, register_t *retval) in sys_getpgrp() 105 sys_getpgid(struct proc *curp, void *v, register_t *retval) in sys_getpgid() 124 sys_getsid(struct proc *curp, void *v, register_t *retval) in sys_getsid() 146 sys_getuid(struct proc *p, void *v, register_t *retval) in sys_getuid() 154 sys_geteuid(struct proc *p, void *v, register_t *retval) in sys_geteuid() 162 sys_issetugid(struct proc *p, void *v, register_t *retval) in sys_issetugid() 172 sys_getgid(struct proc *p, void *v, register_t *retval) in sys_getgid() [all …]
|
| D | vfs_syscalls.c | 101 sys_mount(struct proc *p, void *v, register_t *retval) in sys_mount() 358 sys_unmount(struct proc *p, void *v, register_t *retval) in sys_unmount() 524 sys_sync(struct proc *p, void *v, register_t *retval) in sys_sync() 550 sys_quotactl(struct proc *p, void *v, register_t *retval) in sys_quotactl() 603 sys_statfs(struct proc *p, void *v, register_t *retval) in sys_statfs() 634 sys_fstatfs(struct proc *p, void *v, register_t *retval) in sys_fstatfs() 666 sys_getfsstat(struct proc *p, void *v, register_t *retval) in sys_getfsstat() 723 sys_fchdir(struct proc *p, void *v, register_t *retval) in sys_fchdir() 771 sys_chdir(struct proc *p, void *v, register_t *retval) in sys_chdir() 797 sys_chroot(struct proc *p, void *v, register_t *retval) in sys_chroot() [all …]
|
| D | uipc_syscalls.c | 72 sys_socket(struct proc *p, void *v, register_t *retval) in sys_socket() 157 sys_bind(struct proc *p, void *v, register_t *retval) in sys_bind() 198 sys_listen(struct proc *p, void *v, register_t *retval) in sys_listen() 221 sys_accept(struct proc *p, void *v, register_t *retval) in sys_accept() 234 sys_accept4(struct proc *p, void *v, register_t *retval) in sys_accept4() 252 int flags, register_t *retval) in doaccept() 374 sys_connect(struct proc *p, void *v, register_t *retval) in sys_connect() 449 sys_socketpair(struct proc *p, void *v, register_t *retval) in sys_socketpair() 536 sys_sendto(struct proc *p, void *v, register_t *retval) in sys_sendto() 561 sys_sendmsg(struct proc *p, void *v, register_t *retval) in sys_sendmsg() [all …]
|
| D | sys_generic.c | 153 sys_read(struct proc *p, void *v, register_t *retval) in sys_read() 179 sys_readv(struct proc *p, void *v, register_t *retval) in sys_readv() 207 register_t *retval) in dofilereadv() 281 sys_write(struct proc *p, void *v, register_t *retval) in sys_write() 307 sys_writev(struct proc *p, void *v, register_t *retval) in sys_writev() 335 register_t *retval) in dofilewritev() 411 sys_ioctl(struct proc *p, void *v, register_t *retval) in sys_ioctl() 525 sys_select(struct proc *p, void *v, register_t *retval) in sys_select() 557 sys_pselect(struct proc *p, void *v, register_t *retval) in sys_pselect() 595 struct timespec *timeout, const sigset_t *sigmask, register_t *retval) in dopselect() [all …]
|
| D | kern_time.c | 163 sys_clock_gettime(struct proc *p, void *v, register_t *retval) in sys_clock_gettime() 185 sys_clock_settime(struct proc *p, void *v, register_t *retval) in sys_clock_settime() 217 sys_clock_getres(struct proc *p, void *v, register_t *retval) in sys_clock_getres() 277 sys_nanosleep(struct proc *p, void *v, register_t *retval) in sys_nanosleep() 334 sys_gettimeofday(struct proc *p, void *v, register_t *retval) in sys_gettimeofday() 365 sys_settimeofday(struct proc *p, void *v, register_t *retval) in sys_settimeofday() 408 sys_adjfreq(struct proc *p, void *v, register_t *retval) in sys_adjfreq() 442 sys_adjtime(struct proc *p, void *v, register_t *retval) in sys_adjtime() 600 sys_getitimer(struct proc *p, void *v, register_t *retval) in sys_getitimer() 626 sys_setitimer(struct proc *p, void *v, register_t *retval) in sys_setitimer()
|
| D | kern_descrip.c | 283 sys_dup(struct proc *p, void *v, register_t *retval) in sys_dup() 317 sys_dup2(struct proc *p, void *v, register_t *retval) in sys_dup2() 328 sys_dup3(struct proc *p, void *v, register_t *retval) in sys_dup3() 345 dodup3(struct proc *p, int old, int new, int flags, register_t *retval) in dodup3() 399 sys_fcntl(struct proc *p, void *v, register_t *retval) in sys_fcntl() 638 register_t *retval, int dupflags) in finishdup() 757 sys_close(struct proc *p, void *v, register_t *retval) in sys_close() 776 sys_fstat(struct proc *p, void *v, register_t *retval) in sys_fstat() 813 sys_fpathconf(struct proc *p, void *v, register_t *retval) in sys_fpathconf() 1283 sys_flock(struct proc *p, void *v, register_t *retval) in sys_flock() [all …]
|
| D | kern_exit.c | 83 sys_exit(struct proc *p, void *v, register_t *retval) in sys_exit() 95 sys___threxit(struct proc *p, void *v, register_t *retval) in sys___threxit() 501 struct rusage *rusage, siginfo_t *info, register_t *retval) in dowait6() 647 sys_wait4(struct proc *q, void *v, register_t *retval) in sys_wait4() 697 sys_waitid(struct proc *q, void *v, register_t *retval) in sys_waitid()
|
| D | kern_fork.c | 94 sys_fork(struct proc *p, void *v, register_t *retval) in sys_fork() 108 sys_vfork(struct proc *p, void *v, register_t *retval) in sys_vfork() 115 sys___tfork(struct proc *p, void *v, register_t *retval) in sys___tfork() 349 register_t *retval, struct proc **rnewprocp) in fork1() 540 register_t *retval) in thread_fork()
|
| D | sysv_shm.c | 184 sys_shmdt(struct proc *p, void *v, register_t *retval) in sys_shmdt() 208 sys_shmat(struct proc *p, void *v, register_t *retval) in sys_shmat() 298 sys_shmctl(struct proc *p, void *v, register_t *retval) in sys_shmctl() 365 int mode, int segnum, register_t *retval) in shmget_existing() 390 int mode, register_t *retval) in shmget_allocate_segment() 463 sys_shmget(struct proc *p, void *v, register_t *retval) in sys_shmget()
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | printf.c | 88 int retval = -1; in libintl_vfprintf() local 104 int retval; in libintl_fprintf() local 124 int retval; in libintl_printf() local 157 int retval; in libintl_sprintf() local 207 int retval; in libintl_snprintf() local 236 int retval; in libintl_asprintf() local 281 int retval = -1; in libintl_vfwprintf() local 301 int retval; in libintl_fwprintf() local 321 int retval; in libintl_wprintf() local 361 int retval; in libintl_swprintf() local
|
| /openbsd/src/sys/uvm/ |
| D | uvm_mmap.c | 118 sys_mquery(struct proc *p, void *v, register_t *retval) in sys_mquery() 209 sys_mmap(struct proc *p, void *v, register_t *retval) in sys_mmap() 448 sys_msync(struct proc *p, void *v, register_t *retval) in sys_msync() 493 sys_munmap(struct proc *p, void *v, register_t *retval) in sys_munmap() 553 sys_mprotect(struct proc *p, void *v, register_t *retval) in sys_mprotect() 600 sys_pinsyscalls(struct proc *p, void *v, register_t *retval) in sys_pinsyscalls() 668 sys_mimmutable(struct proc *p, void *v, register_t *retval) in sys_mimmutable() 694 sys_minherit(struct proc *p, void *v, register_t *retval) in sys_minherit() 724 sys_madvise(struct proc *p, void *v, register_t *retval) in sys_madvise() 811 sys_mlock(struct proc *p, void *v, register_t *retval) in sys_mlock() [all …]
|
| /openbsd/src/regress/lib/libpthread/dlopen/ |
| D | dlopen.c | 118 finish(const char *msg, const int *retval, const struct timespec *tsp) in finish() 174 int retval[2]; in run_sig() local 200 int retval[2]; in run_cancel() local 258 int *retval = arg; in poll_run() local 274 int *retval = arg; in nanosleep_run() local 320 int *retval = arg; in fcntl_run() local 373 int *retval = arg; in flock_run() local 402 int *retval = arg; in sigsuspend_run() local 427 int *retval = arg; in connect_run() local 460 int *retval = arg; in accept_run() local [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | branches.c | 12 { int retval ; in equaltest() local 20 { int retval ; in neqtest() local 27 { int retval ; in zerotest() local 44 int retval ; in nonzerotest() local
|
| /openbsd/src/sys/dev/pci/drm/amd/amdkfd/ |
| D | kfd_packet_manager.c | 96 int retval; in pm_allocate_runlist_ib() local 132 int retval, processes_mapped; in pm_create_runlist_ib() local 287 int retval = 0; in pm_send_set_resources() local 317 int retval; in pm_send_runlist() local 360 int retval = 0; in pm_send_query_status() local 390 int retval = 0; in pm_update_grace_period() local 428 int retval = 0; in pm_send_unmap_queue() local
|
| D | kfd_device_queue_manager.c | 316 int retval = 0; in remove_all_queues_mes() local 606 int retval; in create_queue_nocpsch() local 834 int retval; in destroy_queue_nocpsch_locked() local 893 int retval; in destroy_queue_nocpsch() local 924 int retval = 0; in update_queue() local 1122 int retval, ret = 0; in evict_process_queues_nocpsch() local 1172 int retval = 0; in evict_process_queues_cpsch() local 1232 int retval, ret = 0; in restore_process_queues_nocpsch() local 1311 int retval = 0; in restore_process_queues_cpsch() local 1373 int retval; in register_process() local [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | target.c | 861 LONGEST retval; in target_xfer_partial() local 1870 ptid_t retval; in debug_to_wait() local 1972 int retval; in deprecated_debug_xfer_memory() local 2019 int retval; in debug_to_insert_breakpoint() local 2033 int retval; in debug_to_remove_breakpoint() local 2047 int retval; in debug_to_can_use_hw_breakpoint() local 2063 CORE_ADDR retval; in debug_to_region_size_ok_for_hw_watchpoint() local 2077 int retval; in debug_to_stopped_by_watchpoint() local 2090 int retval; in debug_to_stopped_data_address() local 2104 int retval; in debug_to_insert_hw_breakpoint() local [all …]
|
| D | i386-nat.c | 404 int i, retval = -1; in i386_remove_aligned_watchpoint() local 439 int retval = 0, status = 0; in i386_handle_nonaligned_watchpoint() local 511 int retval; in i386_insert_watchpoint() local 535 int retval; in i386_remove_watchpoint() local 638 int retval = i386_insert_aligned_watchpoint (addr, len_rw) ? EBUSY : 0; in i386_insert_hw_breakpoint() local 653 int retval = i386_remove_aligned_watchpoint (addr, len_rw); in i386_remove_hw_breakpoint() local
|
| D | v850ice.c | 407 long retval; in v850ice_resume() local 506 long retval; in v850ice_fetch_registers() local 545 long retval; in v850ice_store_registers() local 591 long retval; in v850ice_xfer_memory() local 707 long retval; in v850ice_insert_breakpoint() local 726 long retval; in v850ice_remove_breakpoint() local
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | sys_machdep.c | 59 arm32_sync_icache(struct proc *p, char *args, register_t *retval) in arm32_sync_icache() 108 arm32_drain_writebuf(struct proc *p, char *args, register_t *retval) in arm32_drain_writebuf() 119 sys_sysarch(struct proc *p, void *v, register_t *retval) in sys_sysarch()
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | imsg_subr.c | 39 int retval; in imsg_sync_read() local 62 int retval; in imsg_sync_flush() local
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | FormatCache.cpp | 27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get() 31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get() 35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | sys_machdep.c | 52 amd64_iopl(struct proc *p, void *args, register_t *retval) in amd64_iopl() 81 sys_sysarch(struct proc *p, void *v, register_t *retval) in sys_sysarch()
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | sys_machdep.c | 77 sys_sysarch(struct proc *p, void *v, register_t *retval) in sys_sysarch() 147 sys_sysarch(struct proc *p, void *v, register_t *retval) in sys_sysarch()
|
| /openbsd/src/regress/lib/libpthread/signals/pthread_join/ |
| D | pthread_join.c | 28 void *retval; in thr_join() local 39 void *retval; in main() local
|
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | privsep.c | 99 int retval; member 119 int retval; member 130 int retval; member 135 int retval; member 416 int retval = -1; in priv_get_if_addr() local 475 int retval = -1; in priv_get_if_flags() local 520 int retval = -1; in privsep_recvfd() local 544 int retval = -1; in privsep_common_resp() local 676 int retval; in privsep_priv_dispatch_imsg() local
|