/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/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 …]
|
H A D | migration-2.2.rst | 297 cache needed to be changed to support the new multi-configuration 309 ``BB_SETSCENE_VERIFY_FUNCTION`` needed to change signature. 335 - ``augeas``: No longer needed and has been moved to ``meta-oe``. 341 - ``gnome-doc-utils``: No longer needed. 345 - ``gtk-engines``: No longer needed and has been moved to 350 - ``libglade``: No longer needed and has been moved to ``meta-oe``. 357 - ``libxsettings-client``: No longer needed. 368 - ``pointercal``: No longer needed and has been moved to ``meta-oe``. 370 - ``python-imaging``: No longer needed and moved to ``meta-python`` 372 - ``python-pyrex``: No longer needed and moved to ``meta-python``. [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | truncate.h | 5 * Common inline functions needed for truncate support 32 ext4_lblk_t needed; in ext4_blocks_for_truncate() local 34 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate() 42 if (needed < 2) in ext4_blocks_for_truncate() 43 needed = 2; in ext4_blocks_for_truncate() 47 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate() 48 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate() 50 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-lvstest | 10 for Link Layer Validation device. It is needed for TD.7.06. 18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. 40 Validation device. It is needed for TD.7.35 and TD.7.36. 47 Validation device. It is needed for TD.7.36. 53 with Link Layer Validation device. It is needed for TD.7.34. 59 device. It may be needed to properly reset an xHCI 1.1 host port if 60 compliance mode needed to be explicitly enabled.
|
H A D | configfs-most | 23 (needed for synchronous and isochronous data) 55 pass parameters needed by some components 78 (needed for synchronous and isochronous data) 110 pass parameters needed by some components 133 (needed for synchronous and isochronous data) 165 pass parameters needed by some components 199 (needed for synchronous and isochronous data) 231 pass parameters needed by some components
|
/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/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/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++_2.0.0.bb | 32 LDFLAGS:append:mips = " -Wl,--no-as-needed -latomic -Wl,--as-needed" 33 LDFLAGS:append:powerpc = " -Wl,--no-as-needed -latomic -Wl,--as-needed" 34 LDFLAGS:append:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed"
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.h | 16 * The sizes of the variables may be larger than needed due to crossing byte 23 u16 cpuid; /* bigger than needed, see above for reason */ 27 u16 dbuff; /* bigger than needed, see above for reason */ 29 u16 hbuff; /* bigger than needed, see above for reason */ 38 u32 rxmax; /* bigger than needed, see above for reason */ 43 u16 lrxqthresh; /* bigger than needed, see above for reason */ 49 * The sizes of the variables may be larger than needed due to crossing byte
|
/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/linux/tools/testing/selftests/kselftest/ |
H A D | prefix.pl | 13 my $needed = 1; 18 if ($needed) { 20 $needed = 0; 23 $needed = 1 if ($char eq "\n");
|
/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/qemu/target/riscv/ |
H A D | machine.c | 63 .needed = pmp_needed, 84 .needed = hyper_needed, 140 .needed = vector_needed, 165 .needed = pointermasking_needed, 190 .needed = rv128_needed, 218 .needed = kvmtimer_needed, 252 .needed = debug_needed, 284 .needed = smstateen_needed, 305 .needed = envcfg_needed, 325 .needed = pmu_needed, [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/linux/drivers/net/xen-netback/ |
H A D | rx.c | 37 * Update the needed ring page slots for the first SKB queued. 45 unsigned int needed = 0; in xenvif_update_needed_slots() local 48 needed = DIV_ROUND_UP(skb->len, XEN_PAGE_SIZE); in xenvif_update_needed_slots() 50 needed++; in xenvif_update_needed_slots() 52 needed++; in xenvif_update_needed_slots() 55 WRITE_ONCE(queue->rx_slots_needed, needed); in xenvif_update_needed_slots() 61 unsigned int needed; in xenvif_rx_ring_slots_available() local 63 needed = READ_ONCE(queue->rx_slots_needed); in xenvif_rx_ring_slots_available() 64 if (!needed) in xenvif_rx_ring_slots_available() 71 if (prod - cons >= needed) in xenvif_rx_ring_slots_available() [all …]
|
/openbmc/libbej/include/libbej/ |
H A D | bej_common.h | 249 * @brief Get the bytes needed represent the value as a bejInteger. 251 * This will return the number of bytes needed to encode the signed value 254 * @param val - signed value needed to encode. 260 * @brief Get the total bytes needed to encode an unsigned value using nnint 263 * @param[in] val - unsigned value needed to encode. 271 * @param val - unsigned value needed to encode.
|
/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/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-pm8916.dtsi | 75 regulator-always-on; /* Needed for L2 */ 81 regulator-always-on; /* Needed for L5/L7 */ 98 regulator-always-on; /* Needed for LPDDR RAM */ 108 regulator-always-on; /* Needed for most digital I/O */ 119 regulator-always-on; /* Needed for CPU PLL */
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | immap_lsch3.h | 392 u8 res_528[0x530-0x528]; /* add more registers when needed */ 394 u8 res_534[0x550-0x534]; /* add more registers when needed */ 397 u8 res_558[0x570-0x558]; /* add more registers when needed */ 399 u8 res_574[0x590-0x574]; /* add more registers when needed */ 402 u8 res_598[0x620-0x598]; /* add more registers when needed */ 404 u8 res_63c[0x640-0x63c]; /* add more registers when needed */ 406 u8 res_644[0x660-0x644]; /* add more registers when needed */ 408 u8 res_664[0x740-0x664]; /* add more registers when needed */ 414 u8 res_864[0x920-0x864]; /* add more registers when needed */ 417 u8 res_944[0x960-0x944]; /* add more registers when needed */ [all …]
|
/openbmc/qemu/target/arm/ |
H A D | machine.c | 139 .needed = vfp_fpcr_fpsr_needed, 165 .needed = vfp_needed, 235 .needed = iwmmxt_needed, 281 .needed = sve_needed, 316 .needed = za_needed, 337 .needed = serror_needed, 355 .needed = irq_line_state_needed, 374 .needed = wfxt_timer_needed, 393 .needed = m_needed, 428 .needed = m_csselr_needed, [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | exresop.c | 29 * PARAMETERS: type_needed Object type needed 67 "Needed type [%s], found [%s] %p", in acpi_ex_check_object_type() 389 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 414 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 441 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 470 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 507 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 535 "Needed [Buffer/String/Package/Reference], found [%s] %p", in acpi_ex_resolve_operands() 558 "Needed [Buffer/String/Package], found [%s] %p", in acpi_ex_resolve_operands() 582 "Needed [Region/Buffer], found [%s] %p", in acpi_ex_resolve_operands() [all …]
|