Home
last modified time | relevance | path

Searched defs:retval (Results 51 – 75 of 198) sorted by relevance

12345678

/xnu-12377.41.6/tests/
H A Dint_time.c28 int retval = proc_current_thread_schedinfo((void*)&info, sizeof(info)); variable
H A Dmach_port_insert_right.c27 kern_return_t retval; variable
H A Dproc_info_list_kthreads.c106 int retval = proc_pidinfo(0, PROC_PIDTHREADID64INFO, thread_list[i], variable
H A Dsubsystem_root_path_helper.c9 int retval = 0; in main() local
H A Dsendmsg_test.c53 ssize_t retval; in do_test() local
H A Drecv_link_addr_type.c126 ssize_t retval; variable
276 ssize_t retval; variable
H A Dtcp_send_implied_connect.c116 ssize_t retval = sendmsg(client_fd, &msg, 0); in tcp_send_implied_connect_v4() local
197 ssize_t retval = sendmsg(client_fd, &msg, 0); in tcp_send_implied_connect_v6() local
H A Dsbconcat_mbufs_123249093.c65 ssize_t retval; variable
/xnu-12377.41.6/bsd/kern/
H A Dsys_record_event.c29 …d_system_event(__unused struct proc *p, struct record_system_event_args *uap, __unused int *retval) in sys_record_system_event()
H A Dkern_debug.c235 …_reject_config(struct proc *p __unused, struct debug_syscall_reject_config_args *args, int *retval) in sys_debug_syscall_reject_config()
333 debug_syscall_reject(struct proc *p, struct debug_syscall_reject_args *args, int *retval) in debug_syscall_reject()
491 …(struct proc * __unused p, struct debug_syscall_reject_args * __unused args, int * __unused retval) in debug_syscall_reject()
H A Dsysv_sem.c229 semsys(struct proc *p, struct semsys_args *uap, int32_t *retval) in semsys()
578 semctl(struct proc *p, struct semctl_args *uap, int32_t *retval) in semctl()
831 semget(__unused struct proc *p, struct semget_args *uap, int32_t *retval) in semget()
974 semop(struct proc *p, struct semop_args *uap, int32_t *retval) in semop()
H A Dposix_shm.c338 shm_open(proc_t p, struct shm_open_args *uap, int32_t *retval) in shm_open()
542 __unused int32_t *retval) in pshm_truncate()
744 user_addr_t *retval) in pshm_mmap()
957 shm_unlink(proc_t p, struct shm_unlink_args *uap, __unused int32_t *retval) in shm_unlink()
H A Dsys_ulock.c505 sys_ulock_wait(struct proc *p, struct ulock_wait_args *args, int32_t *retval) in sys_ulock_wait()
519 sys_ulock_wait2(struct proc *p, struct ulock_wait2_args *args, int32_t *retval) in sys_ulock_wait2()
820 ulock_wait_cleanup(ull_t *ull, thread_t owner_thread, thread_t old_owner, int32_t *retval) in ulock_wait_cleanup()
868 int32_t *retval = uthread->uu_save.uus_ulock_wait_data.retval; in ulock_wait_continue() local
889 sys_ulock_wake(struct proc *p, struct ulock_wake_args *args, int32_t *retval) in sys_ulock_wake()
H A Dsys_work_interval.c43 __unused int32_t *retval) in work_interval_ctl()
H A Dkern_ntptime.c258 ntp_gettime(struct proc *p, struct ntp_gettime_args *uap, __unused int32_t *retval) in ntp_gettime()
296 ntp_adjtime(struct proc *p, struct ntp_adjtime_args *uap, int32_t *retval) in ntp_adjtime()
710 adjtime(struct proc *p, struct adjtime_args *uap, __unused int32_t *retval) in adjtime()
H A Dkern_overrides.c97 …stem_override(__unused struct proc *p, struct system_override_args * uap, __unused int32_t *retval) in system_override()
H A Dsubr_xxx.c181 nosys(__unused struct proc *p, __unused struct nosys_args *args, __unused int32_t *retval) in nosys()
/xnu-12377.41.6/libsyscall/mach/
H A Dmig_strncpy.c123 int retval = 0; in mig_strncpy_zerofill() local
/xnu-12377.41.6/tests/vfs/
H A Do_search.c47 int retval = 0; variable
/xnu-12377.41.6/tools/tests/perf_index/
H A Dperfindex-memory.c17 int retval; in hw_memsize() local
H A Dperf_index.c65 int retval; in find_test() local
160 int retval; in main() local
/xnu-12377.41.6/bsd/security/audit/
H A Daudit.c450 audit_commit(struct kaudit_record *ar, int error, int retval) in audit_commit()
721 int retval; in audit_syscall_exit() local
879 audit_mach_syscall_exit(int retval, struct uthread *uthread) in audit_mach_syscall_exit()
/xnu-12377.41.6/libkdd/
H A DKCDBasicTypeDescription.m121 NSMutableDictionary * retval = [[NSMutableDictionary alloc] init]; category
123 return retval; category
134 return retval; category
136retval[_name] = [self objectForType:_subtype_desc.kcs_elem_type withData:&data[_subtype_desc.kcs_e… category
139 retval[_name] = [NSString stringWithFormat:@"%.*s", (int)elem_count, s]; category
146 retval[_name] = objArray; category
148 return retval; category
/xnu-12377.41.6/libkern/os/
H A Dinternal.c68 bool retval = false; in _os_trace_addr_in_text_segment() local
/xnu-12377.41.6/tests/vm/
H A Dtest_vm_no_pager_helper.c117 int retval = my_system(cmd); in exec_cmd() local
229 int retval; in read_and_cause_ungraft_crash() local
440 int retval = fsctl(GRAFT_DMG, APFSIOC_GRAFT_AN_FS, &graft_params, 0); in setup_graft_image() local

12345678