| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit.c | 608 audit_syscall_enter(unsigned int code, proc_t proc, struct uthread *uthread) in audit_syscall_enter() 714 audit_syscall_exit(unsigned int code, int error, __unused proc_t proc, in audit_syscall_exit()
|
| H A D | audit.h | 351 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ argument 403 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ argument
|
| /xnu-12377.41.6/tests/ |
| H A D | ldt.c | 273 mach_exception_data_t code, in catch_mach_exception_raise() 289 const mach_exception_data_t code, in catch_mach_exception_raise_state() 356 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | unix_signal.c | 165 sendsig(struct proc *p, user_addr_t ua_catcher, int sig, int mask, __unused uint32_t code, sigset_t… in sendsig() 959 mach_exception_code_t code, in machine_exception()
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | systrace.c | 105 unsigned short code; /* The system call number */ in dtrace_systrace_syscall() local 282 dtrace_systrace_syscall_return(unsigned short code, int rval, int *rv) in dtrace_systrace_syscall_return() 657 int code; /* The mach call number */ in dtrace_machtrace_syscall() local
|
| /xnu-12377.41.6/osfmk/corpses/ |
| H A D | corpse.c | 575 mach_exception_data_t code, in task_enqueue_exception_with_corpse() 665 mach_exception_data_type_t code, in task_generate_corpse_internal()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | reason.h | 193 #define ENCODE_OSR_NAMESPACE_TO_MACH_EXCEPTION_CODE(code, osr_namespace) \ argument 195 #define ENCODE_OSR_CODE_TO_MACH_EXCEPTION_CODE(code, osr_code) \ argument
|
| H A D | cprotect.h | 45 #define CP_CODE(code) FSDBG_CODE(DBG_CONTENT_PROT, code) argument
|
| H A D | decmpfs.h | 61 #define DECMPDBG_CODE(code) FSDBG_CODE(DBG_DECMP, code) argument
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | unix_signal.c | 283 __unused uint32_t code, in sendsig() 937 __unused mach_exception_code_t code, in machine_exception()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | socd_client.h | 67 #define SOCD_TRACE_EVENTID(class, mode, code) \ argument
|
| H A D | trap_telemetry.h | 296 trap_telemetry_kernel_soft_error_code_t code, in trap_telemetry_report_kernel_soft_error()
|
| H A D | thread.c | 2465 mach_exception_data_type_t code, in thread_ast_mach_exception() 2510 mach_exception_data_type_t code, in thread_guard_violation() 2533 mach_exception_data_type_t code, in guard_ast() 2565 code = t->mach_exc_info.code, in mach_exception_ast() local 2626 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local 2756 mach_exception_data_type_t code[EXCEPTION_CODE_MAX] = {0}; in SENDING_NOTIFICATION__TASK_HAS_TOO_MANY_THREADS() local
|
| H A D | clock_oldops.c | 662 kern_return_t code; in alarm_done() local
|
| H A D | task.c | 2533 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in task_deliver_crash_notification() local 7207 mach_exception_code_t code, in PROC_VIOLATED_GUARD__SEND_EXC_GUARD() 7235 mach_exception_code_t code, in task_violated_guard() 7353 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND() local 8387 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS() local 8624 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MUCH_IO() local 8733 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in SENDING_NOTIFICATION__THIS_PROCESS_HAS_TOO_MANY_MACH_PORTS() local
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | nat464_utils.c | 275 uint8_t code; in nat464_translate_icmp() local 1298 in6_clat46_evhdlr_code2str(enum in6_clat46_evhdlr_code_t code) in in6_clat46_evhdlr_code2str()
|
| /xnu-12377.41.6/libkern/libkern/ |
| H A D | OSKextLib.h | 76 #define libkern_kext_err(code) (sys_libkern|sub_libkern_kext|(code)) argument
|
| /xnu-12377.41.6/tools/tests/personas/ |
| H A D | persona_test.h | 57 #define errc(code, fmt, ...) \ argument
|
| /xnu-12377.41.6/osfmk/ipc/ |
| H A D | ipc_policy.c | 1144 mach_exception_code_t code = 0; in mach_port_guard_exception() local 1227 mach_exception_data_type_t code, in mach_port_guard_ast()
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | sleh.c | 2241 uint64_t code = mx_code | kGUARD_EXC_MTE_SOFT_MODE; in mte_send_sync_soft_mode_exception() local 2288 uint64_t code = mx_code; in mte_send_async_ast_fault() local 2399 mach_exception_data_type_t code = tag_check_fault_type(current_map()->pmap, fault_addr); in handle_kernel_tag_check_fault() local 2415 mach_exception_data_type_t code = tag_check_fault_type(current_map()->pmap, fault_addr); in handle_kernel_tag_check_fault() local
|
| /xnu-12377.41.6/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 76 …t, int * len, unsigned short * remote_port, unsigned int exception, unsigned int code, unsigned in… in kdp_exception()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | raw_ip6.c | 379 int type = 0, code = 0; /* for ICMPv6 output statistics only */ in rip6_output() local
|
| /xnu-12377.41.6/osfmk/kdp/ |
| H A D | kdp_udp.c | 1317 unsigned int code, in kdp_send_exception() 1368 unsigned int code, in kdp_debugger_loop() 2400 __unused unsigned int code, in kdp_raise_exception()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_sig.c | 1784 threadsignal(thread_t sig_actthread, int signum, mach_exception_code_t code, boolean_t set_exitreas… in threadsignal() 3064 uint32_t code; in postsig_locked() local 3490 int code, in do_bsdexception()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | exclaves_l4.h | 150 #define Exclaves_L4_Error(code, value) (((Exclaves_L4_Word(value)) << 8) | (Exclaves_L4_Word(code))) argument
|