Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dsdt.h70 #define DTRACE_PROBE5(provider, name, arg1, arg2, arg3, arg4, arg5) { \ argument
75 (unsigned long)arg4, (unsigned long)arg5); \
110 type3, arg3, type4, arg4, type5, arg5) { \
114 (uintptr_t)(arg3), (uintptr_t)(arg4), (uintptr_t)(arg5)); \
118 type3, arg3, type4, arg4, type5, arg5, type6, arg6) { \
122 (uintptr_t)(arg3), (uintptr_t)(arg4), (uintptr_t)(arg5), \
127 type4, arg4, type5, arg5, type6, arg6, type7, arg7) { \
131 (uintptr_t)(arg3), (uintptr_t)(arg4), (uintptr_t)(arg5), \
136 type4, arg4, type5, arg5, type6, arg6, type7, arg7, type8, arg8) { \
141 (uintptr_t)(arg3), (uintptr_t)(arg4), (uintptr_t)(arg5), \
[all …]
H A Dsystrace.h53 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5);
57 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h258 UINT64 arg4, UINT64 arg5);
260 UINT64 arg4, UINT64 arg5, UINT64 arg6);
262 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7);
264 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
267 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
270 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_impl.h351 #define VIONA_PROBE3(name, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
352 DTRACE_PROBE3(viona__##name, arg1, arg2, arg3, arg4, arg5, arg6)
353 #define VIONA_PROBE4(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
354 DTRACE_PROBE4(viona__##name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, \
356 #define VIONA_PROBE5(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, \ argument
358 DTRACE_PROBE5(viona__##name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, \
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgpio_87317.c52 uint_t arg3, uint_t arg4, uint_t arg5);
54 #define DBG(dip, format, arg1, arg2, arg3, arg4, arg5) \ argument
56 (uint_t)arg4, (uint_t)arg5)
58 #define DBG(dip, format, arg1, arg2, arg3, arg4, arg5) argument
426 uint_t arg4, uint_t arg5) in gpio_debug() argument
438 prom_printf(format, arg1, arg2, arg3, arg4, arg5); in gpio_debug()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d46 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 ||
51 arg3, arg4, arg5, arg6);
H A Dtst.sdtargs_tail_call.d48 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 ||
53 arg3, arg4, arg5, arg6);
/illumos-gate/usr/src/uts/common/syscall/
H A Dbrandsys.c36 uintptr_t arg4, uintptr_t arg5, uintptr_t arg6) in brandsys() argument
50 arg4, arg5, arg6)) != 0) in brandsys()
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_interp.c34 uintptr_t arg4, uintptr_t arg5) in prom_interpret() argument
66 ci[8] = p1275_uintptr2cell(arg5); /* Arg6: stack arg 5 */ in prom_interpret()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d56 arg5 == 5 && arg6 == 6 && arg7 == 7 && arg8 == 8 && arg9 == 9/
64 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
H A Dtst.args1.c31 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, in go() argument
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h81 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) \ argument
84 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
97 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyin.d51 arg5 == (uint64_t)&`dtrace_zero ? 0 : 1);
H A Dtst.badcopyinstr.d49 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`utsname ? 0 : 1);
H A Dtst.badcopyout.d53 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`clock ? 0 : 1);
H A Dtst.badcopyoutstr.d53 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`clock ? 0 : 1);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg1to8.d39 arg3, arg4, arg5, arg6, arg7, arg8);
H A Dtst.arg1to8clause.d43 arg3, arg4, arg5, arg6, arg7, arg8);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d41 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_DIVZERO.d41 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_UNKNOWN.d41 arg1, arg2, arg3, arg4, arg5);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.args.d35 (int)arg4 == -1 && arg5 == 0x12345678/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.basic.d44 arg3, arg4, arg5, arg6, arg7, arg8);
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprofile.d34 trace(arg5);
H A Doffcpu-profile.d40 trace(arg5);

123