Home
last modified time | relevance | path

Searched full:argument (Results 1 – 25 of 3357) sorted by relevance

12345678910>>...135

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch4 Subject: [PATCH] cli: drop the second argument from @click.argument()
7 @click.argument no longer takes two positional arguments.
24 -@click.argument('ifname', 'e.g. wlan0')
25 +@click.argument('ifname')
33 -@click.argument('ifname', 'e.g. wlan0')
34 +@click.argument('ifname')
42 -@click.argument('ifname', 'e.g. wlan0')
43 +@click.argument('ifname')
51 -@click.argument('ifname', 'e.g. wlan0')
52 +@click.argument('ifname')
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/
H A Dlibgee_0.20.8.bb26 # libgee-0.20.6/gee/concurrentlist.c:1169:177: error: passing argument 4 of 'gee_hazard_pointer_get…
27 # libgee-0.20.6/gee/concurrentlist.c:1175:168: error: passing argument 4 of 'gee_hazard_pointer_set…
28 # libgee-0.20.6/gee/concurrentlist.c:2385:194: error: passing argument 4 of 'gee_hazard_pointer_com…
29 # libgee-0.20.6/gee/concurrentlist.c:2438:177: error: passing argument 4 of 'gee_hazard_pointer_get…
30 # libgee-0.20.6/gee/concurrentlist.c:2460:168: error: passing argument 4 of 'gee_hazard_pointer_set…
31 # libgee-0.20.6/gee/concurrentlist.c:2469:177: error: passing argument 4 of 'gee_hazard_pointer_get…
32 # libgee-0.20.6/gee/concurrentlist.c:2481:185: error: passing argument 4 of 'gee_hazard_pointer_com…
33 # libgee-0.20.6/gee/concurrentlist.c:2640:168: error: passing argument 4 of 'gee_hazard_pointer_set…
34 # libgee-0.20.6/gee/concurrentlist.c:2641:168: error: passing argument 4 of 'gee_hazard_pointer_set…
35 # libgee-0.20.6/gee/concurrentlist.c:2750:168: error: passing argument 4 of 'gee_hazard_pointer_set…
[all …]
/openbmc/linux/include/linux/pinctrl/
H A Dpinconf-generic.h29 * tristate. The argument is ignored.
40 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
48 * If the argument is != 0 pull up/down is enabled, if it is 0, the
52 * impedance to VDD). If the argument is != 0 pull-up is enabled,
58 * config will enable open drain mode, the argument is ignored.
61 * argument is ignored.
65 * push-pull mode, the argument is ignored.
67 * passed as argument. The argument is in mA.
69 * passed as argument. The argument is in uA.
72 * argument gives the debounce time in usecs. Setting the
[all …]
/openbmc/linux/Documentation/networking/
H A 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 …]
/openbmc/linux/drivers/acpi/acpica/
H A Dpstree.c28 * PARAMETERS: op - Get an argument for this op
29 * argn - Nth argument to get
31 * RETURN: The argument (as an Op object). NULL if argument does not exist
33 * DESCRIPTION: Get the specified op's argument.
60 /* Check if this opcode requires argument sub-objects */ in acpi_ps_get_arg()
64 /* Has no linked argument objects */ in acpi_ps_get_arg()
69 /* Get the requested argument object */ in acpi_ps_get_arg()
84 * PARAMETERS: op - Append an argument to this Op.
85 * arg - Argument Op to append
89 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK)
[all …]
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.h27 /* argument: tegra_pinconf_pull */
29 /* argument: tegra_pinconf_tristate */
31 /* argument: Boolean */
33 /* argument: Boolean */
35 /* argument: Boolean */
37 /* argument: Boolean */
39 /* argument: Boolean */
41 /* argument: Boolean */
43 /* argument: Boolean */
45 /* argument: Boolean */
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.robot26 # Description of argument(s):
55 # Description of argument(s):
70 # Description of argument(s):
89 # Description of argument(s):
113 # Description of argument(s):
130 # Description of argument(s):
151 # Description of argument(s):
170 # Description of argument(s):
186 # Description of argument(s):
201 # Description of argument(s):
[all …]
H A Dfunc_args.py4 This module provides argument manipulation functions like pop_arg.
14 … Pop a named argument from the args/kwargs and return a tuple consisting of the argument value, the
17 …The name of the argument is determined automatically by this function by examining the source code…
18 …calls it (see examples below). If no suitable argument can be found, the default value passed to …
19 …function will be returned as the argument value. This function is useful for wrapper functions th…
40 positional argument, it was popped from args.
49 Description of argument(s):
50 …pop_arg_default The value to return if the named argument is not present in args/k…
55 # Retrieve the argument name by examining the source code.
127 Description of argument(s):
[all …]
H A Dutils.robot87 # Description of argument(s):
108 # Description of argument(s):
152 # Description of argument(s):
166 # Description of argument(s):
185 # Description of argument(s):
206 # Description of argument(s):
230 # Description of argument(s):
243 # Description of argument(s):
256 # Description of argument(s):
304 # Description of argument(s):
[all …]
H A Ddata_proc.tcl10 # Description of argument(s):
11 …# args The first argument should be the list name. All other arguments…
35 # Description of argument(s):
55 # Description of argument(s):
75 # Description of argument(s):
98 # Description of argument(s):
118 # Description of argument(s):
136 # Description of argument(s):
154 # Description of argument(s):
170 # Description of argument(s):
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/
H A Dscsirastools_1.6.6.bb49 # scsirastools-1.6.6/src/sgdiag.c:238:23: error: passing argument 1 of 'ctime' from incompatible po…
50 # scsirastools-1.6.6/src/sgdiag.c:697:10: error: passing argument 1 of 'time' from incompatible poi…
51 # scsirastools-1.6.6/src/sgdiag.c:699:30: error: passing argument 1 of 'ctime' from incompatible po…
52 # scsirastools-1.6.6/src/sgdiag.c:733:10: error: passing argument 1 of 'time' from incompatible poi…
53 # scsirastools-1.6.6/src/sgdefects.c:214:23: error: passing argument 1 of 'ctime' from incompatible…
54 # scsirastools-1.6.6/src/sgmode.c:290:23: error: passing argument 1 of 'ctime' from incompatible po…
55 # scsirastools-1.6.6/src/sgdiskmon.c:1278:23: error: passing argument 1 of 'ctime' from incompatibl…
56 # scsirastools-1.6.6/src/sgdskfl.c:318:23: error: passing argument 1 of 'ctime' from incompatible p…
57 # scsirastools-1.6.6/src/sgdskfl.c:829:37: error: passing argument 1 of 'ctime' from incompatible p…
58 # scsirastools-1.6.6/src/sgraidmon.c:1641:23: error: passing argument 1 of 'ctime' from incompatibl…
[all …]
/openbmc/linux/drivers/firmware/meson/
H A Dmeson_sm.c96 * @arg0: SMC32 Argument 0
97 * @arg1: SMC32 Argument 1
98 * @arg2: SMC32 Argument 2
99 * @arg3: SMC32 Argument 3
100 * @arg4: SMC32 Argument 4
132 * @arg0: SMC32 Argument 0
133 * @arg1: SMC32 Argument 1
134 * @arg2: SMC32 Argument 2
135 * @arg3: SMC32 Argument 3
136 * @arg4: SMC32 Argument 4
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/
H A Dpam-ssh-agent-auth_0.10.3.bb58 # ssh-rsa.c:59:24: error: passing argument 1 of 'EVP_DigestInit' from incompatible pointer type [-W…
59 # ssh-rsa.c:60:26: error: passing argument 1 of 'EVP_DigestUpdate' from incompatible pointer type […
60 # ssh-rsa.c:61:25: error: passing argument 1 of 'EVP_DigestFinal' from incompatible pointer type [-…
61 # ssh-ecdsa.c:76:18: error: passing argument 1 of 'DSA_SIG_get0' from incompatible pointer type [-W…
62 # ssh-ecdsa.c:76:23: error: passing argument 2 of 'DSA_SIG_get0' from incompatible pointer type [-W…
63 # ssh-ecdsa.c:76:27: error: passing argument 3 of 'DSA_SIG_get0' from incompatible pointer type [-W…
64 # ssh-ecdsa.c:148:18: error: passing argument 1 of 'DSA_SIG_get0' from incompatible pointer type [-…
65 # ssh-ecdsa.c:148:23: error: passing argument 2 of 'DSA_SIG_get0' from incompatible pointer type [-…
66 # ssh-ecdsa.c:148:27: error: passing argument 3 of 'DSA_SIG_get0' from incompatible pointer type [-…
/openbmc/linux/Documentation/misc-devices/
H A 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.
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot16 # Description of argument(s):
29 # Description of argument(s):
62 # Description of the argument(s):
73 # Description of the argument(s):
85 # Description of the argument(s):
96 # Description of the argument(s):
107 # Description of the argument(s):
120 # Description of argument(s):
132 # Description of argument(s):
150 # Description of argument(s):
[all …]
/openbmc/u-boot/include/dm/
H A Dpinctrl.h89 unsigned param, unsigned argument);
91 unsigned param, unsigned argument);
166 * tristate. The argument is ignored.
177 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
184 * If the argument is != 0 pull up/down is enabled, if it is 0, the
188 * impedance to VDD). If the argument is != 0 pull-up is enabled,
193 * config will enable open drain mode, the argument is ignored.
196 * argument is ignored.
200 * push-pull mode, the argument is ignored.
202 * passed as argument. The argument is in mA.
[all …]
/openbmc/qemu/tests/multiboot/
H A Dmodules.out16 === Running test case: modules.elf -initrd module.txt argument ===
19 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument'
23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
26 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas'
30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
35 [102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument'
/openbmc/phosphor-led-sysfs/
H A Dadd_led_action.cpp1 #include "argument.hpp"
16 throw std::invalid_argument("Invalid argument"); in rootPathVerify()
22 throw std::invalid_argument("Invalid argument"); in rootPathVerify()
59 * name as argument.
73 // Parse out Path argument. in main()
80 lg2::error("Argument parser error : Path not specified"); in main()
81 throw std::invalid_argument("Invalid argument"); in main()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue.h44 * @return -EINVAL - Invalid argument.
56 * @return -EINVAL - Invalid argument.
76 * @return -EINVAL - Invalid argument.
90 * @return -EINVAL - Invalid argument.
103 * @return -EINVAL - Invalid argument.
116 * @return -EINVAL - Invalid argument.
129 * @return -EINVAL - Invalid argument.
141 * @return -EINVAL - Invalid argument.
155 * @return -EINVAL - Invalid argument.
168 * @return -EINVAL - Invalid argument.
/openbmc/linux/include/uapi/drm/
H A Dvmwgfx_drm.h137 * Argument to the DRM_VMW_GET_PARAM Ioctl.
159 * Output argument to the DRM_VMW_CREATE_CONTEXT Ioctl.
160 * Input argument to the DRM_VMW_UNREF_CONTEXT Ioctl.
222 * Input argument to the DRM_VMW_UNREF_SURFACE Ioctl.
223 * Input argument to the DRM_VMW_REF_SURFACE Ioctl.
255 * Argument to the DRM_VMW_CREATE_SURFACE Ioctl.
283 * Argument to the DRM_VMW_REF_SURFACE Ioctl.
327 * Argument to the DRM_VMW_EXECBUF Ioctl.
441 * Argument to the DRM_VMW_ALLOC_BO Ioctl.
491 * Argument to the DRM_VMW_CONTROL_STREAM Ioctl.
[all …]
/openbmc/linux/tools/power/acpi/common/
H A Dgetopt.c15 * "f:" - Option requires an argument
16 * "f+" - Option has an optional argument
41 * RETURN: 0 if an argument was found, -1 otherwise. Sets acpi_gbl_Optarg
42 * to point to the next argument.
44 * DESCRIPTION: Get the next argument. Used to obtain arguments for the
46 * Note: Either the argument starts at the next character after
63 ACPI_OPTION_ERROR("\nOption requires an argument", 0); in acpi_getopt_argument()
122 /* Option requires an argument? */ in acpi_getopt()
130 ACPI_OPTION_ERROR("Option requires an argument: -", in acpi_getopt()
142 /* Option has an optional argument? */ in acpi_getopt()
[all …]
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst18 In support of patterns, one may declare *fields*, *argument sets*, and
83 Argument Sets
91 Each *args_elt* defines an argument within the argument set.
93 identifier is the argument name and the second identifier is
94 the argument type. If the colon is missing, the argument
97 Each argument set will be rendered as a C structure "arg_$name"
103 Argument sets are useful when one wants to define helper functions
110 Argument set examples::
148 same argument set be used with disjoint named fields.
150 A single *args_ref* may specify an argument set to use for the format.
[all …]
/openbmc/linux/include/trace/events/
H A Drcu.h257 * The first argument is the name of the RCU flavor, and the second is
259 * argument is a string as follows:
468 * as argument:
507 * The first argument is the type of RCU, the second argument is
565 * kvfree() form. The first argument is the RCU type, the second argument
566 * is a pointer to the RCU callback, the third argument is the offset
568 * the fourth argument is the number of lazy callbacks queued, and the
569 * fifth argument is the total number of callbacks queued.
599 * RCU callback invocation. The first argument is the RCU flavor,
601 * the total number of callbacks queued, and the fourth argument is
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dscall32-o32.S61 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp
62 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp
63 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp
64 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp
67 sw t5, 16(sp) # argument #5 to ksp
68 sw t6, 20(sp) # argument #6 to ksp
69 sw t7, 24(sp) # argument #7 to ksp
70 sw t8, 28(sp) # argument #8 to ksp
135 lw a0, PT_R4(sp) # Restore argument registers
191 move a0, a1 # shift argument registers
/openbmc/linux/include/uapi/linux/usb/
H A Draw_gadget.h19 * struct usb_raw_init - argument for USB_RAW_IOCTL_INIT ioctl.
51 * struct usb_raw_event - argument for USB_RAW_IOCTL_EVENT_FETCH ioctl.
80 * struct usb_raw_ep_io - argument for USB_RAW_IOCTL_EP0/EP_WRITE/READ ioctls.
147 * struct usb_raw_eps_info - argument for USB_RAW_IOCTL_EPS_INFO ioctl.
156 * Accepts a pointer to the usb_raw_init struct as an argument.
179 * Accepts a pointer to the usb_raw_ep_io struct as an argument.
189 * Accepts a pointer to the usb_raw_ep_descs struct as an argument.
196 * Accepts endpoint handle as an argument.
206 * Accepts a pointer to the usb_raw_ep_io struct as an argument.
221 * Accepts current limit in 2 mA units as an argument.
[all …]

12345678910>>...135