Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/openbsd-src/sys/kern/
H A Dkern_prot.c67 sys_getpid(struct proc *p, void *v, register_t *retval) in sys_getpid() argument
75 sys_getthrid(struct proc *p, void *v, register_t *retval) in sys_getthrid() argument
83 sys_getppid(struct proc *p, void *v, register_t *retval) in sys_getppid() argument
92 sys_getpgrp(struct proc * p,void * v,register_t * retval) sys_getpgrp() argument
103 sys_getpgid(struct proc * curp,void * v,register_t * retval) sys_getpgid() argument
122 sys_getsid(struct proc * curp,void * v,register_t * retval) sys_getsid() argument
144 sys_getuid(struct proc * p,void * v,register_t * retval) sys_getuid() argument
152 sys_geteuid(struct proc * p,void * v,register_t * retval) sys_geteuid() argument
160 sys_issetugid(struct proc * p,void * v,register_t * retval) sys_issetugid() argument
170 sys_getgid(struct proc * p,void * v,register_t * retval) sys_getgid() argument
183 sys_getegid(struct proc * p,void * v,register_t * retval) sys_getegid() argument
191 sys_getgroups(struct proc * p,void * v,register_t * retval) sys_getgroups() argument
217 sys_setsid(struct proc * p,void * v,register_t * retval) sys_setsid() argument
252 sys_setpgid(struct proc * curp,void * v,register_t * retval) sys_setpgid() argument
318 sys_getresuid(struct proc * p,void * v,register_t * retval) sys_getresuid() argument
344 sys_setresuid(struct proc * p,void * v,register_t * retval) sys_setresuid() argument
427 sys_getresgid(struct proc * p,void * v,register_t * retval) sys_getresgid() argument
453 sys_setresgid(struct proc * p,void * v,register_t * retval) sys_setresgid() argument
529 sys_setregid(struct proc * p,void * v,register_t * retval) sys_setregid() argument
608 sys_setreuid(struct proc * p,void * v,register_t * retval) sys_setreuid() argument
694 sys_setuid(struct proc * p,void * v,register_t * retval) sys_setuid() argument
752 sys_seteuid(struct proc * p,void * v,register_t * retval) sys_seteuid() argument
786 sys_setgid(struct proc * p,void * v,register_t * retval) sys_setgid() argument
830 sys_setegid(struct proc * p,void * v,register_t * retval) sys_setegid() argument
864 sys_setgroups(struct proc * p,void * v,register_t * retval) sys_setgroups() argument
1025 sys_getlogin_r(struct proc * p,void * v,register_t * retval) sys_getlogin_r() argument
1048 sys_setlogin(struct proc * p,void * v,register_t * retval) sys_setlogin() argument
1089 sys___set_tcb(struct proc * p,void * v,register_t * retval) sys___set_tcb() argument
1108 sys___get_tcb(struct proc * p,void * v,register_t * retval) sys___get_tcb() argument
1115 sys_getthrname(struct proc * curp,void * v,register_t * retval) sys_getthrname() argument
1142 sys_setthrname(struct proc * curp,void * v,register_t * retval) sys_setthrname() argument
[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, void *v, register_t *retval) in sys_unmount() argument
524 sys_sync(struct proc *p, void *v, register_t *retval) in sys_sync() argument
550 sys_quotactl(struct proc *p, void *v, register_t *retval) in sys_quotactl() argument
603 sys_statfs(struct proc *p, void *v, register_t *retval) in sys_statfs() argument
634 sys_fstatfs(struct proc *p, void *v, register_t *retval) in sys_fstatfs() argument
666 sys_getfsstat(struct proc *p, void *v, register_t *retval) in sys_getfsstat() argument
723 sys_fchdir(struct proc *p, void *v, register_t *retval) in 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
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
1070 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
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
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
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
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
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
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
2133 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
2184 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
2268 sys_fchflags(struct proc * p,void * v,register_t * retval) sys_fchflags() 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
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
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
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
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
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
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
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...]
H A Duipc_syscalls.c72 sys_socket(struct proc *p, void *v, register_t *retval) in sys_socket() argument
157 sys_bind(struct proc *p, void *v, register_t *retval) in sys_bind() argument
198 sys_listen(struct proc *p, void *v, register_t *retval) in sys_listen() argument
221 sys_accept(struct proc *p, void *v, register_t *retval) in sys_accept() argument
234 sys_accept4(struct proc *p, void *v, register_t *retval) in sys_accept4() argument
252 int flags, register_t *retval) in doaccept() argument
381 sys_connect(struct proc * p,void * v,register_t * retval) sys_connect() argument
456 sys_socketpair(struct proc * p,void * v,register_t * retval) sys_socketpair() argument
543 sys_sendto(struct proc * p,void * v,register_t * retval) sys_sendto() argument
568 sys_sendmsg(struct proc * p,void * v,register_t * retval) sys_sendmsg() argument
612 sys_sendmmsg(struct proc * p,void * v,register_t * retval) sys_sendmmsg() argument
818 sys_recvfrom(struct proc * p,void * v,register_t * retval) sys_recvfrom() argument
851 sys_recvmsg(struct proc * p,void * v,register_t * retval) sys_recvmsg() argument
900 sys_recvmmsg(struct proc * p,void * v,register_t * retval) sys_recvmmsg() argument
1173 sys_shutdown(struct proc * p,void * v,register_t * retval) sys_shutdown() argument
1190 sys_setsockopt(struct proc * p,void * v,register_t * retval) sys_setsockopt() argument
1239 sys_getsockopt(struct proc * p,void * v,register_t * retval) sys_getsockopt() argument
1287 sys_getsockname(struct proc * p,void * v,register_t * retval) sys_getsockname() argument
1334 sys_getpeername(struct proc * p,void * v,register_t * retval) sys_getpeername() argument
1435 sys_setrtable(struct proc * p,void * v,register_t * retval) sys_setrtable() argument
1457 sys_getrtable(struct proc * p,void * v,register_t * retval) sys_getrtable() argument
1521 sys_ypconnect(struct proc * p,void * v,register_t * retval) sys_ypconnect() argument
[all...]
H A Dsys_generic.c148 sys_read(struct proc * p,void * v,register_t * retval) sys_read() argument
174 sys_readv(struct proc * p,void * v,register_t * retval) sys_readv() argument
202 dofilereadv(struct proc * p,int fd,struct uio * uio,int flags,register_t * retval) dofilereadv() argument
276 sys_write(struct proc * p,void * v,register_t * retval) sys_write() argument
302 sys_writev(struct proc * p,void * v,register_t * retval) sys_writev() argument
330 dofilewritev(struct proc * p,int fd,struct uio * uio,int flags,register_t * retval) dofilewritev() argument
409 sys_ioctl(struct proc * p,void * v,register_t * retval) sys_ioctl() argument
523 sys_select(struct proc * p,void * v,register_t * retval) sys_select() argument
555 sys_pselect(struct proc * p,void * v,register_t * retval) sys_pselect() argument
593 dopselect(struct proc * p,int nd,fd_set * in,fd_set * ou,fd_set * ex,struct timespec * timeout,const sigset_t * sigmask,register_t * retval) dopselect() argument
858 sys_poll(struct proc * p,void * v,register_t * retval) sys_poll() argument
882 sys_ppoll(struct proc * p,void * v,register_t * retval) sys_ppoll() argument
919 doppoll(struct proc * p,struct pollfd * fds,u_int nfds,struct timespec * timeout,const sigset_t * sigmask,register_t * retval) doppoll() argument
1251 sys_utrace(struct proc * curp,void * v,register_t * retval) sys_utrace() argument
[all...]
H A Dkern_time.c161 sys_clock_gettime(struct proc * p,void * v,register_t * retval) sys_clock_gettime() argument
183 sys_clock_settime(struct proc * p,void * v,register_t * retval) sys_clock_settime() argument
215 sys_clock_getres(struct proc * p,void * v,register_t * retval) sys_clock_getres() argument
275 sys_nanosleep(struct proc * p,void * v,register_t * retval) sys_nanosleep() argument
332 sys_gettimeofday(struct proc * p,void * v,register_t * retval) sys_gettimeofday() argument
363 sys_settimeofday(struct proc * p,void * v,register_t * retval) sys_settimeofday() argument
406 sys_adjfreq(struct proc * p,void * v,register_t * retval) sys_adjfreq() argument
440 sys_adjtime(struct proc * p,void * v,register_t * retval) sys_adjtime() argument
598 sys_getitimer(struct proc * p,void * v,register_t * retval) sys_getitimer() argument
619 sys_setitimer(struct proc * p,void * v,register_t * retval) sys_setitimer() argument
[all...]
H A Dkern_descrip.c283 sys_dup(struct proc *p, void *v, register_t *retval) in sys_dup() argument
317 sys_dup2(struct proc *p, void *v, register_t *retval) in sys_dup2() argument
328 sys_dup3(struct proc *p, void *v, register_t *retval) in sys_dup3() argument
345 dodup3(struct proc *p, int old, int new, int flags, register_t *retval) in dodup3() argument
399 sys_fcntl(struct proc *p, void *v, register_t *retval) in sys_fcntl() argument
647 finishdup(struct proc * p,struct file * fp,int old,int new,register_t * retval,int dupflags) finishdup() argument
766 sys_close(struct proc * p,void * v,register_t * retval) sys_close() argument
785 sys_fstat(struct proc * p,void * v,register_t * retval) sys_fstat() argument
822 sys_fpathconf(struct proc * p,void * v,register_t * retval) sys_fpathconf() argument
1292 sys_flock(struct proc * p,void * v,register_t * retval) sys_flock() argument
1445 sys_closefrom(struct proc * p,void * v,register_t * retval) sys_closefrom() argument
1470 sys_getdtablecount(struct proc * p,void * v,register_t * retval) sys_getdtablecount() argument
[all...]
H A Dkern_exit.c83 sys_exit(struct proc *p, void *v, register_t *retval) in sys_exit() argument
95 sys___threxit(struct proc *p, void *v, register_t *retval) in sys___threxit() argument
504 dowait6(struct proc * q,idtype_t idtype,id_t id,int * statusp,int options,struct rusage * rusage,siginfo_t * info,register_t * retval) dowait6() argument
655 sys_wait4(struct proc * q,void * v,register_t * retval) sys_wait4() argument
705 sys_waitid(struct proc * q,void * v,register_t * retval) sys_waitid() argument
[all...]
H A Dkern_fork.c94 sys_fork(struct proc *p, void *v, register_t *retval) in sys_fork() argument
108 sys_vfork(struct proc *p, void *v, register_t *retval) in sys_vfork() argument
115 sys___tfork(struct proc *p, void *v, register_t *retval) in sys___tfork() argument
343 fork1(struct proc * curp,int flags,void (* func)(void *),void * arg,register_t * retval,struct proc ** rnewprocp) fork1() argument
531 thread_fork(struct proc * curp,void * stack,void * tcb,pid_t * tidptr,register_t * retval) thread_fork() argument
[all...]
H A Dsysv_shm.c182 sys_shmdt(struct proc * p,void * v,register_t * retval) sys_shmdt() argument
206 sys_shmat(struct proc * p,void * v,register_t * retval) sys_shmat() argument
296 sys_shmctl(struct proc * p,void * v,register_t * retval) sys_shmctl() argument
363 shmget_existing(struct proc * p,struct sys_shmget_args * uap,int mode,int segnum,register_t * retval) shmget_existing() argument
388 shmget_allocate_segment(struct proc * p,struct sys_shmget_args * uap,int mode,register_t * retval) shmget_allocate_segment() argument
461 sys_shmget(struct proc * p,void * v,register_t * retval) sys_shmget() argument
[all...]
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dprintf.c88 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/
H A Duvm_mmap.c113 sys_mquery(struct proc * p,void * v,register_t * retval) sys_mquery() argument
204 sys_mmap(struct proc * p,void * v,register_t * retval) sys_mmap() argument
443 sys_msync(struct proc * p,void * v,register_t * retval) sys_msync() argument
488 sys_munmap(struct proc * p,void * v,register_t * retval) sys_munmap() argument
548 sys_mprotect(struct proc * p,void * v,register_t * retval) sys_mprotect() argument
595 sys_pinsyscalls(struct proc * p,void * v,register_t * retval) sys_pinsyscalls() argument
664 sys_mimmutable(struct proc * p,void * v,register_t * retval) sys_mimmutable() argument
690 sys_minherit(struct proc * p,void * v,register_t * retval) sys_minherit() argument
720 sys_madvise(struct proc * p,void * v,register_t * retval) sys_madvise() argument
807 sys_mlock(struct proc * p,void * v,register_t * retval) sys_mlock() argument
848 sys_munlock(struct proc * p,void * v,register_t * retval) sys_munlock() argument
881 sys_mlockall(struct proc * p,void * v,register_t * retval) sys_mlockall() argument
910 sys_munlockall(struct proc * p,void * v,register_t * retval) sys_munlockall() argument
1143 sys_kbind(struct proc * p,void * v,register_t * retval) sys_kbind() argument
[all...]
/openbsd-src/regress/lib/libpthread/dlopen/
H A Ddlopen.c118 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/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_packet_manager.c93 int retval; in pm_allocate_runlist_ib() local
128 int retval, processes_mapped; in pm_create_runlist_ib() local
276 int retval = 0; in pm_send_set_resources() local
306 int retval; in pm_send_runlist() local
347 int retval = 0; in pm_send_query_status() local
375 int retval = 0; in pm_update_grace_period() local
410 int retval = 0; in pm_send_unmap_queue() local
H A Dkfd_device_queue_manager.c289 int retval = 0; in remove_all_queues_mes() local
536 int retval; in create_queue_nocpsch() local
764 int retval; destroy_queue_nocpsch_locked() local
823 int retval; destroy_queue_nocpsch() local
853 int retval = 0; update_queue() local
1044 int retval, ret = 0; evict_process_queues_nocpsch() local
1093 int retval = 0; evict_process_queues_cpsch() local
1153 int retval, ret = 0; restore_process_queues_nocpsch() local
1231 int retval = 0; restore_process_queues_cpsch() local
1293 int retval; register_process() local
1329 int retval; unregister_process() local
1629 int retval; start_cpsch() local
1782 int retval; create_queue_cpsch() local
1911 int retval; map_queues_cpsch() local
1938 int retval = 0; unmap_queues_cpsch() local
2004 int retval; reset_queues_cpsch() local
2021 int retval; execute_queues_cpsch() local
2061 int retval; destroy_queue_cpsch() local
2165 bool retval = true; set_cache_memory_policy() local
2225 int retval = 0; process_termination_nocpsch() local
2351 int retval; process_termination_cpsch() local
2466 int retval; allocate_hiq_sdma_mqd() local
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbranches.c12 { 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/gnu/usr.bin/binutils/gdb/
H A Dtarget.c861 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 …]
H A Di386-nat.c404 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
H A Dv850ice.c407 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/
H A Dsys_machdep.c59 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/
H A Dimsg_subr.c39 int retval; in imsg_sync_read() local
62 int retval; in imsg_sync_flush() local
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatCache.cpp27 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/
H A Dsys_machdep.c52 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/regress/lib/libpthread/signals/pthread_join/
H A Dpthread_join.c28 void *retval; in thr_join() local
39 void *retval; in main() local
/openbsd-src/sys/arch/alpha/alpha/
H A Dsys_machdep.c77 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/sbin/isakmpd/
H A Dconstants.c74 char *retval = constant_lookup(map, value); in constant_name() local
87 char *retval; in constant_name_maps() local

12345678910>>...21