| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 4 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 D | libgee_0.20.8.bb | 26 # 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/u-boot/arch/x86/lib/ |
| H A D | crt0_ia32_efi.S | 18 pushl 12(%ebp) # copy "image" argument 19 pushl 8(%ebp) # copy "systab" argument 28 pushl %ebx # pass _DYNAMIC as second argument 29 pushl %eax # pass ldbase as first argument 35 call efi_main # call app with "image" and "systab" argument
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/ |
| H A D | scsirastools_1.6.6.bb | 49 # 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/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0002-Fix-incompatible-pointer-types-error-with-gcc-15.patch | 7 ../../git/saslauthd/md5.c:400:14: error: passing argument 1 of 'MD5_memset' from incompatible point… 12 ../../git/saslauthd/md5.c:335:9: note: expected 'POINTER' {aka 'unsigned char *'} but argument is o… 19 ../../git/saslauthd/md5.c:401:14: error: passing argument 1 of 'MD5_memset' from incompatible point… 24 ../../git/saslauthd/md5.c:335:9: note: expected 'POINTER' {aka 'unsigned char *'} but argument is o… 30 ../../git/saslauthd/md5.c:402:14: error: passing argument 1 of 'MD5_memset' from incompatible point… 35 ../../git/saslauthd/md5.c:335:9: note: expected 'POINTER' {aka 'unsigned char *'} but argument is o… 42 ../../git/saslauthd/md5.c:427:14: error: passing argument 1 of 'MD5_memset' from incompatible point… 47 ../../git/saslauthd/md5.c:335:9: note: expected 'POINTER' {aka 'unsigned char *'} but argument is o… 54 ../../git/saslauthd/md5.c:435:14: error: passing argument 1 of 'MD5_memset' from incompatible point… 59 ../../git/saslauthd/md5.c:335:9: note: expected 'POINTER' {aka 'unsigned char *'} but argument is o… [all …]
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | vectors_m.S | 13 mov r0, sp @ pass auto-saved registers as argument 18 mov r0, sp @ pass auto-saved registers as argument 23 mov r0, sp @ pass auto-saved registers as argument 28 mov r0, sp @ pass auto-saved registers as argument 33 mov r0, sp @ pass auto-saved registers as argument
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | modules.out | 16 === 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/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/ |
| H A D | pam-ssh-agent-auth_0.10.3.bb | 58 # 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/u-boot/scripts/coccinelle/misc/ |
| H A 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"
|
| /openbmc/openbmc-test-automation/lib/xcat/ |
| H A D | xcat_utils.robot | 16 # Description of argument(s): 29 # Description of argument(s): 63 # Description of the argument(s): 77 # Description of the argument(s): 89 # Description of the argument(s): 100 # Description of the argument(s): 111 # Description of the argument(s): 124 # Description of argument(s): 136 # Description of argument(s): 154 # Description of argument(s): [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/p11-kit/ |
| H A D | p11-kit_0.25.5.bb | 37 # git/p11-kit/import-object.c:223:62: error: passing argument 3 of 'p11_asn1_read' from incompatibl… 38 # git/p11-kit/import-object.c:229:70: error: passing argument 3 of 'p11_asn1_read' from incompatibl… 39 # git/p11-kit/import-object.c:264:78: error: passing argument 3 of 'p11_asn1_read' from incompatibl… 40 # git/p11-kit/import-object.c:223:62: error: passing argument 3 of 'p11_asn1_read' from incompatibl… 41 # git/p11-kit/import-object.c:229:70: error: passing argument 3 of 'p11_asn1_read' from incompatibl… 42 # git/p11-kit/import-object.c:264:78: error: passing argument 3 of 'p11_asn1_read' from incompatibl…
|
| /openbmc/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-sandbox.c | 120 unsigned param, unsigned argument) in sandbox_pinconf_set() argument 124 param, argument); in sandbox_pinconf_set() 131 unsigned param, unsigned argument) in sandbox_pinconf_group_set() argument 135 param, argument); in sandbox_pinconf_group_set()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | code_update_utils.robot | 26 # 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 D | protocol_setting_utils.robot | 20 # Description of argument(s}: 38 # Description of argument(s}: 51 # Description of argument(s}: 105 # Description of argument(s}: 122 # Description of argument(s}: 139 # Description of argument(s): 152 # Description of argument(s}: 164 # Description of argument(s}:
|
| H A D | utils.robot | 85 # Description of argument(s): 106 # Description of argument(s): 151 # Description of argument(s): 165 # Description of argument(s): 182 # Description of argument(s): 201 # Description of argument(s): 216 # Description of argument(s): 264 # Description of argument(s): 295 # Description of argument(s): 313 # Description of argument(s): [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
| H A D | 0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch | 16 |../../cogl-1.22.8/cogl-path/cogl-path.c:1361:20: error: passing argument 3 of 'gluTessCallback' fr… 22 …path/tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is of type 'void … 28 |../../cogl-1.22.8/cogl-path/cogl-path.c:1363:20: error: passing argument 3 of 'gluTessCallback' fr… 33 …path/tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is of type 'void … 39 |../../cogl-1.22.8/cogl-path/cogl-path.c:1365:20: error: passing argument 3 of 'gluTessCallback' fr… 44 …path/tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is of type 'void … 50 |../../cogl-1.22.8/cogl-path/cogl-path.c:1367:20: error: passing argument 3 of 'gluTessCallback' fr… 55 …path/tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is of type 'void …
|
| /openbmc/u-boot/tools/patman/test/ |
| H A D | test01.txt | 9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type 10 ‘long long unsigned int’, but argument 3 has type 35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type 36 ‘long long unsigned int’, but argument 3 has type
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/ |
| H A D | uw-imap_2007f.bb | 57 # unix.c:235:21: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatibl… 58 # unix.c:1002:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatib… 59 # unix.c:1163:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatib… 60 # unix.c:1428:40: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatib… 61 # unix.c:2254:33: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatib…
|
| /openbmc/phosphor-dbus-monitor/src/templates/ |
| H A D | median.mako.cpp | 3 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anon0229ca8e0102() 4 ${indent(1)}${c.oneshot.argument(loader, indent=indent +1)})\ in __anon0229ca8e0302()
|
| H A D | count.mako.cpp | 4 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anond6b521290202() 5 ${indent(1)}${c.oneshot.argument(loader, indent=indent +1)})\ in __anond6b521290502()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/ |
| H A D | 0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch | 8 | ../../sblim-sfcc-2.2.8/TEST/v2test_ec.c:86:31: error: passing argument 1 of 'showClass' from inco… 14 … note: expected 'CMPIConstClass *' {aka 'struct _CMPIConstClass *'} but argument is of type 'CIMCC… 19 | ../../sblim-sfcc-2.2.8/TEST/v2test_ein.c:96:36: error: passing argument 1 of 'showObjectPath' fro… 25 … note: expected 'CMPIObjectPath *' {aka 'struct _CMPIObjectPath *'} but argument is of type 'CIMCO… 31 | ../../sblim-sfcc-2.2.8/TEST/v2test_im.c:82:40: warning: '%s' directive argument is null [-Wformat…
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/ |
| H A D | Fix-build-with-gcc15.patch | 5 ../../udevil-0.4.4/src/udevil.c:4891:21: error: passing argument 2 of 'signal' from incompatible po… 12 …gnal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void … 23 ../../udevil-0.4.4/src/udevil.c:5035:22: error: passing argument 2 of 'signal' from incompatible po… 28 …gnal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void … 37 ../../udevil-0.4.4/src/udevil.c:5036:22: error: passing argument 2 of 'signal' from incompatible po…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-wpa-supplicant_0.2.bb | 9 SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch"
|
| /openbmc/qemu/docs/devel/ |
| H A D | decodetree.rst | 20 In support of patterns, one may declare *fields*, *argument sets*, and 93 Each *args_elt* defines an argument within the argument set. 95 identifier is the argument name and the second identifier is 96 the argument type. If the colon is missing, the argument 99 Each argument set will be rendered as a C structure "arg_$name" 150 same argument set be used with disjoint named fields. 152 A single *args_ref* may specify an argument set to use for the format. 154 the argument set. If an argument set is not specified, one will be 178 from a referenced argument set (if present) and the set of fields. 180 A *const_elt* allows a argument to be set to a constant value. This may
|
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | vmi_utils.robot | 43 # Description of argument(s): 70 # Description of argument(s): 89 # Description of argument(s): 113 # Description of argument(s): 134 # Description of argument(s): 170 # Description of argument(s): 193 # Description of argument(s): 214 # Description of argument(s): 234 # Description of argument(s): 255 # Description of argument(s): [all …]
|