Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 25 of 122) sorted by relevance

12345

/titanic_41/usr/src/uts/common/sys/
H A Dsdt.h54 #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, \
94 #define DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3) { \
97 (uintptr_t)(arg3)); \
101 type3, arg3, type4, arg4) { \
105 (uintptr_t)(arg3), (uintptr_t)(arg4)); \
[all …]
H A Dasy.h213 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
215 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
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)
232 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) \ argument
235 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
241 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
245 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dauth.test30 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 Dxencons.h64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
66 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
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)
83 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) \ argument
86 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
92 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
96 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
[all …]
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h52 #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 Dlog.h49 #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 DGlobal.java255 Object arg3) { in fmtMsg() argument
257 arg2, arg3); in fmtMsg()
261 Object arg3, Object arg4) in fmtMsg() argument
263 Object [] args = { arg1, arg2, arg3, arg4 }; in fmtMsg()
268 Object arg3, Object arg4, Object arg5) in fmtMsg() argument
270 Object [] args = { arg1, arg2, arg3, arg4, arg5 }; in fmtMsg()
275 Object arg3, Object arg4, Object arg5, in fmtMsg() argument
278 Object [] args = { arg1, arg2, arg3, arg4, arg5, arg6 }; in fmtMsg()
283 Object arg3, Object arg4, Object arg5, in fmtMsg() argument
286 Object [] args = { arg1, arg2, arg3, arg4, arg5, arg6, arg7 }; in fmtMsg()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.d.in147 * the non-NULL tcph_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
174 arg3 != NULL && probename == "send" ?
175 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_lport) :
176 arg3 != NULL && probename == "receive" ?
177 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_fport) :
181 arg3 != NULL && probename == "send" ?
182 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_fport) :
183 arg3 != NULL && probename == "receive" ?
184 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_lport) :
188 arg3 != NULL && probename == "send" ?
[all …]
H A Dsrp.d141 ti_status = arg3;
160 xfer_raddr = (arg3 == 0) ? 0 :
161 ((ibt_send_wr_t *)arg3)->wr.rc.rcwr.rdma.rdma_raddr;
162 xfer_rkey = (arg3 == 0) ? 0 :
163 ((ibt_send_wr_t *)arg3)->wr.rc.rcwr.rdma.rdma_rkey;
H A Dip.d.in186 * non-NULL void_ip_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
264 * or use arg3 (tcp_t *) to fabricate ip header info.
269 arg3 != NULL ? ((tcp_t *)arg3)->tcp_connp->conn_ipversion : 0;
277 arg3 != NULL && probename == "send" ?
278 ((tcp_t *)arg3)->tcp_last_sent_len + @TCP_MIN_HEADER_LENGTH@ :
279 arg3 != NULL && probename == "receive" ?
280 ((tcp_t *)arg3)->tcp_last_recv_len + @TCP_MIN_HEADER_LENGTH@ :
288 arg3 != NULL && probename == "send" ?
289 inet_ntoa6(&((tcp_t *)arg3)->tcp_connp->connua_v6addr.connua_laddr):
290 arg3 != NULL && probename == "receive" ?
[all …]
/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c458 xc_arg_t arg3, in xc_common() argument
472 (void) (*func)(arg1, arg2, arg3); in xc_common()
485 data->xc_a3 = arg3; in xc_common()
552 xc_arg_t arg3, in xc_priority_common() argument
596 xc_priority_data.xc_a3 = arg3; in xc_priority_common()
629 xc_arg_t arg3, in xc_priority() argument
638 xc_priority_common((xc_func_t)func, arg1, arg2, arg3, set); in xc_priority()
673 xc_arg_t arg3, in xc_call_nowait() argument
677 xc_common(func, arg1, arg2, arg3, set, XC_MSG_ASYNC); in xc_call_nowait()
688 xc_arg_t arg3, in xc_call() argument
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Drootnex.h59 #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)
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/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/props/
H A DMessageCatalog.java83 Object arg3) in getFormattedMessage() argument
86 arg1, arg2, arg3); in getFormattedMessage()
142 Object arg3) in getFormattedKeyMessage() argument
146 arg1, arg2, arg3 in getFormattedKeyMessage()
184 Object arg2, Object arg3) in noTranslation() argument
188 arg1, arg2, arg3 in noTranslation()
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h137 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/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c475 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()
503 (int)arg3)); in s10_fsat()
506 (const char *)arg2, (const struct timeval *)arg3)); in s10_fsat()
509 (int)arg3, (char *)arg4)); in s10_fsat()
512 (int)arg3, (int)arg4)); in s10_fsat()
/titanic_41/usr/src/cmd/logadm/
H A Dmain.c64 const char *arg1, const char *arg2, const char *arg3);
1002 const char *arg1, const char *arg2, const char *arg3) in docmd() argument
1020 if (arg3) in docmd()
1021 (void) out(" %s", arg3); in docmd()
1064 (arg3) ? " " : "", in docmd()
1065 (arg3) ? arg3 : ""); in docmd()
1076 (arg3) ? " " : "", in docmd()
1077 (arg3) ? arg3 : ""); in docmd()
1087 (arg3) ? " " : "", in docmd()
1088 (arg3) ? arg3 : ""); in docmd()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d47 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 ||
52 arg3, arg4, arg5, arg6);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d40 /arg0 != 4 || arg1 != 10 || arg2 != 10 || arg3 != 4/
43 arg0, arg1, arg2, arg3);
/titanic_41/usr/src/uts/common/syscall/
H A Dbrandsys.c37 brandsys(int cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, in brandsys() argument
51 if ((err = ZBROP(p->p_zone)->b_brandsys(cmd, &rval, arg1, arg2, arg3, in brandsys()
/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_interp.c33 prom_interpret(char *string, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, in prom_interpret() argument
64 ci[6] = p1275_uintptr2cell(arg3); /* Arg4: stack arg 3 */ in prom_interpret()
/titanic_41/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c68 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
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d57 /arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 && arg4 == 4 &&
66 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
/titanic_41/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
55 gpio_debug(dip, format, (uint_t)arg1, (uint_t)arg2, (uint_t)arg3, \
58 #define DBG(dip, format, arg1, arg2, arg3, arg4, arg5) argument
425 gpio_debug(dev_info_t *dip, char *format, uint_t arg1, uint_t arg2, uint_t arg3, in gpio_debug() argument
438 prom_printf(format, arg1, arg2, arg3, arg4, arg5); in gpio_debug()

12345