Searched full:argument (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
/Documentation/networking/ |
D | radiotap-headers.rst | 22 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 …]
|
D | ppp_generic.rst | 291 instance the "owner" of the interface. The argument should point to 298 The argument should point to an int containing the unit number. 302 The argument should point to an int containing the channel number. 308 argument should point to an int containing the interface unit 323 The argument should point to an int containing the new MRU value. 326 interface. The argument should be a pointer to an int containing 352 interface unit. The argument should point to an int where the ioctl 364 decompression. The argument should point to a ppp_option_data 372 * PPPIOCGUNIT returns, in the int pointed to by the argument, the unit 376 the int pointed to by the argument. Only the least significant bit [all …]
|
D | dccp.rst | 54 a policy ID as argument and can only be set before the connection (i.e. changes 88 value returned in the optlen argument always reflects the true number of 95 understood. This socket option takes as argument at least one uint8_t value, or 101 Please note that the getsockopt argument type here is ``int``, not uint8_t. 192 Works as in udp(7): returns in the ``int`` argument pointer the size of 197 into the buffer specified by the argument pointer.
|
/Documentation/misc-devices/ |
D | pci-endpoint-test.rst | 32 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.
|
/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 89 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.
|
/Documentation/userspace-api/media/v4l/ |
D | func-ioctl.rst | 41 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
|
/Documentation/userspace-api/media/cec/ |
D | cec-func-ioctl.rst | 41 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.
|
/Documentation/userspace-api/media/mediactl/ |
D | media-func-ioctl.rst | 41 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.
|
D | request-func-ioctl.rst | 41 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.
|
/Documentation/power/ |
D | userland-swsusp.rst | 46 last argument of ioctl() should be a pointer to an int variable, 72 (the last argument should be a pointer to a loff_t variable that 77 (the last argument should be a pointer to a loff_t variable that 82 (the last argument should be a pointer to a loff_t variable that 92 located (the last ioctl() argument should point to a struct 101 depending on the argument value (enable, if the argument is nonzero) 164 in the memory location pointed to by the last argument of ioctl() and proceed
|
/Documentation/devicetree/bindings/pinctrl/ |
D | pincfg-node.yaml | 37 description: pull up the pin. Takes as optional argument on hardware 44 description: pull down the pin. Takes as optional argument on hardware 51 description: use pin-default pull state. Takes as optional argument on 93 description: Takes the debounce time in usec as argument or 0 to disable
|
/Documentation/block/ |
D | pr.rst | 63 This ioctl command registers a new reservation if the new_key argument 68 If the new_key argument is 0 it unregisters the existing reservation passed 76 devices based on the type argument. The key argument must be the existing
|
/Documentation/cpu-freq/ |
D | core.rst | 54 The phase is specified in the second argument to the notifier. The phase is 58 The third argument, a ``void *pointer``, points to a struct cpufreq_policy 70 The second argument specifies the phase - CPUFREQ_PRECHANGE or 73 The third argument is a struct cpufreq_freqs with the following
|
/Documentation/devicetree/bindings/pci/ |
D | ti-pci.txt | 36 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 38 and the 2nd argument should contain the bit field 54 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 56 and the 2nd argument should contain the bit field
|
/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.
|
/Documentation/devicetree/bindings/arm/bcm/ |
D | raspberrypi,bcm2835-firmware.yaml | 44 The argument is the ID of the clocks contained by the 61 The argument is the ID of the firmware reset line to affect.
|
/Documentation/driver-api/ |
D | ioctl.rst | 17 The command number, or request number, is the second argument passed to 28 The macro name specifies how the argument will be used. It may be a 31 argument or those passing an integer value instead of a pointer. 44 The name of the data type pointed to by the argument, the command number 46 leading to a limit of 8191 bytes for the maximum size of the argument. 56 commands with different interpretations of the argument. 133 In an compat_ioctl() callback, the last argument is an unsigned long,
|
/Documentation/ABI/testing/ |
D | sysfs-bus-iio-trigger-sysfs | 31 in the system, an invalid argument message will be returned. 42 argument message will be returned to the user.
|
/Documentation/userspace-api/media/drivers/ |
D | meye-uapi.rst | 38 application). The argument to MEYEIOC_QBUF_CAPT is the 43 Takes as an argument the buffer number you want to sync.
|
/Documentation/admin-guide/ |
D | binfmt-misc.rst | 51 argument (specify the full path) 60 flag is included, binfmt_misc will add an argument to the argument 69 of the binary to the interpreter as an argument. When this flag is 71 descriptor as an argument, instead of the full path, thus allowing
|
/Documentation/admin-guide/nfs/ |
D | pnfs-block-server.rst | 24 /sbin/nfsd-recall-failed with the first argument set to the IP address of 25 the client, and the second argument set to the device node without the /dev
|
/Documentation/admin-guide/device-mapper/ |
D | dm-dust.rst | 144 result in an "Invalid argument" error, as well as a helpful message:: 147 device-mapper: message ioctl on dust1 failed: Invalid argument 151 result in an "Invalid argument" error, as well as a helpful message:: 154 device-mapper: message ioctl on dust1 failed: Invalid argument 230 Operations on blocks (requires a <blknum> argument):: 239 Single argument message commands::
|
/Documentation/devicetree/bindings/net/ |
D | socionext,uniphier-ave4.yaml | 69 A phandle to syscon with one argument that configures phy mode. 70 The argument is the ID of MAC instance.
|
/Documentation/driver-api/pm/ |
D | cpuidle.rst | 59 a pointer to it passed as the argument. If successful, that causes the core to 82 to by the ``dev`` argument. The struct cpuidle_driver object pointed 83 to by the ``drv`` argument represents the ``CPUIdle`` driver to be used 101 argument. 115 ``dev`` argument. 119 struct cpuidle_driver object pointed to by the ``drv`` argument (which 124 The ``stop_tick`` argument is used to indicate whether or not to stop
|
/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
|
12345678910>>...13