/Linux-v4.19/Documentation/networking/ |
D | radiotap-headers.txt | 19 if the possible argument associated with that bit is present or not. So if b0 21 the header for argument index 0 (IEEE80211_RADIOTAP_TSFT) is present in the 22 argument area. 25 [ <possible argument bitmap extensions ... > ] 26 [ <argument> ... ] 28 At the moment there are only 13 possible argument indexes defined, but in case 31 argument bitmap extensions..." above), and the start of the arguments is moved 41 After the fixed part of the header, the arguments follow for each argument 47 - the argument payload for a given argument index has a fixed size. So 48 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is [all …]
|
D | ppp_generic.txt | 287 instance the "owner" of the interface. The argument should point to 294 The argument should point to an int containing the unit number. 298 The argument should point to an int containing the channel number. 304 argument should point to an int containing the interface unit 319 The argument should point to an int containing the new MRU value. 322 interface. The argument should be a pointer to an int containing 345 interface unit. The argument should point to an int where the ioctl 354 decompression. The argument should point to a ppp_option_data 362 * PPPIOCGUNIT returns, in the int pointed to by the argument, the unit 366 the int pointed to by the argument. Only the least significant bit [all …]
|
/Linux-v4.19/tools/power/acpi/tools/acpidump/ |
D | apmain.c | 40 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-v4.19/Documentation/misc-devices/ |
D | pci-endpoint-test.txt | 25 should be passed as argument. 28 to be tested should be passed as argument. 30 to be tested should be passed as argument. 32 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 35 as argument. 37 as argument. 39 as argument.
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | badty.cocci | 3 //# This makes an effort to find cases where the argument to sizeof is wrong 5 //# when it is a double pointer and ensuring the sizeof argument takes a pointer 7 //# sizeof argument is not used in constructing the return value. The result 68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type") 74 msg="WARNING: Use correct pointer type argument for sizeof"
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 3 # '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-v4.19/scripts/coccinelle/tests/ |
D | doublebitand.cocci | 1 /// Find bit operations that include the same argument more than once 2 //# One source of false positives is when the argument performs a side 48 cocci.print_main("duplicated argument to & or |",p) 54 coccilib.report.print_report(p[0],"duplicated argument to & or |")
|
D | doubletest.cocci | 1 /// Find &&/|| operations that include the same argument more than once 52 cocci.print_main("duplicated argument to && or ||",p) 58 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 85 internally. (In other words, "variable" is "function with zero argument".) 95 In Make, every built-in function takes at least one argument. Kconfig allows 96 zero argument for built-in functions, such as $(fileno), $(lineno). You could 105 The "shell" function accepts a single argument that is expanded and passed 113 The "info" function takes a single argument and prints it to stdout. 129 The 'filename' takes no argument, and $(filename) is expanded to the file 134 The 'lineno' takes no argument, and $(lineno) is expanded to the line number 148 The function name and the first argument are separated by at least one 149 whitespace. Then, leading whitespaces are trimmed from the first argument, 176 In Make, some functions treat commas verbatim instead of argument separators.
|
/Linux-v4.19/arch/mips/kernel/ |
D | scall32-o32.S | 67 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp 68 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp 69 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp 70 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp 73 sw t5, 16(sp) # argument #5 to ksp 74 sw t6, 20(sp) # argument #6 to ksp 75 sw t7, 24(sp) # argument #7 to ksp 76 sw t8, 28(sp) # argument #8 to ksp 138 lw a0, PT_R4(sp) # Restore argument registers 194 move a0, a1 # shift argument registers
|
D | scall64-o32.S | 69 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-v4.19/Documentation/media/uapi/v4l/ |
D | func-ioctl.rst | 44 argument ``fd`` must be an open file descriptor. An ioctl ``request`` 45 has encoded in it whether the argument is an input, output or read/write 46 parameter, and the size of the argument ``argp`` in bytes. Macros and
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-func-ioctl.rst | 44 parameters. The argument ``fd`` must be an open file descriptor. 47 has encoded in it whether the argument is an input, output or read/write 48 parameter, and the size of the argument ``argp`` in bytes.
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-ioctl.rst | 43 argument ``fd`` must be an open file descriptor. 46 has encoded in it whether the argument is an input, output or read/write 47 parameter, and the size of the argument ``argp`` in bytes.
|
/Linux-v4.19/include/linux/pinctrl/ |
D | pinconf-generic.h | 154 u32 argument) in pinconf_to_config_packed() argument 156 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()
|
/Linux-v4.19/Documentation/block/ |
D | pr.txt | 67 This ioctl command registers a new reservation if the new_key argument 72 If the new_key argument is 0 it unregisters the existing reservation passed 79 devices based on the type argument. The key argument must be the existing
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | stan.S | 5 | an input argument; 19 | input argument X such that |X| < 15Pi, which is the usual 315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 317 |--case, reduce argument by one remainder step to make subsequent reduction 319 cmpil #0x7ffeffff,%d0 |is argument dangerously large? 325 ftstx %fp0 |test sign of argument 338 faddx FP_SCR3(%a6),%fp1 |fp0/fp1 are reduced argument.
|
D | skeleton.S | 74 movel %sp,%sp@- | stack frame pointer argument 165 movel %sp,%sp@- | stack frame pointer argument 191 movel %sp,%sp@- | stack frame pointer argument 217 movel %sp,%sp@- | stack frame pointer argument 239 movel %sp,%sp@- | stack frame pointer argument 261 movel %sp,%sp@- | stack frame pointer argument 289 movel %sp,%sp@- | stack frame pointer argument
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-ftrace.txt | 53 Only trace functions given by the argument. Multiple functions 55 argument also can be a glob pattern. It will be passed to 60 Do not trace functions given by the argument. Like -T option,
|
D | perf-probe.txt | 81 Show source code lines which can be probed. This needs an argument 86 Show available local variables at given probe point. The argument 101 This also can accept a FILTER rule argument. 151 In absence of -m/-x options, perf probe checks if the first argument after 195 Each probe argument follows below syntax. 199 …argument (optional). You can use the name of local variable, local data structure member (e.g. var… 201 'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the typ…
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | core.txt | 72 The phase is specified in the second argument to the notifier. 74 The third argument, a void *pointer, points to a struct cpufreq_policy 86 The second argument specifies the phase - CPUFREQ_PRECHANGE or 89 The third argument is a struct cpufreq_freqs with the following
|
/Linux-v4.19/Documentation/power/ |
D | userland-swsusp.txt | 40 last argument of ioctl() should be a pointer to an int variable, 64 last argument should be a pointer to an unsigned int variable that will 68 (the last argument should be a pointer to a loff_t variable that 76 located (the last ioctl() argument should point to a struct 84 depending on the argument value (enable, if the argument is nonzero) 144 in the memory location pointed to by the last argument of ioctl() and proceed
|
/Linux-v4.19/Documentation/input/ |
D | userio.rst | 44 of the USERIO_CMD macros defined in <linux/userio.h>. ``data`` is the argument 46 argument, this field can be left untouched and will be ignored by the kernel. 63 USERIO_CMD_SET_PORT_TYPE. Has no argument.
|
/Linux-v4.19/Documentation/fmc/ |
D | fmc-chardev.txt | 48 Its first argument is the device name, the second the offset, the third 49 (if any) the value to write and the optional last argument that must 52 stdin and the value argument is ignored.
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 65 * @arg1: Describe the first argument. 66 * @arg2: Describe the second argument. 87 ends with an argument description, a blank comment line, or the end of the 93 Each function argument should be described in order, immediately following 97 Each ``@argument:`` description may span multiple lines. 101 If the ``@argument`` description has multiple lines, the continuation 104 * @argument: some long description 109 * @argument: 149 * -EINVAL - invalid argument 154 Return: 0 - OK -EINVAL - invalid argument -ENOMEM - out of memory
|