Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 92) sorted by relevance

1234

/xnu-8019.80.24/bsd/kern/
H A Dkern_debug.c91 mach_exception_code_t code = 0; in debug_syscall_rejection_handle() local
115 mach_exception_data_type_t code, in rejected_syscall_guard_ast()
H A Dkern_guarded.c190 mach_exception_code_t code = 0; in fp_guard_exception() local
209 mach_exception_code_t code, in fd_guard_ast()
1352 mach_exception_code_t code; in vng_guard_violation() local
1401 mach_exception_data_type_t code, mach_exception_data_type_t subcode) in vn_guard_ast()
/xnu-8019.80.24/libsyscall/mach/
H A Dexc_catcher_state_identity.c48 exception_data_t code, in internal_catch_exception_raise_state_identity()
H A Dmach_error_string.c144 int sub, system, code; in mach_error_string_int() local
/xnu-8019.80.24/libkern/zlib/
H A Dinftrees.h55 } code; typedef
H A Dtrees.c275 int code; /* code value */ in tr_static_init() local
620 ush code = 0; /* running code value */ in gen_codes() local
1140 unsigned code; /* the code to send */ local
1210 bi_reverse(unsigned code, int len)
/xnu-8019.80.24/bsd/net/
H A Dflowadv.h45 int32_t code; /* FADV advisory code */ member
/xnu-8019.80.24/libkern/firehose/
H A Dtracepoint_private.h90 #define FIREHOSE_TRACE_ID_MAKE(ns, type, flags, code) \ argument
120 #define FIREHOSE_TRACE_ID_SET_CODE(tid, code) \ argument
/xnu-8019.80.24/osfmk/kperf/
H A Dkperf_kpc.c123 kperf_kpc_log(uint32_t code, uint32_t code32, const struct kpcdata *kpcd) in kperf_kpc_log()
/xnu-8019.80.24/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c73 unsigned int code, in kdp_exception()
353 unsigned int exception, code, subcode = 0; in kdp_i386_trap() local
/xnu-8019.80.24/bsd/sys/
H A Dreason.h152 #define ENCODE_OSR_NAMESPACE_TO_MACH_EXCEPTION_CODE(code, osr_namespace) \ argument
154 #define ENCODE_OSR_CODE_TO_MACH_EXCEPTION_CODE(code, osr_code) \ argument
H A Dkdebug_private.h225 #define SKYWALKDBG_CODE(SubClass, code) KDBG_CODE(DBG_DLIL, SubClass, code) argument
226 #define PPTDBG_CODE(SubClass, code) KDBG_CODE(DBG_PPT, SubClass, code) argument
227 #define PERFCTRL_CODE(SubClass, code) KDBG_CODE(DBG_PERFCTRL, SubClass, code) argument
/xnu-8019.80.24/osfmk/corpses/
H A Dcorpse.c500 mach_exception_data_t code, in task_enqueue_exception_with_corpse()
545 mach_exception_data_type_t code, in task_generate_corpse_internal()
/xnu-8019.80.24/bsd/netinet6/
H A Dip6_forward.c128 int error, type = 0, code = 0; in ip6_forward() local
/xnu-8019.80.24/bsd/security/audit/
H A Daudit.c608 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 Daudit.h354 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ argument
406 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ argument
/xnu-8019.80.24/bsd/netinet/
H A Dip_icmp.c196 int code, in icmp_error()
434 int code; in icmp_input() local
/xnu-8019.80.24/tests/
H A Dldt.c273 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()
H A Ddecompression_failure.c154 mach_exception_data_t code) in kern_memory_failure_handler()
/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c164 sendsig(struct proc *p, user_addr_t ua_catcher, int sig, int mask, __unused uint32_t code, sigset_t… in sendsig()
944 mach_exception_code_t code, in machine_exception()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dsystrace.c104 unsigned short code; /* The system call number */ in dtrace_systrace_syscall() local
298 dtrace_systrace_syscall_return(unsigned short code, int rval, int *rv) in dtrace_systrace_syscall_return()
664 int code; /* The mach call number */ in dtrace_machtrace_syscall() local
/xnu-8019.80.24/osfmk/kern/
H A Dsocd_client.h57 #define SOCD_TRACE_EVENTID(class, code) \ argument
/xnu-8019.80.24/bsd/dev/arm/
H A Dunix_signal.c272 __unused uint32_t code, in sendsig()
897 __unused mach_exception_code_t code, in machine_exception()
/xnu-8019.80.24/libkern/libkern/
H A DOSKextLib.h76 #define libkern_kext_err(code) (sys_libkern|sub_libkern_kext|(code)) argument
/xnu-8019.80.24/osfmk/arm/
H A Dtrap.c119 mach_exception_data_type_t code[2] = {EXC_ARM_UNDEFINED}; in sleh_undef() local

1234