| /xnu-10063.141.1/osfmk/mach/ |
| H A D | mach_eventlink_types.h | 66 #define decode_eventlink_count_from_retval(retval) \ argument 69 #define decode_eventlink_error_from_retval(retval) \ argument
|
| /xnu-10063.141.1/libkdd/ |
| H A D | KCDStructTypeDescription.m | 76 NSMutableDictionary * retval = [[NSMutableDictionary alloc] init]; category 83 retval[k] = _d[k]; category 98 retval[@"fields"] = fields_array; category 101 NSString * desc = retval[@"desc"]; category 102 NSObject * obj = retval[@"data"]; category 103 retval[desc] = obj; category 104 [retval removeObjectForKey:@"desc"]; category 105 [retval removeObjectForKey:@"data"]; category 107 return retval; category
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | sysv_msg.c | 330 msgsys(struct proc *p, struct msgsys_args *uap, int32_t *retval) in msgsys() 373 msgctl(struct proc *p, struct msgctl_args *uap, int32_t *retval) in msgctl() 581 msgget(__unused struct proc *p, struct msgget_args *uap, int32_t *retval) in msgget() 704 msgsnd(struct proc *p, struct msgsnd_args *uap, int32_t *retval) in msgsnd() 711 msgsnd_nocancel(struct proc *p, struct msgsnd_nocancel_args *uap, int32_t *retval) in msgsnd_nocancel() 1132 msgrcv(struct proc *p, struct msgrcv_args *uap, user_ssize_t *retval) in msgrcv() 1139 msgrcv_nocancel(struct proc *p, struct msgrcv_nocancel_args *uap, user_ssize_t *retval) in msgrcv_nocancel()
|
| H A D | sysv_shm.c | 319 shmdt(struct proc *p, struct shmdt_args *uap, int32_t *retval) in shmdt() 377 shmat(struct proc *p, struct shmat_args *uap, user_addr_t *retval) in shmat() 575 oshmctl(__unused void *p, __unused void *uap, __unused void *retval) in oshmctl() 589 shmctl(__unused struct proc *p, struct shmctl_args *uap, int32_t *retval) in shmctl() 709 shmget_existing(struct shmget_args *uap, int mode, int segnum, int *retval) in shmget_existing() 762 int *retval) in shmget_allocate_segment() 891 shmget(struct proc *p, struct shmget_args *uap, int32_t *retval) in shmget() 949 shmsys(struct proc *p, struct shmsys_args *uap, int32_t *retval) in shmsys()
|
| H A D | kern_sig.c | 433 sigaction(proc_t p, struct sigaction_args *uap, __unused int32_t *retval) in sigaction() 786 sigprocmask(proc_t p, struct sigprocmask_args *uap, __unused int32_t *retval) in sigprocmask() 833 sigpending(__unused proc_t p, struct sigpending_args *uap, __unused int32_t *retval) in sigpending() 861 sigsuspend(proc_t p, struct sigsuspend_args *uap, int32_t *retval) in sigsuspend() 868 sigsuspend_nocancel(proc_t p, struct sigsuspend_nocancel_args *uap, __unused int32_t *retval) in sigsuspend_nocancel() 893 __unused int32_t *retval) in __disable_threadsignal() 930 struct __pthread_markcancel_args *uap, __unused int32_t *retval) in __pthread_markcancel() 964 struct __pthread_canceled_args *uap, __unused int32_t *retval) in __pthread_canceled() 1020 int32_t *retval) in __semwait_signal() 1028 __unused int32_t *retval) in __semwait_signal_nocancel() [all …]
|
| H A D | kern_time.c | 120 __unused int32_t *retval) in gettimeofday() 170 settimeofday(__unused struct proc *p, struct settimeofday_args *uap, __unused int32_t *retval) in settimeofday() 313 getitimer(struct proc *p, struct getitimer_args *uap, __unused int32_t *retval) in getitimer() 386 setitimer(struct proc *p, struct setitimer_args *uap, int32_t *retval) in setitimer() 958 …e_time(__unused struct proc *p, struct __mach_bridge_remote_time_args *mbrt_args, uint64_t *retval) in __mach_bridge_remote_time()
|
| H A D | posix_sem.c | 375 sem_open(proc_t p, struct sem_open_args *uap, user_addr_t *retval) in sem_open() 702 sem_unlink(__unused proc_t p, struct sem_unlink_args *uap, __unused int32_t *retval) in sem_unlink() 782 sem_close(proc_t p, struct sem_close_args *uap, __unused int32_t *retval) in sem_close() 805 sem_wait(proc_t p, struct sem_wait_args *uap, int32_t *retval) in sem_wait() 812 sem_wait_nocancel(proc_t p, struct sem_wait_nocancel_args *uap, __unused int32_t *retval) in sem_wait_nocancel() 870 sem_trywait(proc_t p, struct sem_trywait_args *uap, __unused int32_t *retval) in sem_trywait() 934 sem_post(proc_t p, struct sem_post_args *uap, __unused int32_t *retval) in sem_post()
|
| H A D | kern_exit.c | 507 int retval = 0; in populate_corpse_crashinfo() local 1437 __unused void *retval) in abort_with_payload() 1448 struct os_fault_with_payload_args *args, __unused int *retval) in os_fault_with_payload() 1462 exit(proc_t p, struct exit_args *uap, int *retval) in exit() 1481 exit1(proc_t p, int rv, int *retval) in exit1() 1487 exit1_internal(proc_t p, int rv, int *retval, boolean_t thread_can_terminate, boolean_t perf_notify, in exit1_internal() 1497 exit_with_reason(proc_t p, int rv, int *retval, boolean_t thread_can_terminate, boolean_t perf_noti… in exit_with_reason() 2858 int *retval; in wait1continue() local 2875 wait4(proc_t q, struct wait4_args *uap, int32_t *retval) in wait4() 2882 wait4_nocancel(proc_t q, struct wait4_nocancel_args *uap, int32_t *retval) in wait4_nocancel() [all …]
|
| H A D | kern_guarded.c | 269 guarded_open_np(proc_t p, struct guarded_open_np_args *uap, int32_t *retval) in guarded_open_np() 322 guarded_open_dprotected_np(proc_t p, struct guarded_open_dprotected_np_args *uap, int32_t *retval) in guarded_open_dprotected_np() 399 guarded_kqueue_np(proc_t p, struct guarded_kqueue_np_args *uap, int32_t *retval) in guarded_kqueue_np() 428 __unused int32_t *retval) in guarded_close_np() 512 __unused int32_t *retval) in change_fdguard_np() 694 guarded_write_np(struct proc *p, struct guarded_write_np_args *uap, user_ssize_t *retval) in guarded_write_np() 715 guarded_pwrite_np(struct proc *p, struct guarded_pwrite_np_args *uap, user_ssize_t *retval) in guarded_pwrite_np() 741 guarded_writev_np(struct proc *p, struct guarded_writev_np_args *uap, user_ssize_t *retval) in guarded_writev_np() 1197 int retval = 0; in vng_guard_violation() local
|
| H A D | kern_descrip.c | 498 int32_t *retval) in finishdup() 2288 sys_getdtablesize(proc_t p, __unused struct getdtablesize_args *uap, int32_t *retval) in sys_getdtablesize() 2369 sys_dup(proc_t p, struct dup_args *uap, int32_t *retval) in sys_dup() 2423 sys_dup2(proc_t p, struct dup2_args *uap, int32_t *retval) in sys_dup2() 2431 dup2(proc_t p, kauth_cred_t p_cred, int old, int new, int *retval) in dup2() 2540 sys_fcntl(proc_t p, struct fcntl_args *uap, int32_t *retval) in sys_fcntl() 2661 struct fileproc *fp, struct vnode *vp, int32_t *retval) in sys_fcntl__OPENFROM() 2744 sys_fcntl_nocancel(proc_t p, struct fcntl_nocancel_args *uap, int32_t *retval) in sys_fcntl_nocancel() 5321 sys_close(proc_t p, struct close_args *uap, __unused int32_t *retval) in sys_close() 5330 sys_close_nocancel(proc_t p, struct close_nocancel_args *uap, __unused int32_t *retval) in sys_close_nocancel() [all …]
|
| H A D | kern_crossarch.c | 35 sys_crossarch_trap(__unused struct proc *p, struct crossarch_trap_args *uap, __unused int *retval) in sys_crossarch_trap()
|
| H A D | subr_prf.c | 414 bool retval; in printf_log_locked() local 452 int retval; in vsprintf() local 472 int retval; in snprintf() local 500 int retval; in vsnprintf() local
|
| H A D | kern_ecc.c | 45 int changed, retval; in get_ecc_data_handler() local
|
| /xnu-10063.141.1/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 123 __channel_open(struct proc *p, struct __channel_open_args *uap, int *retval) in __channel_open() 292 int *retval) in __channel_get_info() 361 __channel_sync(struct proc *p, struct __channel_sync_args *uap, int *retval) in __channel_sync() 676 int *retval) in __channel_get_opt() 740 int *retval) in __channel_set_opt()
|
| /xnu-10063.141.1/tools/tests/perf_index/ |
| H A D | test_fault_helper.c | 22 int retval; in test_fault_setup() local 47 int retval; in test_fault_helper() local
|
| H A D | perfindex-iperf.c | 14 int retval; variable
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | hibernate.c | 56 kern_return_t retval = KERN_SUCCESS; in hibernate_alloc_page_lists() local 100 kern_return_t retval = KERN_SUCCESS; in hibernate_setup() local
|
| /xnu-10063.141.1/tests/ |
| H A D | proc_info.c | 177 long retval = 0; variable 224 long retval = 0; variable 466 int retval, i = 0; in proc_info_caller() local 1591 int retval; variable 1642 …int retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDPATHINFO, (uint64_t)0, (user_ad… variable 1664 int retval = fileport_makeport(tmp_fd, &tmp_file_port); variable 1711 …int retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDCOALITIONINFO, (uint64_t)0, (us… variable 1739 …int retval = __proc_info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDWORKQUEUEINFO, (uint64_t)0, (u… variable 1767 …int retval = __proc_info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDNOTEEXIT, (uint64_t)(NOTE_EXIT… variable 1784 int retval = variable
|
| H A D | proc_info_44873309.c | 20 int retval; variable
|
| H A D | port_exhaustion_client.c | 21 kern_return_t retval = KERN_SUCCESS; in main() local
|
| H A D | mach_port_insert_right.c | 26 kern_return_t retval; variable
|
| H A D | int_time.c | 28 int retval = proc_current_thread_schedinfo((void*)&info, sizeof(info)); variable
|
| /xnu-10063.141.1/osfmk/tests/ |
| H A D | vfp_state_test.c | 97 int retval; in vfp_state_test_thread_routine() local 171 kern_return_t retval; in vfp_state_test() local
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | bsd_arm64.c | 78 arm_set_mach_syscall_ret(struct arm_saved_state *state, int retval) in arm_set_mach_syscall_ret() 179 kern_return_t retval; in mach_syscall() local
|
| /xnu-10063.141.1/libsyscall/mach/ |
| H A D | fprintf_stderr.c | 56 int retval; in fprintf_stderr() local
|