Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 25 of 155) sorted by path

1234567

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1289 dt_node_t *arg2 = arg1->dn_list; in dt_compile_agg() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c64 alist_cmp(void *arg1, void *arg2) in alist_cmp()
94 alist_free_cb(void *arg1, void *arg2) in alist_free_cb()
147 alist_iter_cb(void *arg1, void *arg2) in alist_iter_cb()
H A Dctf.c145 write_label(void *arg1, void *arg2) in write_label()
280 write_type(void *arg1, void *arg2) in write_type()
H A Ddwarf.c873 die_enum_match(void *arg1, void *arg2) in die_enum_match()
915 die_fwd_map(void *arg1, void *arg2) in die_fwd_map()
H A Dfixup_tdescs.c47 matching_iidesc(void *arg1, void *arg2) in matching_iidesc()
H A Diidesc.c71 iidesc_cmp(void *arg1, void *arg2) in iidesc_cmp()
H A Doutput.c160 matching_iidesc(void *arg1, void *arg2) in matching_iidesc()
H A Dtdata.c113 tdesc_layoutcmp(void *arg1, void *arg2) in tdesc_layoutcmp()
137 tdesc_idcmp(void *arg1, void *arg2) in tdesc_idcmp()
169 tdesc_namecmp(void *arg1, void *arg2) in tdesc_namecmp()
271 tdata_label_cmp(void *arg1, void *arg2) in tdata_label_cmp()
311 tdata_label_find_cb(void *arg1, void *arg2) in tdata_label_find_cb()
H A Dtraverse.c188 iitraverse_td(void *arg1, void *arg2) in iitraverse_td()
/freebsd/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp45 char arg2[] = "-Z"; in main() local
/freebsd/contrib/atf/atf-c/
H A Dtp_test.c47 char arg2[] = "-Z"; in ATF_TC_BODY() local
/freebsd/contrib/bmake/
H A Dmake.h693 #define DEBUG2(module, fmt, arg1, arg2) \ argument
695 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ argument
697 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \ argument
699 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \ argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7303 #define INTERNAL_CATCH_GET_1_ARG(arg1, arg2, ...) arg1 argument
7304 #define INTERNAL_CATCH_GET_2_ARG(arg1, arg2, ...) arg2 argument
/freebsd/contrib/capsicum-test/
H A Doverhead.cc12 double RepeatSyscall(int count, int nr, long arg1, long arg2, long arg3) { in RepeatSyscall()
24 long arg1, long arg2, long arg3) { in CompareSyscall()
/freebsd/contrib/diff/src/
H A Dutil.c82 message (char const *format_msgid, char const *arg1, char const *arg2) in message()
88 message5 (char const *format_msgid, char const *arg1, char const *arg2, in message5()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h177 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock()
219 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock()
261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h770 #define __sanitizer_syscall_pre_io_submit(ctx_id, arg1, arg2) \ argument
773 #define __sanitizer_syscall_post_io_submit(res, ctx_id, arg1, arg2) \ argument
1077 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \ argument
1079 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \ argument
1082 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \ argument
1084 #define __sanitizer_syscall_post_connect(res, arg0, arg1, arg2) \ argument
1087 #define __sanitizer_syscall_pre_accept(arg0, arg1, arg2) \ argument
1089 #define __sanitizer_syscall_post_accept(res, arg0, arg1, arg2) \ argument
1092 #define __sanitizer_syscall_pre_accept4(arg0, arg1, arg2, arg3) \ argument
1095 #define __sanitizer_syscall_post_accept4(res, arg0, arg1, arg2, arg3) \ argument
[all …]
H A Dnetbsd_syscall_hooks.h30 #define __sanitizer_syscall_pre_syscall(code, arg0, arg1, arg2, arg3, arg4, \ argument
36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument
1052 #define __sanitizer_syscall_pre___syscall(code, arg0, arg1, arg2, arg3, arg4, \ argument
1058 #define __sanitizer_syscall_post___syscall(res, code, arg0, arg1, arg2, arg3, \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp800 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { in internal_prctl()
806 uptr internal_arch_prctl(int option, uptr arg2) { in internal_arch_prctl()
H A Dsanitizer_netbsd.cpp291 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { in internal_prctl()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp347 CommandArgumentEntry arg2; in CommandObjectCommandsAlias() local
H A DCommandObjectLog.cpp56 CommandArgumentEntry arg2; in CommandObjectLogEnable() local
228 CommandArgumentEntry arg2; in CommandObjectLogDisable() local
H A DCommandObjectMemory.cpp296 CommandArgumentEntry arg2; in CommandObjectMemoryRead() local
945 CommandArgumentEntry arg2; in CommandObjectMemoryFind() local
1249 CommandArgumentEntry arg2; local
H A DCommandObjectPlatform.cpp794 CommandArgumentEntry arg1, arg2; in CommandObjectPlatformGetFile() local
H A DCommandObjectRegister.cpp312 CommandArgumentEntry arg2; in CommandObjectRegisterWrite() local

1234567