Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 94) sorted by relevance

1234

/xnu-8792.41.9/osfmk/kern/
H A Dexc_resource.h55 #define EXC_RESOURCE_DECODE_RESOURCE_TYPE(code) \ argument
57 #define EXC_RESOURCE_DECODE_FLAVOR(code) \ argument
95 #define EXC_RESOURCE_CPUMONITOR_DECODE_INTERVAL(code) \ argument
97 #define EXC_RESOURCE_CPUMONITOR_DECODE_PERCENTAGE(code) \ argument
130 #define EXC_RESOURCE_CPUMONITOR_DECODE_WAKEUPS_PERMITTED(code) \ argument
132 #define EXC_RESOURCE_CPUMONITOR_DECODE_OBSERVATION_INTERVAL(code) \ argument
162 #define EXC_RESOURCE_HWM_DECODE_LIMIT(code) \ argument
192 #define EXC_RESOURCE_IO_DECODE_INTERVAL(code) \ argument
194 #define EXC_RESOURCE_IO_DECODE_LIMIT(code) \ argument
207 #define EXC_RESOURCE_THREADS_DECODE_THREADS(code) \ argument
[all …]
H A Dexc_guard.h58 #define EXC_GUARD_DECODE_GUARD_TYPE(code) \ argument
60 #define EXC_GUARD_DECODE_GUARD_FLAVOR(code) \ argument
62 #define EXC_GUARD_DECODE_GUARD_TARGET(code) \ argument
167 #define EXC_GUARD_ENCODE_TYPE(code, type) \ argument
169 #define EXC_GUARD_ENCODE_FLAVOR(code, flavor) \ argument
171 #define EXC_GUARD_ENCODE_TARGET(code, target) \ argument
H A Dux_handler.c134 mach_exception_data_t code, in catch_mach_exception_raise()
177 exception_data_t code, in catch_exception_raise()
201 __unused const exception_data_t code, in catch_exception_raise_state()
216 __unused const mach_exception_data_t code, in catch_mach_exception_raise_state()
233 __unused exception_data_t code, in catch_exception_raise_state_identity()
250 __unused mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
267 __unused mach_exception_data_t code, in catch_mach_exception_raise_identity_protected()
278 __unused mach_exception_data_t code, in catch_mach_exception_raise_backtrace()
H A Dexception.c202 mach_exception_data_t code, in exception_deliver()
532 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in exception_deliver_backtrace() local
637 mach_exception_data_t code, in exception_triage_thread()
721 mach_exception_data_t code) in pac_exception_triage()
780 mach_exception_data_t code, in exception_triage()
821 mach_exception_data_t code, in bsd_exception()
852 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in task_exception_notify() local
879 mach_exception_data_type_t code[EXCEPTION_CODE_MAX]; in sys_perf_notify() local
/xnu-8792.41.9/iokit/IOKit/
H A DIOTimeStamp.h196 #define IODBG_STORAGE(code) (KDBG_CODE(DBG_IOKIT, DBG_IOSTORAGE, code)) argument
197 #define IODBG_NETWORK(code) (KDBG_CODE(DBG_IOKIT, DBG_IONETWORK, code)) argument
198 #define IODBG_KEYBOARD(code) (KDBG_CODE(DBG_IOKIT, DBG_IOKEYBOARD, code)) argument
199 #define IODBG_HID(code) (KDBG_CODE(DBG_IOKIT, DBG_IOHID, code)) argument
200 #define IODBG_AUDIO(code) (KDBG_CODE(DBG_IOKIT, DBG_IOAUDIO, code)) argument
201 #define IODBG_SERIAL(code) (KDBG_CODE(DBG_IOKIT, DBG_IOSERIAL, code)) argument
202 #define IODBG_TTY(code) (KDBG_CODE(DBG_IOKIT, DBG_IOTTY, code)) argument
203 #define IODBG_SAM(code) (KDBG_CODE(DBG_IOKIT, DBG_IOSAM, code)) argument
204 #define IODBG_PARALLELATA(code) (KDBG_CODE(DBG_IOKIT, DBG_IOPARALLELATA, code)) argument
205 #define IODBG_PARALLELSCSI(code) (KDBG_CODE(DBG_IOKIT, DBG_IOPARALLELSCSI, code)) argument
[all …]
/xnu-8792.41.9/osfmk/i386/
H A Dx86_hypercall.h83 #define HVG_HCALL_CODE(code) ('A' << 24 | (code & 0xFFFFFF)) argument
106 hvg_hypercall6(uint64_t code, uint64_t rdi, uint64_t rsi, uint64_t rdx, uint64_t rcx, uint64_t r8, … in hvg_hypercall6()
133 hvg_hypercall0(const uint64_t code, in hvg_hypercall0()
140 hvg_hypercall1(const uint64_t code, in hvg_hypercall1()
148 hvg_hypercall2(const uint64_t code, in hvg_hypercall2()
156 hvg_hypercall3(const uint64_t code, in hvg_hypercall3()
164 hvg_hypercall4(const uint64_t code, in hvg_hypercall4()
172 hvg_hypercall5(const uint64_t code, in hvg_hypercall5()
180 kvmcompat_hypercall2(unsigned long code, unsigned long a0, unsigned long a1) in kvmcompat_hypercall2()
/xnu-8792.41.9/bsd/dev/i386/
H A Dsystemcalls.c76 #define code_is_kdebug_trace(code) (((code) == SYS_kdebug_trace) || \ argument
93 unsigned int code, syscode; in unix_syscall() local
281 unsigned int code, syscode; in unix_syscall64() local
491 unsigned int code; in unix_syscall_return() local
/xnu-8792.41.9/bsd/dev/arm/
H A Dsystemcalls.c74 #define code_is_kdebug_trace(code) (((code) == SYS_kdebug_trace) || \ argument
97 unsigned short code, syscode; in unix_syscall() local
237 unsigned short code; in unix_syscall_return() local
333 arm_trace_u32_unix_syscall(int code, arm_saved_state32_t *regs) in arm_trace_u32_unix_syscall()
544 arm_trace_u64_unix_syscall(int code, arm_saved_state64_t *regs) in arm_trace_u64_unix_syscall()
557 arm_trace_unix_syscall(int code, struct arm_saved_state *state) in arm_trace_unix_syscall()
/xnu-8792.41.9/osfmk/kperf/
H A Dbuffer.h34 #define PERF_CODE(SubClass, code) KDBG_CODE(DBG_PERF, SubClass, code) argument
56 #define PERF_GEN_CODE(code) PERF_CODE(PERF_GENERIC, code) argument
59 #define PERF_TI_CODE(code) PERF_CODE(PERF_THREADINFO, code) argument
85 #define PERF_CS_CODE(code) PERF_CODE(PERF_CALLSTACK, code) argument
97 #define PERF_TM_CODE(code) PERF_CODE(PERF_TIMER, code) argument
104 #define PERF_PET_CODE(code) PERF_CODE(PERF_PET, code) argument
116 #define PERF_AST_CODE(code) PERF_CODE(PERF_AST, code) argument
120 #define PERF_KPC_CODE(code) PERF_CODE(PERF_KPC, code) argument
134 #define PERF_KDBG_CODE(code) PERF_CODE(PERF_KDBG, code) argument
137 #define PERF_TK_CODE(code) PERF_CODE(PERF_TASK, code) argument
[all …]
/xnu-8792.41.9/EXTERNAL_HEADERS/architecture/i386/
H A Dtable.h48 code_desc_t code; member
65 code_desc_t code; member
92 code_desc_t code; member
/xnu-8792.41.9/bsd/uxkern/
H A Dux_exception.c57 mach_exception_code_t code, in ux_exception()
116 mach_exception_code_t code, in handle_ux_exception()
/xnu-8792.41.9/tests/
H A Dexc_resource_threads.c33 mach_exception_data_t code, in catch_mach_exception_raise()
48 const mach_exception_data_t code, in catch_mach_exception_raise_state()
66 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
H A Dhw_breakpoint_step_arm64.c33 mach_exception_data_t code, in catch_mach_exception_raise()
52 const mach_exception_data_t code, in catch_mach_exception_raise_state()
70 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
H A Dreply_port_defense.c53 const mach_exception_data_t code, in catch_mach_exception_raise_state()
71 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
89 mach_exception_data_t code, in catch_mach_exception_raise()
H A Dimmovable_send.c31 const mach_exception_data_t code, in catch_mach_exception_raise_state()
49 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
67 mach_exception_data_t code, in catch_mach_exception_raise()
H A Dimm_pinned_control_port.c104 const mach_exception_data_t code, in catch_mach_exception_raise_state()
122 mach_exception_data_t code, in catch_mach_exception_raise_state_identity()
140 mach_exception_data_t code, in catch_mach_exception_raise()
H A Dvm_set_max_addr_test.c25 int code = 0; variable
/xnu-8792.41.9/libsyscall/wrappers/
H A Dkdebug_trace.c200 kdebug_signpost(uint32_t code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in kdebug_signpost()
206 kdebug_signpost_start(uint32_t code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in kdebug_signpost_start()
212 kdebug_signpost_end(uint32_t code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in kdebug_signpost_end()
/xnu-8792.41.9/bsd/sys/
H A Dkdebug.h1004 #define MACHDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_MACH, SubClass, code) argument
1005 #define NETDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_NETWORK, SubClass, code) argument
1006 #define FSDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_FSYSTEM, SubClass, code) argument
1007 #define BSDDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_BSD, SubClass, code) argument
1008 #define IOKDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_IOKIT, SubClass, code) argument
1009 #define DRVDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_DRIVERS, SubClass, code) argument
1010 #define TRACEDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_TRACE, SubClass, code) argument
1011 #define SILICONDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_SILICON, SubClass, code) argument
1012 #define MISCDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_MISC, SubClass, code) argument
1013 #define DLILDBG_CODE(SubClass, code) KDBG_EVENTID(DBG_DLIL, SubClass, code) argument
[all …]
/xnu-8792.41.9/bsd/security/audit/
H A Daudit_mac.c139 audit_mac_syscall_enter(unsigned short code, proc_t p, struct uthread *uthread, in audit_mac_syscall_enter()
162 audit_mac_syscall_exit(unsigned short code, struct uthread *uthread, int error, in audit_mac_syscall_exit()
/xnu-8792.41.9/bsd/kern/
H A Dkern_exit.c424 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in gather_populate_corpse_crashinfo()
436 proc_update_corpse_exception_codes(proc_t p, mach_exception_data_type_t *code, mach_exception_data_… in proc_update_corpse_exception_codes()
482 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in populate_corpse_crashinfo()
838 mach_exception_data_t code, in current_thread_collect_backtrace_info()
1324 mach_exception_code_t code = 0; in abort_with_payload_internal() local
1640 int code = WEXITSTATUS(rv); in proc_should_trigger_panic() local
1793 mach_exception_data_type_t code = 0, subcode = 0; in proc_prepareexit() local
3430 mach_exception_data_type_t code, in exit_with_guard_exception()
3441 exit_with_pac_exception(proc_t p, exception_type_t exception, mach_exception_code_t code, in exit_with_pac_exception()
3452 exit_with_port_space_exception(proc_t p, mach_exception_data_type_t code, in exit_with_port_space_exception()
[all …]
/xnu-8792.41.9/bsd/netinet6/
H A Dicmp6.c199 icmp6_errcount(struct icmp6errstat *stat, int type, int code) in icmp6_errcount()
259 icmp6_error_packet_gencount(int type, int code) in icmp6_error_packet_gencount()
275 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error()
281 icmp6_error_flag(struct mbuf *m, int type, int code, int param, int flags) in icmp6_error_flag()
472 int code, sum, noff, proxy = 0; in icmp6_input() local
962 icmp6_notify_error(struct mbuf *m, int off, int icmp6len, int code) in icmp6_notify_error()
2247 int type, code; in icmp6_reflect() local
3339 __unused const int code) in icmp6_ratelimit()
/xnu-8792.41.9/libsyscall/mach/
H A Dexc_catcher.c48 exception_data_t code, in internal_catch_exception_raise()
H A Dexc_catcher_state.c46 exception_data_t code, in internal_catch_exception_raise_state()
/xnu-8792.41.9/bsd/netinet/
H A Dip_icmp.c166 icmp_error_packet_gencount(int type, int code) in icmp_error_packet_gencount()
185 int code, in icmp_error()
444 int code; in icmp_input() local

1234