HomeSort by: relevance | last modified time | path
    Searched refs:argument (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 40 void *IncrementerThread(void *argument) {
41 CallbackArgument *callback_argument = (CallbackArgument *)argument;
56 void *argument) {
57 CallbackArgument *callback_argument = (CallbackArgument *)argument;
73 CallbackArgument argument; local in function:__sanitizer::TEST
78 &argument);
80 StopTheWorld(&Callback, &argument);
82 EXPECT_TRUE(argument.callback_executed);
83 EXPECT_TRUE(argument.threads_stopped);
84 // argument is on stack, so we have to wait for the incrementer thread t
166 AdvancedCallbackArgument argument; local in function:__sanitizer::TEST
    [all...]
sanitizer_stoptheworld_testlib.cc 35 void *argument) {
39 void *SuspenderThread(void *argument) {
  /src/usr.bin/make/unit-tests/
cond-func-defined.exp 1 make: cond-func-defined.mk:24: Missing ")" after argument "A" for "defined"
2 make: cond-func-defined.mk:34: Missing ")" after argument "DEF" for "defined"
cond-func.exp 1 make: cond-func.mk:37: Missing ")" after argument "A" for "defined"
2 make: cond-func.mk:53: Missing ")" after argument "A" for "defined"
3 make: cond-func.mk:57: Missing ")" after argument "A" for "defined"
9 make: cond-func.mk:138: Missing ")" after argument "" for "defined"
10 make: cond-func.mk:145: Missing ")" after argument "${:UVARNAME}.param" for "defined"
directive-info.exp 3 make: directive-info.mk:16: Missing argument for ".info"
8 make: directive-info.mk:30: Missing argument for ".info"
9 make: directive-info.mk:32: Missing argument for ".info"
varmod-mtime.exp 1 make: varmod-mtime.mk:46: Invalid argument "123x" for modifier ":mtime"
7 make: varmod-mtime.mk:78: Invalid argument "errorhandler-no" for modifier ":mtime"
9 make: varmod-mtime.mk:86: Invalid argument "warn" for modifier ":mtime"
directive-export.exp 1 make: directive-export.mk:36: warning: .export requires an argument.
cond-func-make.exp 1 make: cond-func-make.mk:24: warning: Unfinished character list in pattern argument "[" to function "make"
directive-warning.mk 5 # Until parse.c 1.502 from 2020-12-19, a missing argument to the directive
7 # from 2020-12-19, the correct "Missing argument" is produced.
17 # expect+1: Missing argument for ".warning"
18 .warning # "Missing argument"
opt-jobs.mk 9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2)
32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2)
33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2)
34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2)
40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
cond-func-make.mk 4 # the argument has been passed as a target via the command line or later
23 # expect+1: warning: Unfinished character list in pattern argument "[" to function "make"
28 # Expressions in the argument of a function call don't have to be defined.
opt-debug-hash.exp 1 make: opt-debug-hash.mk:13: Missing argument for ".error"
directive-info.mk 5 # Until parse.c 1.502 from 2020-12-19, a missing argument to the directive
7 # from 2020-12-19, the correct "Missing argument" is produced.
15 # expect+1: Missing argument for ".info"
29 # expect+1: Missing argument for ".info"
31 # expect+1: Missing argument for ".info"
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-ia32.S 46 pushl 12(%ebp) # copy "image" argument
47 pushl 8(%ebp) # copy "systab" argument
56 pushl %ebx # pass _DYNAMIC as second argument
57 pushl %eax # pass ldbase as first argument
64 call efi_main # call app with "image" and "systab" argument
  /src/usr.sbin/ypserv/yppush/
yppush_svc.c 87 } argument; local in function:yppush_xfrrespprog_1
113 (void) memset((char *)&argument, 0, sizeof (argument));
114 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
121 result = (*local)(&argument, rqstp);
125 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h 54 void *argument);
61 void StopTheWorld(StopTheWorldCallback callback, void *argument);
  /src/lib/libc/arch/vax/sys/
__syscall.S 44 addl2 $8,%ap # skip the first argument
  /src/lib/libc/compat/arch/sparc/sys/
compat_sigsuspend.S 52 ld [%o0], %o0 ! indirect to mask argument
  /src/tests/usr.bin/xlint/lint2/
output_sorted.exp 2 func0000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
3 func0000 has argument 2 with type 'pointer to const char' at output_sorted.c(10), versus 'double' at output_sorted.c(11) [lint2:006]
5 func1000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
6 func1000 has argument 2 with type 'pointer to const char' at output_sorted.c(10), versus 'double' at output_sorted.c(11) [lint2:006]
8 func2000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
9 func2000 has argument 2 with type 'pointer to const char' at output_sorted.c(10), versus 'double' at output_sorted.c(11) [lint2:006]
11 func3000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
12 func3000 has argument 2 with type 'pointer to const char' at output_sorted.c(10), versus 'double' at output_sorted.c(11) [lint2:006]
14 func4000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
15 func4000 has argument 2 with type 'pointer to const char' at output_sorted.c(10), versus 'double' at output_sorted.c(11) (…)
    [all...]
msg_013.exp 3 my_printf is called in local.c(13) with argument 2 being incompatible with format string [lint2:014]
  /src/libexec/rpc.rwalld/
rwalld.c 153 } argument; local in function:wallprog_1
174 memset((char *)&argument, 0, sizeof(argument));
175 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) {
179 result = (*local)((char **)&argument, rqstp);
183 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) {
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 54 } argument; local in function:nlm_prog_0
78 (void) memset((char *)&argument, 0, sizeof (argument));
79 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
84 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
88 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
116 } argument; local in function:nlm_prog_1
230 (void) memset((char *)&argument, 0, sizeof (argument));
231 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
259 } argument; local in function:nlm_prog_3
367 } argument; local in function:nlm_prog_4
    [all...]
  /src/usr.sbin/rpc.yppasswdd/
rpc.yppasswdd.c 140 } argument; local in function:yppasswddprog_1
155 (void)memset(&argument, 0, sizeof(argument));
156 if (!svc_getargs(transp, xdr_yppasswd, (caddr_t) & argument)) {
160 make_passwd((yppasswd *)&argument, rqstp, transp);
161 if (!svc_freeargs(transp, xdr_yppasswd, (caddr_t) &argument))
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 108 void *argument; member in struct:__lsan::DoStopTheWorldParam
121 StopTheWorld(param->callback, param->argument);
133 void DoStopTheWorld(StopTheWorldCallback callback, void *argument) {
134 DoStopTheWorldParam param = {callback, argument};
  /src/usr.sbin/rpcbind/
rpcb_svc.c 74 } argument; local in function:rpcb_service_3
161 (void) memset((char *)&argument, 0, sizeof (argument));
163 (char *) &argument)) {
169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) {
173 result = (*local)(&argument, rqstp, transp, RPCBVERS);
186 &argument)) {

Completed in 20 milliseconds

1 2 3 4 5 6