| /xnu-10002.41.9/san/coverage/ |
| H A D | kcov_ksancov.c | 878 int ret = 0; in ksancov_handle_on_demand_cmd() local 959 int ret = 0; in ksancov_ioctl() local
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOMapper.cpp | 234 IOReturn ret; in IOMapperIOVMAlloc() local
|
| H A D | IODeviceTreeSupport.cpp | 297 IOReturn ret = IODTGetInterruptOptions( child, i, &options ); in IODeviceTreeAlloc() local 326 int ret = -1; in IODTGetLoaderInfo() local 1438 OSData *ret = NULL; in IODTFindSlotName() local
|
| H A D | IOPlatformExpert.cpp | 1140 int ret = -1; in init_gIOOptionsEntry() local 1250 bool ret = false; in PEWriteNVRAMBooleanProperty() local 1284 bool ret = false; in PEWriteNVRAMPropertyInternal() local 1538 IOReturn ret; in callPlatformFunction() local
|
| H A D | IOHibernateIO.cpp | 1059 IOReturn ret = kIOReturnSuccess; in IOHibernateIOKitSleep() local 1075 IOReturn ret = kIOReturnSuccess; in IOHibernateSystemHasSlept() local 1452 uint32_t ret = 0; in IOHibernateWasScreenLocked() local
|
| /xnu-10002.41.9/tests/ |
| H A D | pfz.c | 68 int ret = sysctlbyname("kern.pfz", &pfz_base, &s, NULL, 0); in get_pfz_base() local
|
| H A D | imm_pinned_control_port.c | 332 int ret = sysctlbyname("kern.task_exc_guard_default", &task_exc_guard, &te_size, NULL, 0); variable
|
| H A D | vm_phys_footprint.c | 66 int ret; in ledger_init() local 1227 int new_value, ret; variable
|
| H A D | net_bridge.c | 303 int ret; in siocaifaddr() local 490 int ret = 0; in IPv4RouteApply() local 2845 int ret; in bridge_add_member() local 2859 int ret; in bridge_delete_member() local 2877 int ret; in bridge_member_modify_ifflags() local 2938 int ret; in bridge_rt_table_copy_common() local 3572 int ret; in block_all_traffic() local
|
| /xnu-10002.41.9/bsd/dev/ |
| H A D | dev_perfmon.c | 209 int ret = 0; in perfmon_dev_ioctl() local
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | wait.h | 158 #define W_EXITCODE(ret, sig) ((ret) << 8 | (sig)) argument
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | ubc_subr.c | 3315 kern_return_t ret; in ubc_cs_reconstitute_code_signature() local 3652 kern_return_t ret = KERN_FAILURE; in ubc_cs_reconstitute_code_signature_2nd_stage() local 4232 kern_return_t ret = KERN_DENIED; in verify_code_signature_monitor() local 4268 kern_return_t ret = KERN_DENIED; in register_code_signature_monitor() local 4355 kern_return_t ret = KERN_NOT_SUPPORTED; in accelerate_entitlement_queries() local 4505 kern_return_t ret = KERN_NOT_SUPPORTED; in reconstitute_code_signature_2nd_stage() local 6079 int ret; in ubc_cs_getcdhash() local
|
| H A D | kern_exec.c | 864 int ret; in activate_exec_state() local 977 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() local 2510 errno_t ret = 0; in exec_handle_port_actions() local 6032 …__assert_only size_t ret = snprintf(pfz_string, sizeof(pfz_string), PFZ_KEY "0x%llx", commpage_tex… in exec_add_apple_strings() local 7348 int ret; in exec_resettextvp() local 7732 int ret; in exec_prefault_data() local
|
| H A D | process_policy.c | 668 int ret; in proc_get_originatorbgstate() local
|
| /xnu-10002.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_host.c | 227 int ret; in nx_netif_host_krings_create() local
|
| H A D | nx_netif.c | 1047 size_t ret; in nx_netif_prov_nx_mib_get() local 1756 int ret = 0; in nx_netif_na_txsync() local 1819 int ret; in nx_netif_na_rxsync() local 1888 int ret; in nx_netif_common_intr() local 1966 int ret; in nx_netif_na_notify_rx() local 3223 int ret; local
|
| /xnu-10002.41.9/osfmk/kdp/ml/i386/ |
| H A D | kdp_x86_common.c | 104 mach_vm_size_t ret; in kdp_machine_vm_read() local
|
| /xnu-10002.41.9/tests/vm/ |
| H A D | perf_compressor.c | 144 …int ret = sysctlbyname("kern.perf_compressor", &sysctl_data, &len, &sysctl_data, sizeof(sysctl_dat… in run_compress_benchmark() local
|
| /xnu-10002.41.9/libsa/ |
| H A D | bootstrap.cpp | 230 bool ret; in readPrelinkedExtensions() local
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | syscall_subr.c | 177 thread_switch_continue(void *parameter, __unused int ret) in thread_switch_continue()
|
| H A D | waitq.c | 1695 kern_return_t ret = KERN_NOT_WAITING; in waitq_wakeup64_thread_and_unlock() local 2305 wait_result_t ret; in waitq_assert_wait64() local 2334 wait_result_t ret; in waitq_assert_wait64_leeway() local 2408 kern_return_t ret; in waitq_wakeup64_thread() local
|
| H A D | debug.c | 686 kern_return_t ret; in DebuggerTrapWithState() local 1415 int ret = -1; local 1522 kern_return_t ret; local
|
| /xnu-10002.41.9/iokit/IOKit/ |
| H A D | IODMACommand.h | 634 IOReturn ret; in weakWithSpecification() local
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | in6_rmx.c | 161 struct radix_node *ret; in in6_addroute() local
|
| /xnu-10002.41.9/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 786 au_to_return32(char status, u_int32_t ret) in au_to_return32() 801 au_to_return64(char status, u_int64_t ret) in au_to_return64() 816 au_to_return(char status, u_int32_t ret) in au_to_return()
|