HomeSort by: relevance | last modified time | path
    Searched refs:argument (Results 1 - 25 of 130) 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
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
    [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"
cond-func-make.exp 1 make: cond-func-make.mk:24: warning: Unfinished character list in pattern argument "[" to function "make"
directive-export.exp 1 make: directive-export.mk:36: warning: .export requires an 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)
opt-debug-hash.exp 1 make: opt-debug-hash.mk:13: Missing argument for ".error"
  /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
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]
msg_004.exp 3 add has argument 1 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006]
4 add has argument 2 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006]
  /src/libexec/rpc.rwalld/
rwalld.c 153 } argument; local
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
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
230 (void) memset((char *)&argument, 0, sizeof (argument));
231 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
259 } argument; local
367 } argument; local
    [all...]
  /src/usr.sbin/rpc.yppasswdd/
rpc.yppasswdd.c 140 } argument; local
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
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)) {
  /src/lib/libedit/
common.c 78 int count = el->el_state.argument;
83 if (el->el_line.lastchar + el->el_state.argument >=
99 c_insert(el, el->el_state.argument);
127 el->el_state.argument, ce__isword);
178 c_delafter(el, el->el_state.argument); /* delete after dot */
298 el->el_line.cursor += el->el_state.argument;
325 el->el_state.argument,
347 el->el_line.cursor -= el->el_state.argument;
384 * Adds to argument or enters a digit
396 el->el_state.argument = c - '0'
    [all...]
  /src/lib/libm/arch/m68k/
s_ceil.S 46 fmoved %sp@(4),%fp0 | get argument

Completed in 266 milliseconds

1 2 3 4 5 6