Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/Documentation/networking/
Dradiotap-headers.rst22 if the possible argument associated with that bit is present or not. So if b0
24 the header for argument index 0 (IEEE80211_RADIOTAP_TSFT) is present in the
25 argument area.
30 [ <possible argument bitmap extensions ... > ]
31 [ <argument> ... ]
33 At the moment there are only 13 possible argument indexes defined, but in case
36 argument bitmap extensions..." above), and the start of the arguments is moved
46 After the fixed part of the header, the arguments follow for each argument
52 - the argument payload for a given argument index has a fixed size. So
53 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is
[all …]
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
Dapmain.c40 static int ap_insert_action(char *argument, u32 to_be_done);
99 static int ap_insert_action(char *argument, u32 to_be_done) in ap_insert_action() argument
104 action_table[current_action].argument = argument; in ap_insert_action()
325 status = ap_dump_table_by_address(action->argument); in main()
330 status = ap_dump_table_by_name(action->argument); in main()
335 status = ap_dump_table_from_file(action->argument); in main()
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dpci-endpoint-test.rst32 should be passed as argument.
37 to be tested should be passed as argument.
40 to be tested should be passed as argument.
43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X).
48 as argument.
51 as argument.
54 as argument.
/kernel/linux/linux-5.10/arch/mips/kernel/
Dscall32-o32.S64 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp
65 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp
66 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp
67 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp
70 sw t5, 16(sp) # argument #5 to ksp
71 sw t6, 20(sp) # argument #6 to ksp
72 sw t7, 24(sp) # argument #7 to ksp
73 sw t8, 28(sp) # argument #8 to ksp
135 lw a0, PT_R4(sp) # Restore argument registers
191 move a0, a1 # shift argument registers
Dscall64-o32.S69 load_a4: lw a4, 16(t0) # argument #5 from usp
70 load_a5: lw a5, 20(t0) # argument #6 from usp
71 load_a6: lw a6, 24(t0) # argument #7 from usp
72 load_a7: lw a7, 28(t0) # argument #8 from usp
110 sd a4, PT_R8(sp) # Save argument registers
137 ld a0, PT_R4(sp) # Restore argument registers
202 move a0, a1 # shift argument registers
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dbadty.cocci2 /// Correct the size argument to alloc functions
4 //# This makes an effort to find cases where the argument to sizeof is wrong
6 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
8 //# sizeof argument is not used in constructing the return value. The result
69 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
75 msg="WARNING: Use correct pointer type argument for sizeof"
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/
DIt_posix_pthread_022.cpp33 static VOID *PthreadF01(void *argument) in PthreadF01() argument
42 return argument; in PthreadF01()
45 static VOID *PthreadF02(void *argument) in PthreadF02() argument
50 return argument; in PthreadF02()
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig3 # 'info' prints the argument to stdout.
6 # 'warning-if', if the first argument is y, sends the second argument to stderr,
11 # The following is just no-op since the first argument is not y.
/kernel/linux/linux-5.10/scripts/coccinelle/tests/
Ddoublebitand.cocci2 /// Find bit operations that include the same argument more than once
3 //# One source of false positives is when the argument performs a side
49 cocci.print_main("duplicated argument to & or |",p)
55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
Ddoubletest.cocci2 /// Find &&/|| operations that include the same argument more than once
53 cocci.print_main("duplicated argument to && or ||",p)
59 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
/kernel/liteos_m/testsuites/unittest/xts/cmsis/
Dcmsis_task_func_test.c56 static void CmsisThreadCreatFunc(void const *argument) in CmsisThreadCreatFunc() argument
58 (void)argument; in CmsisThreadCreatFunc()
63 static void CmsisThreadCreat002Func001(void const *argument) in CmsisThreadCreat002Func001() argument
65 (void)argument; in CmsisThreadCreat002Func001()
72 static void CmsisThreadCreat002Func002(void const *argument) in CmsisThreadCreat002Func002() argument
74 (void)argument; in CmsisThreadCreat002Func002()
80 static void CmsisThreadCreat003Func001(void const *argument) in CmsisThreadCreat003Func001() argument
82 (void)argument; in CmsisThreadCreat003Func001()
94 static void CmsisThreadCreat003Func002(void const *argument) in CmsisThreadCreat003Func002() argument
96 (void)argument; in CmsisThreadCreat003Func002()
[all …]
Dcmsis_event_func_test.c48 static void CmsisEventFlagsWaitFunc001(void const *argument) in CmsisEventFlagsWaitFunc001() argument
50 (void)argument; in CmsisEventFlagsWaitFunc001()
58 static void CmsisEventFlagsSetFunc002(void const *argument) in CmsisEventFlagsSetFunc002() argument
60 (void)argument; in CmsisEventFlagsSetFunc002()
73 static void CmsisEventFlagsClearFunc001(void const *argument) in CmsisEventFlagsClearFunc001() argument
75 (void)argument; in CmsisEventFlagsClearFunc001()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dftrace_32.S133 movl PT_EIP(%esp), %eax # 1st argument: IP
135 movl 21*4(%esp), %edx # 2nd argument: parent ip
136 movl function_trace_op, %ecx # 3rd argument: ftrace_pos
137 pushl %esp # 4th argument: pt_regs
142 addl $4, %esp # skip 4th argument
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt33 The _pid_ argument is the process ID, the _comm_ argument is the process name,
38 udapted with the new one. The _pid_ argument is the process ID, the _comm_
39 argument is the process name, _tep_ is the event context. The _comm_ is
43 mapping registered. The _pid_ argument is the process ID, _tep_ is the event
47 pid. The _pid_ argument is the process ID, _tep_ is the event context.
52 The _comm_ argument is the process name, _tep_ is the event context.
53 The argument _next_ is the cmdline structure to search for the next pid.
60 _cmdline_. The _tep_ argument is the event context.
Dlibtraceevent-reg_event_handler.txt30 The _tep_ argument is the trace event parser context. The _id_ argument is
31 the id of the event. The _sys_name_ argument is the name of the system,
32 the event belongs to. The _event_name_ argument is the name of the event.
35 to be called to parse the event information. The _context_ argument is a pointer
43 previously registered with _tep_register_event_handler()_. The _tep_ argument
49 function. The _s_ argument is the trace sequence, it can be used to create a
Dlibtraceevent-parse_event.txt21 structure to quickly parse raw data for a given event. The _tep_ argument is
23 _tep_ context. The _buf_ argument is a buffer with _size_, where the event
25 tracefs/events/.../.../format files. The _sys_ argument is the system of
29 difference is in the extra _eventp_ argument, where the newly created event
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_035.c40 static VOID *PthreadF01(void *argument) in PthreadF01() argument
56 static VOID *PthreadF02(void *argument) in PthreadF02() argument
73 static VOID *PthreadF03(void *argument) in PthreadF03() argument
DIt_posix_pthread_034.c43 static VOID *PthreadF01(void *argument) in PthreadF01() argument
58 static VOID *PthreadF02(void *argument) in PthreadF02() argument
73 static VOID *PthreadF03(void *argument) in PthreadF03() argument
DIt_posix_pthread_032.c40 static VOID *PthreadF01(void *argument) in PthreadF01() argument
47 static VOID *PthreadF02(void *argument) in PthreadF02() argument
67 static VOID *PthreadF03(void *argument) in PthreadF03() argument
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_034.cpp33 static VOID *pthread_f01(void *argument) in pthread_f01() argument
49 static VOID *pthread_f02(void *argument) in pthread_f02() argument
65 static VOID *PthreadF03(void *argument) in PthreadF03() argument
DIt_posix_pthread_035.cpp34 static VOID *pthread_f01(void *argument) in pthread_f01() argument
53 static VOID *pthread_f02(void *argument) in pthread_f02() argument
73 static VOID *PthreadF03(void *argument) in PthreadF03() argument
DIt_posix_pthread_057.cpp33 static VOID *pthread_f01(void *argument) in pthread_f01() argument
53 static VOID *pthread_f02(void *argument) in pthread_f02() argument
68 static VOID *PthreadF03(void *argument) in PthreadF03() argument
DIt_posix_pthread_023.cpp41 static VOID *pthread_f01(void *argument) in pthread_f01() argument
46 if (argument) { in pthread_f01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
DIt_los_task_timeslice_003.c40 static void TaskF03(void const * argument) in TaskF03() argument
51 static void TaskF02(void const * argument) in TaskF02() argument
82 static void TaskF01(void const * argument) in TaskF01() argument
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkconfig-macro-language.rst89 internally. (In other words, "variable" is "function with zero argument".)
99 In Make, every built-in function takes at least one argument. Kconfig allows
100 zero argument for built-in functions, such as $(fileno), $(lineno). You could
109 The "shell" function accepts a single argument that is expanded and passed
117 The "info" function takes a single argument and prints it to stdout.
133 The 'filename' takes no argument, and $(filename) is expanded to the file
138 The 'lineno' takes no argument, and $(lineno) is expanded to the line number
152 The function name and the first argument are separated by at least one
153 whitespace. Then, leading whitespaces are trimmed from the first argument,
180 In Make, some functions treat commas verbatim instead of argument separators.

12345678910>>...24