/illumos-gate/usr/src/uts/common/sys/ |
H A D | sdt.h | 62 #define DTRACE_PROBE4(provider, name, arg1, arg2, arg3, arg4) { \ argument 67 (unsigned long)arg4); \ 70 #define DTRACE_PROBE5(provider, name, arg1, arg2, arg3, arg4, arg5) { \ argument 75 (unsigned long)arg4, (unsigned long)arg5); \ 102 type3, arg3, type4, arg4) { \ 106 (uintptr_t)(arg3), (uintptr_t)(arg4)); \ 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), \ [all …]
|
H A D | systrace.h | 53 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/lib/libsqlite/test/ |
H A D | auth.test | 28 proc auth {code arg1 arg2 arg3 arg4} { 44 proc auth {code arg1 arg2 arg3 arg4} { 46 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 64 proc auth {code arg1 arg2 arg3 arg4} { 76 proc auth {code arg1 arg2 arg3 arg4} { 78 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 93 proc auth {code arg1 arg2 arg3 arg4} { 105 proc auth {code arg1 arg2 arg3 arg4} { 107 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 118 proc auth {code arg1 arg2 arg3 arg4} { [all …]
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 77 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument 79 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4) 81 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) \ argument 84 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) 95 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) 97 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_impl.h | 349 #define VIONA_PROBE2(name, arg1, arg2, arg3, arg4) \ argument 350 DTRACE_PROBE2(viona__##name, arg1, arg2, arg3, arg4) 351 #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/intel/sys/acpi/platform/ |
H A D | acefi.h | 256 UINT64 arg4); 258 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/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 475 uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) in s10_fsat() argument 480 (const char *)arg2, (int)arg3, (mode_t)arg4)); in s10_fsat() 486 (const char *)arg2, (int)arg3, (mode_t)arg4)); in s10_fsat() 493 (const char *)arg2, (struct stat64 *)arg3, (int)arg4)); in s10_fsat() 497 (const char *)arg2, (struct stat *)arg3, (int)arg4)); in s10_fsat() 500 (uid_t)arg3, (gid_t)arg4, (int)arg5)); in s10_fsat() 509 (int)arg3, (char *)arg4)); in s10_fsat() 512 (int)arg3, (int)arg4)); in s10_fsat()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.kpriv.ksh | 92 /arg4 != DTRACEFLT_KPRIV/ 95 badsubr, DTRACEFLT_KPRIV, arg4); 100 /arg4 == DTRACEFLT_KPRIV/
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/error/ |
H A D | tst.DTRACEFLT_DIVZERO.d | 23 /arg4 == DTRACEFLT_DIVZERO/ 30 printf("unexpected error code %d", arg4);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | gpio_87317.c | 52 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/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 140 void *arg2, void *arg3, void *arg4, uint32_t evt); 142 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 144 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 146 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 148 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 150 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 152 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 154 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 157 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); 160 void *arg1, void *arg2, void *arg3, void *arg4, uint32_t evt); [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/ |
H A D | tst.sdtargs.d | 46 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 || 51 arg3, arg4, arg5, arg6);
|
H A D | tst.sdtargs_tail_call.d | 48 /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 D | brandsys.c | 36 uintptr_t arg4, uintptr_t arg5, uintptr_t arg6) in brandsys() argument 50 arg4, arg5, arg6)) != 0) in brandsys()
|
H A D | utime.c | 200 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in utimesys() argument 207 (timespec_t *)arg3, (int)arg4)); in utimesys()
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_interp.c | 34 uintptr_t arg4, uintptr_t arg5) in prom_interpret() argument 65 ci[7] = p1275_uintptr2cell(arg4); /* Arg5: stack arg 4 */ in prom_interpret()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.args1.d | 55 /arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 && arg4 == 4 && 64 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.ddi_pathname.d | 53 /arg4 == DTRACEFLT_ILLOP/ 59 /arg4 != DTRACEFLT_ILLOP/
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | rootnex.h | 62 type4, arg4) \ argument 63 DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) 71 type4, arg4)
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | n2rng.h | 327 #define DBG4(vca, lvl, fmt, arg1, arg2, arg3, arg4) argument 328 #define DBG5(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5) argument 329 #define DBG6(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5, arg6) argument
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | srp.d | 158 xfer_laddr = P->ds_va + arg4; 164 xfer_len = arg4;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/funcs/ |
H A D | tst.badcopyin.d | 50 exit(arg4 == DTRACEFLT_BADADDR &&
|
H A D | tst.badcopyinstr.d | 49 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`utsname ? 0 : 1);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/ |
H A D | tst.arg1to8.d | 39 arg3, arg4, arg5, arg6, arg7, arg8);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/error/ |
H A D | tst.DTRACEFLT_BADADDR.d | 41 arg1, arg2, arg3, arg4, arg5);
|