Home
last modified time | relevance | path

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

12345678910>>...17

/Linux-v5.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 …]
/Linux-v5.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()
/Linux-v5.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.
/Linux-v5.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
/Linux-v5.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"
/Linux-v5.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.
/Linux-v5.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 ||")
/Linux-v5.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
/Linux-v5.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
Dlibtraceevent-cpus.txt22 buffer representing it. The _tep_ argument is trace event parser context.
25 buffer representing it. The _tep_ argument is trace event parser context.
26 The _cpu_ argument is the number of CPUs with tracing data.
Dlibtraceevent-func_apis.txt37 kernel functions resolver. The _tep_ argument is trace event parser context.
38 The _priv_ argument is a custom context of the _func_ function. The function
44 resolver to the default function. The _tep_ argument is trace event parser
53 given address _addr_. The _tep_ argument is the trace event parser context.
57 the function that would contain it. The _tep_ argument is the trace event
64 function. The _tep_ argument is the trace event parser context. The _name_ is
74 addresses and those strings. The _tep_ argument is the trace event parser
Dlibtraceevent-file_endian.txt27 being accessed by the tep handler. The _tep_ argument is trace event parser
31 accessed by the tep handler. The _tep_ argument is trace event parser context.
34 The _endian_ argument is the endianness:
Dlibtraceevent-page_size.txt22 the machine, where the trace is generated. The _tep_ argument is trace
27 The _tep_ argument is trace event parser context.
28 The _page_size_ argument is the size of a memory page, in bytes.
Dlibtraceevent-record_parse.txt34 It reads the "common_type" field. The _tep_ argument is the trace event parser
38 It reads the "common_pid" field. The _tep_ argument is the trace event parser
42 record _rec_. It reads the "common_preempt_count" field. The _tep_ argument is
46 It reads the "common_flags" field. The _tep_ argument is the trace event parser
Dlibtraceevent-reg_print_func.txt37 argument is the trace event parser context. The _func_ argument is a pointer
38 to the helper function. The _ret_type_ argument is the return type of the
45 registered with _tep_register_print_function()_. The _tep_ argument is the
49 The _tep_func_handler_ is the type of the helper function. The _s_ argument is
/Linux-v5.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.
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Drequest-func-ioctl.rst41 parameters. The argument ``fd`` must be an open file descriptor.
44 has encoded in it whether the argument is an input, output or read/write
45 parameter, and the size of the argument ``argp`` in bytes.
Dmedia-func-ioctl.rst41 parameters. The argument ``fd`` must be an open file descriptor.
44 has encoded in it whether the argument is an input, output or read/write
45 parameter, and the size of the argument ``argp`` in bytes.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-ioctl.rst41 argument ``fd`` must be an open file descriptor. An ioctl ``request``
42 has encoded in it whether the argument is an input, output or read/write
43 parameter, and the size of the argument ``argp`` in bytes. Macros and
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-func-ioctl.rst41 argument ``fd`` must be an open file descriptor.
44 has encoded in it whether the argument is an input, output or read/write
45 parameter, and the size of the argument ``argp`` in bytes.
/Linux-v5.10/tools/memory-model/scripts/
Dparseargs.sh55 echo $1 needs argument $2 matching \"$5\"
124 echo Unknown argument $1

12345678910>>...17