/titanic_41/usr/src/uts/common/sys/ |
H A D | sdt.h | 47 #define DTRACE_PROBE2(provider, name, arg1, arg2) { \ argument 51 (unsigned long)arg2); \ 54 #define DTRACE_PROBE3(provider, name, arg1, arg2, arg3) { \ argument 58 (unsigned long)arg2, (unsigned long)arg3); \ 61 #define DTRACE_PROBE4(provider, name, arg1, arg2, arg3, arg4) { \ argument 65 (unsigned long)arg2, (unsigned long)arg3, \ 69 #define DTRACE_PROBE5(provider, name, arg1, arg2, arg3, arg4, arg5) { \ argument 73 (unsigned long)arg2, (unsigned long)arg3, \ 89 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2) { \ 91 __dtrace_probe_##name((uintptr_t)(arg1), (uintptr_t)(arg2)); \ [all …]
|
H A D | asy.h | 210 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument 212 cmn_err(CE_NOTE, format, arg1, arg2) 213 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument 215 cmn_err(CE_NOTE, format, arg1, arg2, arg3) 222 #define DEBUGCONT2(fac, format, arg1, arg2) \ argument 224 cmn_err(CE_CONT, format, arg1, arg2) 225 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \ argument 227 cmn_err(CE_CONT, format, arg1, arg2, arg3) 228 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument 230 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4) [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | auth.test | 30 proc auth {code arg1 arg2 arg3 arg4} { 46 proc auth {code arg1 arg2 arg3 arg4} { 48 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 66 proc auth {code arg1 arg2 arg3 arg4} { 78 proc auth {code arg1 arg2 arg3 arg4} { 80 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 95 proc auth {code arg1 arg2 arg3 arg4} { 107 proc auth {code arg1 arg2 arg3 arg4} { 109 set ::authargs [list $arg1 $arg2 $arg3 $arg4] 120 proc auth {code arg1 arg2 arg3 arg4} { [all …]
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 61 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument 63 cmn_err(CE_NOTE, format, arg1, arg2) 64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument 66 cmn_err(CE_NOTE, format, arg1, arg2, arg3) 73 #define DEBUGCONT2(fac, format, arg1, arg2) \ argument 75 cmn_err(CE_CONT, format, arg1, arg2) 76 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \ argument 78 cmn_err(CE_CONT, format, arg1, arg2, arg3) 79 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument 81 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4) [all …]
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | x_call.c | 83 void init_mondo(xcfunc_t *func, uint64_t arg1, uint64_t arg2); 239 xt_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) in xt_one() argument 244 xt_one_unchecked(cix, func, arg1, arg2); in xt_one() 252 xt_one_unchecked(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) in xt_one_unchecked() argument 280 send_self_xcall(CPU, arg1, arg2, func); in xt_one_unchecked() 282 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2); in xt_one_unchecked() 287 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2); in xt_one_unchecked() 288 init_mondo(func, arg1, arg2); in xt_one_unchecked() 299 xt_some(cpuset_t cpuset, xcfunc_t *func, uint64_t arg1, uint64_t arg2) in xt_some() argument 344 send_self_xcall(CPU, arg1, arg2, func); in xt_some() [all …]
|
H A D | mp_call.c | 72 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) in cpu_call() argument 90 (uint64_t)arg2); in cpu_call() 96 func(arg1, arg2); in cpu_call()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/props/ |
H A D | MessageCatalog.java | 75 Object arg1, Object arg2) in getFormattedMessage() argument 78 arg1, arg2); in getFormattedMessage() 82 Object arg1, Object arg2, in getFormattedMessage() argument 86 arg1, arg2, arg3); in getFormattedMessage() 130 Object arg1, Object arg2) in getFormattedKeyMessage() argument 134 arg1, arg2 in getFormattedKeyMessage() 141 Object arg1, Object arg2, in getFormattedKeyMessage() argument 146 arg1, arg2, arg3 in getFormattedKeyMessage() 174 Object arg2) in noTranslation() argument 178 arg1, arg2 in noTranslation() [all …]
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | ldaplog.h | 52 #define LDAPDebug( level, fmt, arg1, arg2, arg3 ) argument 61 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \ argument 64 slapd_log_error_proc( NULL, fmt, arg1, arg2, arg3 ); \ 69 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \ 72 slapd_log_error_proc( NULL, fmt, arg1, arg2, arg3 ); \ 79 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \ 82 sprintf( msg, fmt, arg1, arg2, arg3 ); \
|
H A D | log.h | 49 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \ argument 52 fprintf( stderr, fmt, connid, opid, arg1, arg2, arg3 );\ 54 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | Global.java | 249 public static String fmtMsg(String key, Object arg1, Object arg2) { in fmtMsg() argument 251 arg2); in fmtMsg() 254 public static String fmtMsg(String key, Object arg1, Object arg2, in fmtMsg() argument 257 arg2, arg3); in fmtMsg() 260 public static String fmtMsg(String key, Object arg1, Object arg2, in fmtMsg() argument 263 Object [] args = { arg1, arg2, arg3, arg4 }; in fmtMsg() 267 public static String fmtMsg(String key, Object arg1, Object arg2, in fmtMsg() argument 270 Object [] args = { arg1, arg2, arg3, arg4, arg5 }; in fmtMsg() 274 public static String fmtMsg(String key, Object arg1, Object arg2, in fmtMsg() argument 278 Object [] args = { arg1, arg2, arg3, arg4, arg5, arg6 }; in fmtMsg() [all …]
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getcwd.c | 52 getcwd(arg1, arg2) in getcwd() argument 54 int arg2; 59 if(arg2 <= 0) { 64 if((arg1 = malloc((unsigned)arg2)) == 0) { 71 (void) fgets(arg1, arg2, pipe);
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | rootnex.h | 57 #define ROOTNEX_DPROBE2(name, type1, arg1, type2, arg2) \ argument 58 DTRACE_PROBE2(name, type1, arg1, type2, arg2) 59 #define ROOTNEX_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3) \ argument 60 DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3) 61 #define ROOTNEX_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, \ argument 63 DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) 68 #define ROOTNEX_DPROBE2(name, type1, arg1, type2, arg2) 69 #define ROOTNEX_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3) 70 #define ROOTNEX_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, \
|
/titanic_41/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 58 #define ICACHE_FLUSHALL(lbl, arg1, arg2, tmp1) \ argument 62 sub arg1, arg2, tmp1 ;\ 68 sub tmp1, arg2, tmp1 ;\ 75 #define DCACHE_FLUSHALL(lbl, arg1, arg2, tmp1) \ argument 79 sub arg1, arg2, tmp1 ;\ 85 sub tmp1, arg2, tmp1 ;\ 93 #define ECACHE_FLUSHALL(lbl, arg1, arg2, arg3, tmp1, tmp2) \ argument 99 sub arg2, arg3, arg2 ;\ 101 brgez,a arg2, lbl/**/0 ;\ 102 ldxa [arg1 + arg2]ASI_MEM, %g0 ;\ [all …]
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 110 #define XC_SETUP(cpuid, func, arg1, arg2) \ argument 114 xc_mbox[cpuid].xc_arg2 = arg2; \ 121 #define SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, state) \ argument 130 XC_SETUP(pix, func, arg1, arg2); \ 143 #define SEND_MBOX_MONDO(xc_cpuset, func, arg1, arg2, state) \ argument 150 XC_SETUP(pix, func, arg1, arg2); \ 243 #define XC_TRACE(type, cpus, func, arg1, arg2) \ argument 244 xc_trace((type), (cpus), (func), (arg1), (arg2)) 246 #define XC_TRACE(type, cpus, func, arg1, arg2) argument
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_thread.c | 262 void *arg2; in emlxs_thread() local 271 arg2 = ethread->arg2; in emlxs_thread() 273 func(hba, arg1, arg2); in emlxs_thread() 322 arg2 = ethread->arg2; in emlxs_thread() 325 ethread->arg2 = NULL; in emlxs_thread() 330 func(ethread->hba, arg1, arg2); in emlxs_thread() 401 ethread->arg2 = NULL; in emlxs_thread_destroy() 456 ethread->arg2 = NULL; in emlxs_thread_trigger1() 504 ethread->arg2 = NULL; in emlxs_thread_trigger2() 518 emlxs_thread_spawn(emlxs_hba_t *hba, void (*func) (), void *arg1, void *arg2) in emlxs_thread_spawn() argument [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | avintr.c | 55 caddr_t arg1, caddr_t arg2, uint64_t *ticksp, int pri_level, 229 caddr_t arg1, caddr_t arg2, uint64_t *ticksp, dev_info_t *dip) in add_avintr() argument 238 arg1, arg2, ticksp, dip)); in add_avintr() 267 insert_av(intr_id, vecp, f, arg1, arg2, ticksp, lvl, dip); in add_avintr() 282 update_avsoftintr_args(void *intr_id, int lvl, caddr_t arg2) in update_avsoftintr_args() argument 297 target->av_intarg2 = arg2; in update_avsoftintr_args() 305 caddr_t arg1, caddr_t arg2) in add_avsoftintr() argument 312 name, slvl, arg1, arg2, NULL, NULL)); in add_avsoftintr() 336 insert_av(intr_id, &softvect[lvl], xxintr, arg1, arg2, NULL, lvl, NULL); in add_avsoftintr() 347 caddr_t arg2, uint64_t *ticksp, int pri_level, dev_info_t *dip) in insert_av() argument [all …]
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | x_call.c | 312 xc_serv(caddr_t arg1, caddr_t arg2) in xc_serv() argument 457 xc_arg_t arg2, in xc_common() argument 472 (void) (*func)(arg1, arg2, arg3); in xc_common() 484 data->xc_a2 = arg2; in xc_common() 551 xc_arg_t arg2, in xc_priority_common() argument 595 xc_priority_data.xc_a2 = arg2; in xc_priority_common() 628 xc_arg_t arg2, in xc_priority() argument 638 xc_priority_common((xc_func_t)func, arg1, arg2, arg3, set); in xc_priority() 672 xc_arg_t arg2, in xc_call_nowait() argument 677 xc_common(func, arg1, arg2, arg3, set, XC_MSG_ASYNC); in xc_call_nowait() [all …]
|
H A D | mp_call.c | 64 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) in cpu_call() argument 85 (*func)(arg1, arg2); in cpu_call() 89 xc_call((xc_arg_t)arg1, (xc_arg_t)arg2, 0, CPUSET2BV(set), in cpu_call()
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefi.h | 136 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2); 137 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3); 138 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 140 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 142 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 144 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 146 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 149 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 152 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
|
/titanic_41/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 68 tcp_send(int arg0, tcp_t *arg1, const void *arg2, int arg3) in tcp_send() argument 76 tcp_opt_set(tcp_t *arg0, int arg1, int arg2, const void *arg3, socklen_t arg4) in tcp_opt_set() argument 84 tcp_accept(int arg0, struct sockaddr *arg1, socklen_t *arg2) in tcp_accept() argument
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 474 int code, uintptr_t arg1, uintptr_t arg2, 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() 499 return (s10_fchownat(rval, (int)arg1, (char *)arg2, in s10_fsat() 502 return (s10_unlinkat(rval, (int)arg1, (char *)arg2, in s10_fsat() 506 (const char *)arg2, (const struct timeval *)arg3)); in s10_fsat() 508 return (s10_renameat(rval, (int)arg1, (char *)arg2, in s10_fsat() 511 return (s10_faccessat(rval, (int)arg1, (char *)arg2, in s10_fsat() [all …]
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | zfs.d | 23 probe probe2(char *probename, unsigned long arg1, unsigned long arg2); 24 probe probe3(char *probename, unsigned long arg1, unsigned long arg2, 26 probe probe4(char *probename, unsigned long arg1, unsigned long arg2,
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 98 #define ELINK_DEBUG_P2(cb, fmt, arg1, arg2) DbgMessage(cb, WARNelink, fmt, arg1, arg2) argument 99 #define ELINK_DEBUG_P3(cb, fmt, arg1, arg2, arg3) \ argument 100 DbgMessage(cb, WARNelink, fmt, arg1, arg2, arg3) 104 extern void elink_cb_dbg2(struct elink_dev *cb, _In_ char *fmt, u32 arg1, u32 arg2); 105 extern void elink_cb_dbg3(struct elink_dev *cb, _In_ char *fmt, u32 arg1, u32 arg2, 110 #define ELINK_DEBUG_P2(cb, fmt, arg1, arg2) elink_cb_dbg2(cb, fmt, arg1, arg2) argument 111 #define ELINK_DEBUG_P3(cb, fmt, arg1, arg2, arg3) \ argument 112 elink_cb_dbg3(cb, fmt, arg1, arg2, arg3) 118 #define ELINK_DEBUG_P2(cb, fmt, arg1, arg2) argument 119 #define ELINK_DEBUG_P3(cb, fmt, arg1, arg2, arg3) argument
|
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix_intr.c | 192 caddr_t arg2 = av->av_intarg2; in apix_dispatch_pending_autovect() local 204 void *, intr, caddr_t, arg1, caddr_t, arg2); in apix_dispatch_pending_autovect() 205 r = (*intr)(arg1, arg2); in apix_dispatch_pending_autovect() 357 apix_dispatch_softint(uint_t oldpil, uint_t arg2) in apix_dispatch_softint() argument 361 UNREFERENCED_1PARAMETER(arg2); in apix_dispatch_softint() 562 apix_dispatch_pending_hilevel(uint_t ipl, uint_t arg2) in apix_dispatch_pending_hilevel() argument 564 UNREFERENCED_1PARAMETER(arg2); in apix_dispatch_pending_hilevel() 754 apix_dispatch_pending_hardint(uint_t oldpil, uint_t arg2) in apix_dispatch_pending_hardint() argument 758 UNREFERENCED_1PARAMETER(arg2); in apix_dispatch_pending_hardint() 816 caddr_t arg1, arg2; in apix_dispatch_by_vector() local [all …]
|
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 159 int c_ccaddr(const void *arg1, const void *arg2); 160 int c_sladdr(const void *arg1, const void *arg2); 161 int c_time(const void *arg1, const void *arg2); 162 int c_ncalls(const void *arg1, const void *arg2); 163 int c_name(const void *arg1, const void *arg2); 1260 c_ccaddr(const void *arg1, const void *arg2) in c_ccaddr() argument 1263 struct cnt *p2 = (struct cnt *)arg2; in c_ccaddr() 1269 c_sladdr(const void *arg1, const void *arg2) in c_sladdr() argument 1272 struct slist *p2 = (struct slist *)arg2; in c_sladdr() 1278 c_time(const void *arg1, const void *arg2) in c_time() argument [all …]
|