Searched refs:arg4 (Results 1 - 16 of 16) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dxpr.h93 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5) \
97 (long)(arg3), (long)(arg4), (long)(arg5)); \
125 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5)
130 long arg1,arg2,arg3,arg4,arg5; member in struct:xprbuf
147 long arg4,
H A Dipc_mig.h52 #define __BeforeRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \
57 (unsigned int)(arg4), \
60 #define __AfterRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \
65 (unsigned int)(arg4), \
68 #define __BeforeSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \
73 (unsigned int)(arg4), \
76 #define __AfterSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \
81 (unsigned int)(arg4), \
H A Dxpr.c94 long arg4,
121 x->arg4 = arg4;
241 db_printf(x->msg, x->arg1,x->arg2,x->arg3,x->arg4,x->arg5);
290 db_printf(x->msg, x->arg1,x->arg2,x->arg3,x->arg4,x->arg5);
89 xpr( const char *msg, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/chud/
H A Dchud_bsd_callback.c40 typedef void (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4);
56 unsigned int arg4)
61 (fn)(debugid, arg0, arg1, arg2, arg3, arg4);
87 typedef kern_return_t (*chudxnu_syscall_callback_func_t)(uint32_t code, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4);
102 *retval = fn(uap->code, uap->arg1, uap->arg2, uap->arg3, uap->arg4, uap->arg5);
50 chudxnu_private_kdebug_callback( unsigned int debugid, unsigned int arg0, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/machine/
H A Dsdt.h75 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) { \
81 __dtrace_args[4] = (uintptr_t)arg4; \
85 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) { \
91 __dtrace_args[4] = (uintptr_t)arg4; \
96 #define DTRACE_PROBE7(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6) { \
102 __dtrace_args[4] = (uintptr_t)arg4; \
108 #define DTRACE_PROBE8(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) { \
114 __dtrace_args[4] = (uintptr_t)arg4; \
121 #define DTRACE_PROBE9(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) { \
127 __dtrace_args[4] = (uintptr_t)arg4; \
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.h71 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5);
85 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5);
H A Dlockstat.c215 uint64_t arg2, uint64_t arg3, uint64_t arg4)
217 #pragma unused(id,arg0,arg1,arg2,arg3,arg4)
214 lockstat_stub(dtrace_id_t id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) argument
H A Dsystrace.c105 uint64_t arg2, uint64_t arg3, uint64_t arg4)
107 #pragma unused(id,arg0,arg1,arg2,arg3,arg4)
806 syscall_arg_t arg4; member in struct:mach_call_args
104 systrace_stub(dtrace_id_t id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) argument
H A Ddtrace.c5272 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
5276 uint64_t arg2, uint64_t arg3, uint64_t arg4)
5387 mstate.dtms_arg[4] = arg4;
5989 uint64_t arg2, uint64_t arg3, uint64_t arg4)
5994 __dtrace_probe(id, arg0, arg1, arg2, arg3, arg4);
5998 __dtrace_probe(id, arg0, arg1, arg2, arg3, arg4);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkdebug.c183 unsigned int arg4, unsigned int arg5);
196 kernel_debug(uap->code, uap->arg1, uap->arg2, uap->arg3, uap->arg4, 0);
262 unsigned int arg4, unsigned int arg5, int entropy_flag)
277 kdebug_chudhook(debugid, arg1, arg2, arg3, arg4, arg5);
344 kd->arg4 = arg4;
381 unsigned int arg4, __unused unsigned int arg5)
383 kernel_debug_internal(debugid, arg1, arg2, arg3, arg4, (int)current_thread(), 1);
388 unsigned int arg4, unsigned int arg5)
390 kernel_debug_internal(debugid, arg1, arg2, arg3, arg4, arg
261 kernel_debug_internal(unsigned int debugid, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5, int entropy_flag) argument
380 kernel_debug(unsigned int debugid, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4, __unused unsigned int arg5) argument
387 kernel_debug1(unsigned int debugid, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5) argument
490 kdbg_trace_string(struct proc *proc, long *arg1, long *arg2, long *arg3, long *arg4) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkdebug.h351 extern void kernel_debug(unsigned int debugid, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5);
353 extern void kernel_debug1(unsigned int debugid, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5);
361 extern void kdbg_trace_string(struct proc *proc, long *arg1, long *arg2, long *arg3, long *arg4);
406 unsigned int arg4; member in struct:__anon371
H A Ddtrace.h2038 * uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
2049 * arguments are the values to which the D variables "arg0" through "arg4"
2104 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
2107 uint64_t arg2, uint64_t arg3, uint64_t arg4);
H A Dsysproto.h650 char arg4_l_[PADL_(int)]; int arg4; char arg4_r_[PADR_(int)]; member in struct:kdebug_trace_args
671 char arg4_l_[PADL_(int)]; int arg4; char arg4_r_[PADR_(int)]; member in struct:chud_args
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_xnu.h206 typedef kern_return_t (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4);
219 typedef kern_return_t (*chudxnu_syscall_callback_func_t)(uint32_t code, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c626 syscall_arg_t arg4; member in struct:mach_call_args
652 case 4: args->arg4 = args32[3];
712 (int) args.arg1, (int) args.arg2, (int) args.arg3, (int) args.arg4, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c5422 int arg4);
5926 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, int code, int arg1, int arg2, int arg3, int arg4) argument
5928 KERNEL_DEBUG(code, arg1, arg2, arg3, arg4, 0);
5934 __unused int arg4)
5932 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, __unused int code, __unused int arg1, __unused int arg2, __unused int arg3, __unused int arg4) argument

Completed in 162 milliseconds