Searched refs:arg2 (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetcwd.c38 * arg2 is the length of the buffer space for the path-name.
39 * If the actual path-name is longer than (arg2-2), or if
40 * the value of arg2 is not at least 3, the subroutine will
52 getcwd(arg1, arg2)
54 int arg2;
59 if(arg2 <= 0) {
64 if((arg1 = malloc((unsigned)arg2)) == 0) {
71 (void) fgets(arg1, arg2, pipe);
/illumos-gate/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);
/illumos-gate/usr/src/cmd/dtrace/demo/dtrace/
H A Dbegin.d41 printf("mmap with prot = %s", prot[arg2 & 0x7]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg1to8.d40 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
H A Dtst.arg1to8clause.d44 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_DIVZERO.d43 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_UNKNOWN.d43 arg1, arg2, arg3, arg4, arg5);
/illumos-gate/usr/src/uts/common/sys/
H A Dsdt.h47 #define DTRACE_PROBE2(provider, name, arg1, arg2) { \
51 (unsigned long)arg2); \
54 #define DTRACE_PROBE3(provider, name, arg1, arg2, arg3) { \
58 (unsigned long)arg2, (unsigned long)arg3); \
61 #define DTRACE_PROBE4(provider, name, arg1, arg2, arg3, arg4) { \
65 (unsigned long)arg2, (unsigned long)arg3, \
69 #define DTRACE_PROBE5(provider, name, arg1, arg2, arg3, arg4, arg5) { \
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...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h61 #define DEBUGNOTE2(fac, format, arg1, arg2) \
63 cmn_err(CE_NOTE, format, arg1, arg2)
64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \
66 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
73 #define DEBUGCONT2(fac, format, arg1, arg2) \
75 cmn_err(CE_CONT, format, arg1, arg2)
76 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \
78 cmn_err(CE_CONT, format, arg1, arg2, arg3)
79 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \
81 cmn_err(CE_CONT, format, arg1, arg2, arg
[all...]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h52 #define LDAPDebug( level, fmt, arg1, arg2, arg3 )
61 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
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 ); \
/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dinterval.d35 /self->callout && arg2 <= 100/
43 @callout[self->callout] = lquantize(arg2, 0, 100);
/illumos-gate/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 ||
51 printf("args are : %d, %d, %d, %d, %d, %d, %d\n", arg0, arg1, arg2,
/illumos-gate/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);
/illumos-gate/usr/src/cmd/dtrace/demo/intro/
H A Dtrussrw.d31 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.args.d36 /pid == $1 && arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 &&
/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c68 tcp_send(int arg0, tcp_t *arg1, const void *arg2, int arg3) argument
76 tcp_opt_set(tcp_t *arg0, int arg1, int arg2, const void *arg3, socklen_t arg4) argument
84 tcp_accept(int arg0, struct sockaddr *arg1, socklen_t *arg2) argument
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_call.c72 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument
90 (uint64_t)arg2);
96 func(arg1, arg2);
H A Dx_call.c83 void init_mondo(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
185 * arg1 and arg2 - optional
192 * %o1: arg2
202 * arg1, arg2
211 * %g2: arg2
239 xt_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
244 xt_one_unchecked(cix, func, arg1, arg2);
252 xt_one_unchecked(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
280 send_self_xcall(CPU, arg1, arg2, func);
282 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2);
299 xt_some(cpuset_t cpuset, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
365 xt_all(xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
421 xc_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
548 xc_some(cpuset_t cpuset, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
642 xc_all(xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
910 uint64_t arg1, arg2; local
950 uint64_t arg1, arg2; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_call.c64 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument
85 (*func)(arg1, arg2);
89 xc_call((xc_arg_t)arg1, (xc_arg_t)arg2, 0, CPUSET2BV(set),
/illumos-gate/usr/src/lib/libzpool/common/
H A Dzfs.d23 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,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dtrussrw.d44 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_interp.c33 prom_interpret(char *string, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, argument
63 ci[5] = p1275_uintptr2cell(arg2); /* Arg3: stack arg 2 */
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.c33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, argument

Completed in 234 milliseconds

1234567891011>>