| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0146-kern-misc-Add-function-to-check-printf-format-agains.patch | 7 The grub_printf_fmt_check() function parses the arguments of an untrusted 9 arguments counts and arguments types. The arguments count in the untrusted 10 format string must be less or equal to the arguments count in the expected 11 format string and both arguments types must match. 19 - the function expects that arguments definitions are always 27 should verify all arguments. So, if validation is not possible for 32 3. Add the max_args argument to check for the maximum allowed arguments 33 count in a printf() string. This should be set to the arguments count 35 return an error if the arguments count is exceeded. 37 The two additional arguments allow us to use parse_printf_arg_fmt() in [all …]
|
| H A D | 0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch | 112 @@ -123,6 +124,7 @@ struct arguments 121 arguments->prefix = xstrdup (arg); 125 + if (arguments->sbat) 126 + free (arguments->sbat); 128 + arguments->sbat = xstrdup (arg); 135 arguments.memdisk, arguments.pubkeys, 136 arguments.npubkeys, arguments.config, 137 arguments.image_target, arguments.note, 138 - arguments.comp, arguments.dtb); 139 + arguments.comp, arguments.dtb, [all …]
|
| H A D | 0143-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch | 200 @@ -126,6 +127,7 @@ struct arguments 209 arguments->sbat = xstrdup (arg); 213 + arguments->disable_shim_lock = 1; 220 arguments.npubkeys, arguments.config, 221 arguments.image_target, arguments.note, 222 arguments.comp, arguments.dtb, 223 - arguments.sbat); 224 + arguments.sbat, arguments.disable_shim_lock); 227 grub_util_error (_("cannot sync `%s': %s"), arguments.output ? : "stdout",
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Arguments.html | 17 <title>Debugging with GDB: Arguments</title> 19 <meta name="description" content="Debugging with GDB: Arguments"> 20 <meta name="keywords" content="Debugging with GDB: Arguments"> 64 <a name="Arguments"></a> 70 <a name="Your-Program_0027s-Arguments"></a> 71 <h3 class="section">4.3 Your Program’s Arguments</h3> 73 <a name="index-arguments-_0028to-your-program_0029"></a> 74 <p>The arguments to your program can be specified by the arguments of the 87 <p><code>run</code> with no arguments uses the same arguments used by the previous 94 <dd><p>Specify the arguments to be used the next time your program is run. If [all …]
|
| H A D | Command-aliases-default-args.html | 70 <a name="Automatically-Prepend-Default-Arguments-to-User_002dDefined-Aliases"></a> 71 <h3 class="section">3.5 Automatically Prepend Default Arguments to User-Defined Aliases</h3> 73 <p>You can tell <small>GDB</small> to always prepend some default arguments to 74 the list of arguments provided explicitly by the user when using a 77 <p>If you repeatedly use the same arguments or options for a command, you 79 automatically prepend these arguments or options to the list of 80 arguments you type explicitly when using the alias<a name="DOCF3" href="#FOOT3"><sup>3</sup></a>. 92 the <code>thread apply asc-all</code> followed by <code>some arguments</code>, 93 <small>GDB</small> will execute <code>thread apply all -ascending -c some arguments</code>. 116 <p>Default args are not limited to the arguments and options of <var>command</var>, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Arguments.html | 17 <title>Debugging with GDB: Arguments</title> 19 <meta name="description" content="Debugging with GDB: Arguments"> 20 <meta name="keywords" content="Debugging with GDB: Arguments"> 64 <a name="Arguments"></a> 70 <a name="Your-Program_0027s-Arguments"></a> 71 <h3 class="section">4.3 Your Program’s Arguments</h3> 73 <a name="index-arguments-_0028to-your-program_0029"></a> 74 <p>The arguments to your program can be specified by the arguments of the 87 <p><code>run</code> with no arguments uses the same arguments used by the previous 94 <dd><p>Specify the arguments to be used the next time your program is run. If [all …]
|
| H A D | Command-aliases-default-args.html | 70 <a name="Automatically-Prepend-Default-Arguments-to-User_002dDefined-Aliases"></a> 71 <h3 class="section">3.5 Automatically Prepend Default Arguments to User-Defined Aliases</h3> 73 <p>You can tell <small>GDB</small> to always prepend some default arguments to 74 the list of arguments provided explicitly by the user when using a 77 <p>If you repeatedly use the same arguments or options for a command, you 79 automatically prepend these arguments or options to the list of 80 arguments you type explicitly when using the alias<a name="DOCF3" href="#FOOT3"><sup>3</sup></a>. 92 the <code>thread apply asc-all</code> followed by <code>some arguments</code>, 93 <small>GDB</small> will execute <code>thread apply all -ascending -c some arguments</code>. 116 <p>Default args are not limited to the arguments and options of <var>command</var>, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 101 enable/disable and return a tuple of arguments. 103 Arguments: 121 raise gdb.GdbError(cmd_name + " takes exactly two arguments.") 128 Arguments: 154 Arguments: 191 Arguments: 297 Arguments: 298 arg: Tuple which contains the arguments from the command. 302 the arguments. 305 gdb.GdbError: An error parsing the arguments. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 101 enable/disable and return a tuple of arguments. 103 Arguments: 121 raise gdb.GdbError(cmd_name + " takes exactly two arguments.") 128 Arguments: 154 Arguments: 191 Arguments: 297 Arguments: 298 arg: Tuple which contains the arguments from the command. 302 the arguments. 305 gdb.GdbError: An error parsing the arguments. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/common/ |
| H A D | cpucp_if.h | 118 * arguments specify the desired sensor and the field to get. 122 * arguments specify the sensor and type. 126 * arguments specify the sensor and type. 130 * arguments specify the sensor and type. 134 * arguments specify the sensor and type. 138 * arguments specify the sensor, type and value. 141 * Set the frequency of a specified PLL. The packet's arguments specify 146 * Fetch the frequency of a specified PLL. The packet's arguments specify 150 * Set the state of a specified led. The packet's arguments 154 * Write 32-bit value to I2C device. The packet's arguments specify the [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | Arguments.html | 16 <title>Using as: Arguments</title> 18 <meta name="description" content="Using as: Arguments"> 19 <meta name="keywords" content="Using as: Arguments"> 63 <a name="Arguments"></a> 69 <a name="Arguments-1"></a> 70 <h4 class="subsection">6.2.1 Arguments</h4> 72 <a name="index-expression-arguments"></a> 73 <a name="index-arguments-in-expressions"></a> 76 <p><em>Arguments</em> are symbols, numbers or subexpressions. In other 77 contexts arguments are sometimes called “arithmetic operands”. In
|
| H A D | Infix-Ops.html | 73 <a name="index-operators_002c-permitted-arguments"></a> 74 <p><em>Infix operators</em> take two arguments, one on either side. Operators 76 to right. Apart from <code>+</code> or <samp>-</samp>, both arguments must be 131 <dd><a name="index-addition_002c-permitted-arguments"></a> 132 <a name="index-plus_002c-permitted-arguments"></a> 133 <a name="index-arguments-for-addition"></a> 137 the other argument. You may not add together arguments from different 140 <a name="index-subtraction_002c-permitted-arguments"></a> 141 <a name="index-minus_002c-permitted-arguments"></a> 142 <a name="index-arguments-for-subtraction"></a> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Arguments.html | 16 <title>Using as: Arguments</title> 18 <meta name="description" content="Using as: Arguments"> 19 <meta name="keywords" content="Using as: Arguments"> 63 <a name="Arguments"></a> 69 <a name="Arguments-1"></a> 70 <h4 class="subsection">6.2.1 Arguments</h4> 72 <a name="index-expression-arguments"></a> 73 <a name="index-arguments-in-expressions"></a> 76 <p><em>Arguments</em> are symbols, numbers or subexpressions. In other 77 contexts arguments are sometimes called “arithmetic operands”. In
|
| H A D | Infix-Ops.html | 73 <a name="index-operators_002c-permitted-arguments"></a> 74 <p><em>Infix operators</em> take two arguments, one on either side. Operators 76 to right. Apart from <code>+</code> or <samp>-</samp>, both arguments must be 131 <dd><a name="index-addition_002c-permitted-arguments"></a> 132 <a name="index-plus_002c-permitted-arguments"></a> 133 <a name="index-arguments-for-addition"></a> 137 the other argument. You may not add together arguments from different 140 <a name="index-subtraction_002c-permitted-arguments"></a> 141 <a name="index-minus_002c-permitted-arguments"></a> 142 <a name="index-arguments-for-subtraction"></a> [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/ |
| H A D | 0001-idn-format-security-warnings.patch | 7 | ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-W… 10 | ../../libidn-1.32/src/idn.c:187:5: error: format not a string literal and no format arguments [-W… 13 | ../../libidn-1.32/src/idn.c:202:4: error: format not a string literal and no format arguments [-W… 16 | ../../libidn-1.32/src/idn.c:220:8: error: format not a string literal and no format arguments [-W… 19 | ../../libidn-1.32/src/idn.c:245:8: error: format not a string literal and no format arguments [-W… 22 | ../../libidn-1.32/src/idn.c:281:6: error: format not a string literal and no format arguments [-W… 25 | ../../libidn-1.32/src/idn.c:340:6: error: format not a string literal and no format arguments [-W… 28 | ../../libidn-1.32/src/idn.c:364:6: error: format not a string literal and no format arguments [-W… 31 | ../../libidn-1.32/src/idn.c:442:8: error: format not a string literal and no format arguments [-W… 34 | ../../libidn-1.32/src/idn.c:498:6: error: format not a string literal and no format arguments [-W… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | numeric | 60 "std::experimental::gcd arguments must be integers"); 62 "std::experimental::gcd arguments must be integers"); 64 "std::experimental::gcd arguments must not be bool"); 66 "std::experimental::gcd arguments must not be bool"); 78 "std::experimental::lcm arguments must be integers"); 80 "std::experimental::lcm arguments must be integers"); 82 "std::experimental::lcm arguments must not be bool"); 84 "std::experimental::lcm arguments must not be bool");
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | numeric | 60 "std::experimental::gcd arguments must be integers"); 62 "std::experimental::gcd arguments must be integers"); 64 "std::experimental::gcd arguments must not be bool"); 66 "std::experimental::gcd arguments must not be bool"); 78 "std::experimental::lcm arguments must be integers"); 80 "std::experimental::lcm arguments must be integers"); 82 "std::experimental::lcm arguments must not be bool"); 84 "std::experimental::lcm arguments must not be bool");
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dbexec.c | 112 /* Pass through any command-line arguments */ in acpi_db_execute_method() 116 /* Get arguments passed on the command line */ in acpi_db_execute_method() 127 "While parsing method arguments")); in acpi_db_execute_method() 517 * acpi_gbl_db_method_info.Arguments will be passed as method arguments. in acpi_db_method_thread() 521 * Note: The arguments we are passing are used by the ASL test suite in acpi_db_method_thread() 538 local_info.args = local_info.arguments; in acpi_db_method_thread() 539 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread() 540 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread() 541 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread() 542 local_info.arguments[3] = NULL; in acpi_db_method_thread() [all …]
|
| H A D | nsarguments.c | 52 /* Typecheck all arguments */ in acpi_ns_check_argument_types() 121 "Object (%s) must be a control method with %u arguments", in acpi_ns_check_acpi_compliance() 133 "with no arguments and no return value", in acpi_ns_check_acpi_compliance() 155 "Insufficient arguments - " in acpi_ns_check_acpi_compliance() 163 "Excess arguments - " in acpi_ns_check_acpi_compliance() 208 "%u arguments were passed to a non-method ACPI object (%s)", in acpi_ns_check_argument_count() 222 * Emit a message if too few or too many arguments have been passed in acpi_ns_check_argument_count() 225 * Note: Too many arguments will not cause the method to in acpi_ns_check_argument_count() 227 * arguments and the method attempts to use one of the missing ones. in acpi_ns_check_argument_count() 234 "Insufficient arguments - " in acpi_ns_check_argument_count() [all …]
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0001-Support-specifing-devices-in-command-args.patch | 28 - int result, arguments = 0; 29 + int result, arguments = 0, listen_len = 0; 40 arguments++; 47 + for (arguments = optind; arguments < argc; arguments++) { 53 + conf.listen[listen_len++] = strdup(argv[arguments]);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | yaffs2.c | 74 ("Bad arguments: ydevconfig mount_pt mtd_dev start_block end_block\n"); in do_ydevconfig() 93 printf("Bad arguments: ymount mount_pt\n"); in do_ymount() 110 printf("Bad arguments: yumount mount_pt\n"); in do_yumount() 126 printf("Bad arguments: yls [-l] dir\n"); in do_yls() 142 printf("Bad arguments: yrd file_name\n"); in do_yrd() 163 printf("Bad arguments: ywr file_name value n_values\n"); in do_ywr() 186 printf("Bad arguments: yrdm file_name addr\n"); in do_yrdm() 205 printf("Bad arguments: ywrm file_name addr size\n"); in do_ywrm() 223 printf("Bad arguments: ymkdir dir_name\n"); in do_ymkdir() 238 printf("Bad arguments: yrmdir dir_name\n"); in do_yrmdir() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | coda.rst | 478 Arguments 506 Arguments 554 Arguments 588 The vattr structure included in the input arguments is superfluous and 599 Arguments 631 Arguments 665 Arguments 728 Arguments 774 Arguments 807 Arguments [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | brcm,bcm11351-pinctrl.txt | 61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode. 62 - input-schmitt-disable: No arguments. Disable schmitt-trigger mode. 63 - bias-pull-up: No arguments. Pull up on pin. 64 - bias-pull-down: No arguments. Pull down on pin. 65 - bias-disable: No arguments. Disable pin bias. 76 - input-enable: No arguments. Enable input (does not affect 78 - input-disable: No arguments. Disable input (does not affect 91 - bias-disable: No arguments. Disable pin bias. 102 - input-enable: No arguments. Enable input (does not affect 104 - input-disable: No arguments. Disable input (does not affect [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | xmethod.py | 100 An xmethod worker is an object which matches the method arguments, and 112 """Return arguments types of an xmethod. 114 A sequence of gdb.Type objects corresponding to the arguments of the 115 xmethod are returned. If the xmethod takes no arguments, then 'None' 126 args: Arguments to the method. Each element of the tuple is a 128 value. These are the same arguments passed to '__call__'. 140 args: Arguments to the method. Each element of the tuple is a 188 first argument followed by the rest of the arguments to the 189 method. All arguments to this function should be gdb.Value 191 arg_types: The gdb.Type objects corresponding to the arguments that [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | xmethod.py | 100 An xmethod worker is an object which matches the method arguments, and 112 """Return arguments types of an xmethod. 114 A sequence of gdb.Type objects corresponding to the arguments of the 115 xmethod are returned. If the xmethod takes no arguments, then 'None' 126 args: Arguments to the method. Each element of the tuple is a 128 value. These are the same arguments passed to '__call__'. 140 args: Arguments to the method. Each element of the tuple is a 188 first argument followed by the rest of the arguments to the 189 method. All arguments to this function should be gdb.Value 191 arg_types: The gdb.Type objects corresponding to the arguments that [all …]
|