Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/openbmc/u-boot/lib/
H A Dtrace.c146 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()
312 buff_size, needed); in trace_init()
317 memset(hdr, '\0', needed); in trace_init()
322 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
[all …]
/openbmc/u-boot/cmd/
H A Dtrace.c34 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 Dsdbus-c++_2.1.0.bb31 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/s390x/
H A Dmachine.c68 .needed = fpu_needed,
100 .needed = vregs_needed,
164 .needed = riccb_needed,
181 .needed = exval_needed,
197 .needed = gscb_needed,
213 .needed = bpbc_needed,
229 .needed = etoken_needed,
246 .needed = diag318_needed,
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst20 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 Dmigration-3.1.rst49 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/qemu/target/riscv/
H A DKconfig4 select DEVICE_TREE # needed by boot.c
9 select DEVICE_TREE # needed by boot.c
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch105 -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-devtools/perfetto/
H A Dlibperfetto.bb10 LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"
/openbmc/u-boot/include/
H A Dtrace.h60 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/meta-nvidia/meta-nvl32-obmc/recipes-bsp/u-boot/files/
H A Dnvl32-obmc.cfg2 # vmalloc needed for supporting larger spi chips
4 # needed for the 128M SPI size layout
/openbmc/u-boot/scripts/coccinelle/free/
H A Difnullfree.cocci1 /// 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/qemu/target/ppc/
H A Dmachine.c331 .needed = fpu_needed,
372 .needed = altivec_needed,
405 .needed = vsx_needed,
425 .needed = tm_needed,
459 .needed = sr_needed,
532 .needed = slb_needed,
565 .needed = tlb6xx_needed,
604 .needed = tlbemb_needed,
640 .needed = tlbmas_needed,
663 .needed = compat_needed,
[all …]
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in30 # 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/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-boot.bb8 # those ones can be set in machine config to supply packages needed to get machine booting
17 # minimal set of packages - needed to boot
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-docs-tarball.bb3 DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to bui…
4 SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build t…
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/
H A D0001-tests-fix-test-applications-in-cpp-common.patch4 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/u-boot/tools/binman/
H A Dentry.py287 needed = self.pad_before + self.contents_size + self.pad_after
288 needed = tools.Align(needed, self.align_size)
291 size = needed
301 if self.size < needed:
303 "%#x (%d)" % (needed, needed, self.size, self.size))
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dfix-gettid-exception-declaration.patch4 Forwarded: not-needed
20 // No definition needed for Android because we'll just pick up bionic's copy.
/openbmc/openbmc/meta-phosphor/
H A Drecipes.txt2 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.
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dfix-gettid-exception-declaration.patch4 Forwarded: not-needed
20 // No definition needed for Android because we'll just pick up bionic's copy.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate/
H A D0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch22 - * 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-openembedded/meta-oe/recipes-support/poco/
H A Dpoco_1.13.3.bb75 ….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/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset/
H A D0001-fbset-including-asm-types.h-is-needed-on-all-linux-s.patch4 Subject: [PATCH] fbset: including asm/types.h is needed on all linux systems
6 including asm/types.h is needed to get Linux typedef's like
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0004-src-Do-not-reset-FINAL_LIBS.patch6 This helps case where additional libraries are needed to be passed from
9 e.g. -latomic is needed on clang/x86 to provide for 64bit atomics

12345678910>>...44