| /openbmc/u-boot/lib/ |
| H A D | trace.c | 142 * @param needed Returns size of buffer needed, which may be 146 int trace_list_functions(void *buff, int buff_size, unsigned int *needed) in trace_list_functions() argument 184 *needed = ptr - buff; in trace_list_functions() 190 int trace_list_calls(void *buff, int buff_size, unsigned *needed) in trace_list_calls() argument 228 *needed = ptr - buff; in trace_list_calls() 282 size_t needed; in trace_init() local 309 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_init() 310 if (needed > buff_size) { in trace_init() 311 printf("trace: buffer size %zd bytes: at least %zd needed\n", in trace_init() 312 buff_size, needed); in trace_init() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | trace.c | 34 unsigned int needed; in create_func_list() local 42 err = trace_list_functions(buff + buff_ptr, avail, &needed); in create_func_list() 44 printf("Error: truncated (%#x bytes needed)\n", needed); in create_func_list() 45 used = min(avail, (size_t)needed); in create_func_list() 58 unsigned int needed; in create_call_list() local 66 err = trace_list_calls(buff + buff_ptr, avail, &needed); in create_call_list() 68 printf("Error: truncated (%#x bytes needed)\n", needed); in create_call_list() 69 used = min(avail, (size_t)needed); in create_call_list()
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-2.4.rst | 20 removed since a separate environment setup script is no longer needed. 52 ``util-linux`` should not be installed unless it is needed because 102 - ``byacc``: This recipe was only needed by rpm 5.x and has moved to 108 - ``gnome-common``: Deprecated upstream and no longer needed. 113 - ``guile``: This recipe was only needed by ``autogen-native`` and 114 ``remake``. The recipe is no longer needed by either of these 117 - ``libclass-isa-perl``: This recipe was previously needed for LSB 4, 118 no longer needed. 120 - ``libdumpvalue-perl``: This recipe was previously needed for LSB 4, 121 no longer needed. [all …]
|
| H A D | migration-3.1.rst | 49 instead. If absolutely needed there is a meta-python2 community layer 70 release, a dependency needed to be added that has resulted in a 95 - ``libidn``: no longer needed, moved to meta-oe 101 - ``nspr``: no longer needed, moved to meta-oe 103 - ``nss``: no longer needed, moved to meta-oe 110 - ``sysprof``: no longer needed, moved to meta-oe 176 pointed to local files; the lockdown file is no longer needed at all. 205 rarely needed to build modern software --- gettext can do most of the 206 things it used to be needed for. ``intltool`` has also been removed 207 from ``packagegroup-core-self-hosted`` as it is not needed to for [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
| H A D | sdbus-c++_2.1.0.bb | 31 LDFLAGS:append:mips = " -Wl,--no-as-needed -latomic -Wl,--as-needed" 32 LDFLAGS:append:powerpc = " -Wl,--no-as-needed -latomic -Wl,--as-needed" 33 LDFLAGS:append:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed"
|
| /openbmc/u-boot/include/dm/ |
| H A D | util.h | 45 * Devicetree nodes can be marked as needed to be bound 58 * Existing platforms only use it to indicate nodes needed in 64 * Returns true if node is needed in SPL/TL, false otherwise. 71 * Devicetree nodes can be marked as needed to be bound 84 * Existing platforms only use it to indicate nodes needed in 89 * Returns true if node is needed in SPL/TL, false otherwise.
|
| /openbmc/u-boot/include/ |
| H A D | trace.h | 51 * Each record in the buffer is a struct trace_func_stats. The 'needed' 52 * parameter returns the number of bytes needed to complete the operation, 57 * @param needed Returns number of bytes used / needed 60 int trace_list_functions(void *buff, int buff_size, unsigned *needed); 80 int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
|
| /openbmc/qemu/target/i386/ |
| H A D | machine.c | 455 .needed = exception_info_needed, 477 .needed = steal_time_msr_needed, 488 .needed = async_pf_msr_needed, 499 .needed = async_pf_int_msr_needed, 510 .needed = pv_eoi_msr_needed, 521 .needed = poll_control_msr_needed, 540 .needed = fpop_ip_dp_needed, 561 .needed = tsc_adjust_needed, 580 .needed = msr_smi_count_needed, 599 .needed = tscdeadline_needed, [all …]
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 105 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 131 -skip $isroot "Root access is needed for kernel testing, skipping." 9 || 150 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 169 -skip $isroot "Root access is needed. Skipping all tests." "$NUM_TESTS" || 188 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 207 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 226 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 245 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 264 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 282 -skip $isroot "Root access is needed. Skipping all tests." "$NUM_TESTS" && exit 0 [all …]
|
| /openbmc/qemu/target/riscv/ |
| H A D | machine.c | 64 .needed = pmp_needed, 85 .needed = hyper_needed, 142 .needed = vector_needed, 164 .needed = pointermasking_needed, 182 .needed = rv128_needed, 210 .needed = kvmtimer_needed, 244 .needed = debug_needed, 275 .needed = smstateen_needed, 296 .needed = envcfg_needed, 316 .needed = ctr_needed, [all …]
|
| H A D | Kconfig | 4 select DEVICE_TREE # needed by boot.c 9 select DEVICE_TREE # needed by boot.c
|
| /openbmc/phosphor-networkd/src/ |
| H A D | dhcp_configuration.hpp | 45 * @param[in] value - true if DNS server needed from DHCP server 51 * @param[in] value - true if domain names needed from DHCP server 58 * @param[in] value - true if NTP server needed from DHCP server 65 * @param[in] value - true if hostname needed from the DHCP server 78 /* @brief Ethernet Interface needed the below function to know the
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | run-ptest | 9 echo "Warning: The en_US* locales is needed to run the intl.tests, please add it." 14 echo "Warning: The fr_FR* locales is needed to run the intl.tests, please add it." 19 echo "Warning: The de_DE* locales is needed to run the intl.tests, please add it."
|
| /openbmc/u-boot/scripts/basic/ |
| H A D | Makefile | 4 # The programs listed herein are what are needed to do the basic stuff, 6 # This initial step is needed to avoid files to be recompiled 15 # fixdep is needed to compile other host programs
|
| /openbmc/libbej/src/ |
| H A D | bej_encoder_metadata.c | 197 // S: Size needed for encoding sequence number. in bejUpdateIntMetaData() 201 // L: Length needed for the value. in bejUpdateIntMetaData() 220 // S: Size needed for encoding sequence number. in bejUpdateStringMetaData() 224 // L: Length needed for the string including the NULL character. Length is in bejUpdateStringMetaData() 254 // S: Size needed for encoding sequence number. in bejUpdateRealMetaData() 293 // Calculate the sizes needed for storing bejReal fields. in bejUpdateRealMetaData() 296 // Length needed for the "whole" value. in bejUpdateRealMetaData() 307 // L: nnint for the size needed for encoding the bejReal value. in bejUpdateRealMetaData() 352 // S: Size needed for encoding sequence number. in bejUpdateEnumMetaData() 359 // L: Length needed for the value nnint. in bejUpdateEnumMetaData() [all …]
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | poky.yaml.in | 30 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), round… 32 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "… 34 # RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core s…
|
| /openbmc/u-boot/scripts/coccinelle/free/ |
| H A D | ifnullfree.cocci | 1 /// NULL check before some freeing functions is not needed. 52 cocci.print_main("NULL check before that freeing function is not needed", p) 58 …e kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider re…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
| H A D | defconfig | 55 # Driver support is also needed for IEEE 802.11w. 92 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) 105 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, 107 # to add the needed functions. 147 # code is not needed.
|
| /openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/ |
| H A D | disable-mmc-sdhci.cfg | 1 # Needed as a bug workaround -- due to (apparently) a missing pull-up resistor 4 # driver (which isn't needed on those platforms) prevents that.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
| H A D | libperfetto.bb | 10 LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/ |
| H A D | 0001-tests-fix-test-applications-in-cpp-common.patch | 4 Subject: [PATCH] Tests: fix test applications in cpp-common are needed to 7 Test applications in cpp-common directory are needed to re-build when 11 needed by 'cpp-common/test-c-string-view.o'. 13 needed by 'cpp-common/test-c-string-view'. 15 needed by 'cpp-common/test-c-string-view'. 17 needed by 'cpp-common/test-c-string-view'.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/ |
| H A D | poco_1.13.3.bb | 75 ….utils.contains('PACKAGECONFIG', 'Prometheus', ' -Wl,--no-as-needed -latomic -Wl,--as-needed', '',… 76 ….utils.contains('PACKAGECONFIG', 'Prometheus', ' -Wl,--no-as-needed -latomic -Wl,--as-needed', '',… 77 ….utils.contains('PACKAGECONFIG', 'Prometheus', ' -Wl,--no-as-needed -latomic -Wl,--as-needed', '',…
|
| /openbmc/libbej/include/libbej/ |
| H A D | bej_common.h | 252 * @brief Get the bytes needed represent the value as a bejInteger. 254 * This will return the number of bytes needed to encode the signed value 257 * @param val - signed value needed to encode. 263 * @brief Get the total bytes needed to encode an unsigned value using nnint 266 * @param[in] val - unsigned value needed to encode. 274 * @param val - unsigned value needed to encode.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate/ |
| H A D | 0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch | 22 - * With gcc, arch=armv8.2-a is needed for dotprod intrinsics, unless the 27 + * arch=armv8.2-a is needed for the dotprod intrinsics, unless the default 44 - * With gcc, arch=armv8.2-a is needed for the sha3 intrinsics, unless the 49 + * arch=armv8.2-a is needed for the sha3 intrinsics, unless the default
|
| /openbmc/openbmc/meta-phosphor/ |
| H A D | recipes.txt | 2 recipes-core - What's needed to build a basic working Linux image including commonly used d… 5 core. May be needed for full tool functionality or LSB compliance.
|