Searched refs:arg0 (Results 51 - 75 of 136) sorted by relevance

123456

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d44 copyout(this->a, arg0, 1);
H A Dtst.br.d41 copyout(this->a, arg0, 1);
H A Dtst.branch.d44 copyout(this->a, arg0, 1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d30 copyout(this->value, arg0, sizeof (int));
35 this->j = copyinstr(arg0);
/freebsd-11-stable/sys/kern/
H A Dkern_sdt.c48 sdt_probe_stub(uint32_t id, uintptr_t arg0, uintptr_t arg1, argument
/freebsd-11-stable/sys/compat/linux/
H A Dcheck_internal_locks.d50 printf("ERROR: recursive lock of %s (%p),", probefunc, arg0);
67 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
H A Dcheck_error.d120 printf("INFO: Application %s tried to use unknown clockid %d. Please report this to freebsd-emulation@FreeBSD.org.\n", execname, arg0);
126 printf("WARNING: Application %s tried to use unsupported clockid (%d), this may or may not be a problem for the application.\nPatches to support this clockid are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
131 printf("WARNING: Application %s tried to use unsupported flags (%d), this may or may not be a problem for the application.\nPatches to support those flags are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
136 printf("ERROR: Application %s issued a sysctl which failed the length restrictions.\nThe length passed is %d, the min length supported is 1 and the max length supported is %d.\n", execname, arg0, arg1);
H A Dtrace_futexes.d111 ++check[probefunc, arg0];
121 /check[probefunc, arg0] == 0/
123 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
134 --check[probefunc, arg0];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.ksh45 this->t = (pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t)));
55 this->t = (pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t)));
65 this->t = (pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t)));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_pname.c167 uu_setpname(char *arg0) argument
174 if (arg0 == NULL) {
183 char *p = strrchr(arg0, '/');
185 pname = arg0;
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-phiopt.c160 tree arg0, arg1; local
222 arg0 = PHI_ARG_DEF_TREE (phi, e1->dest_idx);
227 gcc_assert (arg0 != NULL && arg1 != NULL);
230 if (conditional_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
232 else if (value_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
234 else if (abs_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
236 else if (minmax_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
376 tree arg0, tree arg1)
388 if ((integer_zerop (arg0) && integer_onep (arg1))
389 || (integer_zerop (arg1) && integer_onep (arg0)))
374 conditional_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
544 value_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
622 minmax_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
873 abs_replacement(basic_block cond_bb, basic_block middle_bb, edge e0 ATTRIBUTE_UNUSED, edge e1, tree phi, tree arg0, tree arg1) argument
[all...]
H A Dconvert.c229 tree arg0 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); local
234 if (TYPE_PRECISION (TREE_TYPE (arg0)) > TYPE_PRECISION (type))
235 newtype = TREE_TYPE (arg0);
239 if (FLOAT_TYPE_P (TREE_TYPE (arg0))
249 arglist = build_tree_list (NULL_TREE, fold (convert_to_real (newtype, arg0)));
284 /* Make sure (type)arg0 is an extension, otherwise we could end up
318 tree arg0 = strip_float_extensions (TREE_OPERAND (expr, 0)); local
321 if (FLOAT_TYPE_P (TREE_TYPE (arg0))
326 if (TYPE_MODE (TREE_TYPE (arg0)) == SDmode
329 if (TYPE_MODE (TREE_TYPE (arg0))
649 tree arg0 = get_unwidened (TREE_OPERAND (expr, 0), type); local
672 tree arg0 = get_unwidened (TREE_OPERAND (expr, 0), type); local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d46 printf("%s", stringof(copyinstr(arg0)));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d42 copyout(this->value, arg0, sizeof (int));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d41 copyout(this->value, arg0, sizeof (int));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d44 copyout(this->a, arg0, 1);
H A Dtst.ret.d40 copyout(this->a, arg0, 1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp60 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \
61 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0); \
69 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
71 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1); \
80 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
83 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2); \
93 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
97 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2, arg3); \
/freebsd-11-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp130 StringRef arg0 = path::filename(v[0]); local
131 if (arg0.endswith_lower(".exe"))
132 arg0 = arg0.drop_back(4);
133 return parseProgname(arg0);
/freebsd-11-stable/bin/ps/
H A Dfmt.c100 cmdpart(char *arg0) argument
104 return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh57 printf("%d %d %d %s\n", arg0, arg1, \`xdt_curpcpu, probename);
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.h61 u_int32_t arg0, u_int32_t arg1, u_int32_t arg2,
/freebsd-11-stable/bin/sh/
H A Doptions.h105 extern char *arg0; /* $0 */
H A Derror.c134 else if (arg0)
135 outfmt(out2, "%s: ", arg0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h312 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
313 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
314 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
315 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
1078 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \
1079 __sanitizer_syscall_pre_impl_bind((long)(arg0), (long)(arg1), (long)(arg2))
1080 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \
1081 __sanitizer_syscall_post_impl_bind(res, (long)(arg0), (long)(arg1), \
1083 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \
1084 __sanitizer_syscall_pre_impl_connect((long)(arg0), (lon
[all...]

Completed in 200 milliseconds

123456