/openbmc/linux/fs/ext4/ |
D | truncate.h |
|
/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/linux/Documentation/ABI/testing/ |
D | sysfs-bus-usb-lvstest |
|
D | configfs-most |
|
/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/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/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/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/linux/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.h |
|
/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/linux/tools/testing/selftests/kselftest/ |
D | prefix.pl |
|
/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/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, 141 .needed = vector_needed, 163 .needed = pointermasking_needed, 181 .needed = rv128_needed, 209 .needed = kvmtimer_needed, 243 .needed = debug_needed, 274 .needed = smstateen_needed, 295 .needed = envcfg_needed, 315 .needed = ctr_needed, [all …]
|
/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/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/linux/drivers/clk/sunxi/ |
D | Kconfig |
|
/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/linux/arch/arm64/boot/dts/qcom/ |
D | msm8916-pm8916.dtsi |
|
D | msm8939-pm8916.dtsi |
|
/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/linux/tools/testing/ktest/examples/include/ |
D | min-config.conf |
|
/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.
|