/openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
H A D | arch-armv8m-main.inc | 2 # Defaults for ARMv8-m.main 4 DEFAULTTUNE ?= "armv8m-main" 10 TUNEVALID[armv8m-main] = "Enable instructions for ARMv8-m.main" 11 TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8m-main', ' -march=armv8-m.main', … 12 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8m-main', 'armv8m-main:', '', d)}" 14 TUNECONFLICTS[armv8m-main] = "armv4 armv5 armv6 armv7a" 16 AVAILTUNES += "armv8m-main armv8m-maine armv8m-main-vfpv5spd16… 17 ARMPKGARCH:tune-armv8m-main = "armv8m-main" 18 ARMPKGARCH:tune-armv8m-maine = "armv8m-main" 19 ARMPKGARCH:tune-armv8m-main-vfpv5spd16 = "armv8m-main" [all …]
|
H A D | arch-armv8-1m-main.inc | 3 # Defaults for ARMv8.1-M.main 5 DEFAULTTUNE ?= "armv8-1m-main" 7 TUNEVALID[armv8-1m-main] = "Enable instructions for ARMv8.1-m.main" 8 …GS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8-1m-main', ' -march=armv8.1-m.main', '', … 9 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8-1m-main', 'armv8-1m-main:', '', d… 11 TUNECONFLICTS[armv8-1m-main] = "armv4 armv5 armv6 armv7a" 13 require conf/machine/include/arm/arch-armv8m-main.inc 15 AVAILTUNES += "armv8-1m-main" 16 ARMPKGARCH:tune-armv8-1m-main = "armv8-1m-main" 17 TUNE_FEATURES:tune-armv8-1m-main = "armv8-1m-main" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
H A D | 0001-Fix-signature-of-main-function.patch | 4 Subject: [PATCH] Fix signature of main function 35 -int main() 36 +int main(int argc, char *argv[]) 48 -int main() 49 +int main(int argc, char *argv[]) 61 -int main() 62 +int main(int argc, char *argv[]) 73 -int main() 76 +int main(int argc, char *argv[]) 89 -main() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
H A D | 0001-cpuburn-a8.S-Remove-.func-.endfunc.patch | 25 .global main 27 -.func main 28 .type main, %function 29 main: 31 @@ -88,4 +87,3 @@ main: 44 -.func main 46 main: 48 @@ -70,4 +69,3 @@ main: 61 -.func main 62 .type main, %function [all …]
|
H A D | 0003-burn.S-Remove-.func-.endfunc.patch | 21 .global main 22 .type main, STT_FUNC 23 - .func main 24 main: 27 @@ -23,4 +22,3 @@ main:
|
/openbmc/phosphor-pid-control/tools/ |
H A D | fan_rpm_loop_unittest.sh | 24 if main 0 0; then 25 echo "main 0 0 not rejected?" 28 if main 1 0; then 29 echo "main 1 0 not rejected?" 35 main 1000 5005 || return 38 function main() { function 48 # not sourced, execute main function 49 main "$@"
|
/openbmc/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 14 The main loop and ``IOThread``\ s 21 The default event loop is called the main loop (see ``main-loop.c``). It is 25 Side note: The main loop and ``IOThread`` are both event loops but their code is 31 ``IOThread``\ s allow the user to control the placement of work. The main loop is a 33 several ``IOThread``\ s instead of just one main loop. When set up correctly this 36 The main loop is also deeply associated with the BQL, which is a 37 scalability bottleneck in itself. vCPU threads and the main loop use the BQL 41 The fact that all I/O processing is done in a single main loop and that the 42 BQL is contended by all vCPU threads and the main loop explain 53 The main difference between legacy code and new code that can run in an [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
H A D | 0001-main.c-Define-prototype-for-setup_appdata.patch | 4 Subject: [PATCH] main.c: Define prototype for setup_appdata 9 src/main.c | 2 ++ 12 diff --git a/src/main.c b/src/main.c 14 --- a/src/main.c 15 +++ b/src/main.c 23 main (int argc, char **argv)
|
H A D | 0001-Include-stdlib.h-for-exit-API.patch | 10 main.c:81: warning: incompatible implicit declaration of built-in function ‘exit’ 19 src/main.c | 1 + 22 diff --git a/src/main.c b/src/main.c 24 --- a/src/main.c 25 +++ b/src/main.c
|
/openbmc/qemu/include/ |
H A D | qemu-main.h | 9 * The function to run on the main (initial) thread of the process. 10 * NULL means QEMU's main event loop. 11 * When non-NULL, QEMU's main event loop will run on a purposely created 14 * This is useful on platforms which treat the main thread as special 15 * (macOS/Darwin) and/or require all UI API calls to occur from the main 18 * will handle system and UI events on the main thread via QEMU's own main
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/ |
H A D | 0001-configure-Fix-check-functions-for-AC_CHECK_LIB-test.patch | 20 -AC_CHECK_LIB(c, main) 21 -AC_CHECK_LIB(m, main) 26 - AC_CHECK_LIB(pthread, main) 27 - AC_CHECK_LIB(rt, main) 33 - AC_CHECK_LIB(z, main) 38 - AC_CHECK_LIB(bz2, main) 43 - AC_CHECK_LIB(lzma, main) 48 - AC_CHECK_LIB(lzo2, main) 51 -AC_CHECK_LIB(tokyocabinet, main, AC_MSG_WARN([old version of Tokyo Cabinet was detected]))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples/ |
H A D | 0001-spacedream-Add-typecast-to-pthread_t-in-assignment.patch | 12 src/spacedream/main.c | 4 ++-- 15 diff --git a/src/spacedream/main.c b/src/spacedream/main.c 17 --- a/src/spacedream/main.c 18 +++ b/src/spacedream/main.c 20 int main( int argc, char *argv[] ) 28 @@ -344,7 +344,7 @@ int main( int argc, char *argv[] )
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console/ |
H A D | 0001-include-locale.h-for-setlocale.patch | 9 ../gnome-console-47.0/src/main.c:29:3: error: call to undeclared function 'setlocale'; ISO C99 and … 12 ../gnome-console-47.0/src/main.c:29:14: error: use of undeclared identifier 'LC_ALL' 19 src/main.c | 2 +- 22 diff --git a/src/main.c b/src/main.c 24 --- a/src/main.c 25 +++ b/src/main.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch | 18 -echo "main(int ac, char *av[]) { int i; }" > ${BASE}$$.c 19 +echo "int main(int ac, char *av[]) { int i; }" > ${BASE}$$.c 27 - echo "main(int ac, char *av[])" >> ${BASE}$$.c 28 + echo "int main(int ac, char *av[])" >> ${BASE}$$.c 36 -echo "main() { char a[256], b[256]; bcopy(a, b, 256); }" >> ${BASE}$$.c 37 +echo "int main() { char a[256], b[256]; bcopy(a, b, 256); }" >> ${BASE}$$.c 44 -echo "main() { char* buf = valloc(123); }" >> ${BASE}$$.c 45 +echo "int main() { char* buf = valloc(123); }" >> ${BASE}$$.c 53 -echo "main() { off64_t off; }" >> ${BASE}$$.c 54 +echo "int main() { off64_t off; }" >> ${BASE}$$.c [all …]
|
/openbmc/openbmc/meta-google/recipes-google/test/test-sh/ |
H A D | test.sh | 25 main || exit 44 ! main || exit 60 ! main || exit 72 ! main || exit 84 main || exit 96 ! main || exit 109 main || exit 121 ! main || exit 133 main || exit 145 ! main || exit
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0009-Fix-quoting-for-BUILD_WITH.patch | 16 src/main/libfreeradius-server.mk | 2 +- 17 src/main/unittest.mk | 2 +- 21 diff --git a/src/main/libfreeradius-server.mk b/src/main/libfreeradius-server.mk 23 --- a/src/main/libfreeradius-server.mk 24 +++ b/src/main/libfreeradius-server.mk 32 diff --git a/src/main/unittest.mk b/src/main/unittest.mk 34 --- a/src/main/unittest.mk 35 +++ b/src/main/unittest.mk
|
/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs/ |
H A D | 0001-Greet-OE-Core.patch | 9 src/main.rs | 2 +- 12 diff --git a/src/main.rs b/src/main.rs 14 --- a/src/main.rs 15 +++ b/src/main.rs 18 fn main() {
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 34 #define TYPE_MAIN_LOOP "main-loop" 43 * qemu_init_main_loop: Set up the process so that it can run the main loop. 47 * main one should block signals that are trapped by the main loop. 58 * main_loop_wait: Run one iteration of the main loop. 61 * one actually occurs. The main loop usually consists of a loop that 64 * Main loop services include file descriptor callbacks, bottom halves 70 * case, the coroutine actually should be started from within the main loop, 71 * so that the main loop can run whenever the coroutine yields. To do this, 72 * you can use a bottom half to enter the coroutine as soon as the main loop 95 * qemu_get_aio_context: Return the main loop's AioContext [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0002-run-dispmanx-fullscreen.patch | 12 src/main.cpp | 5 +++++ 15 diff --git a/src/main.cpp b/src/main.cpp 17 --- a/src/main.cpp 18 +++ b/src/main.cpp 19 @@ -202,6 +202,11 @@ main(int argc, char *argv[])
|
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
H A D | 0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch | 12 src/daemon/main.c | 2 +- 15 diff --git a/src/daemon/main.c b/src/daemon/main.c 17 --- a/src/daemon/main.c 18 +++ b/src/daemon/main.c 19 @@ -916,7 +916,7 @@ int main(int argc, char *argv[]) {
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0001-configure-Specify-correct-function-signatures-and-de.patch | 28 - echo "int main(){ $func(); return 0; }" > conftest.c 35 +int main(){ rmdir(NULL); return 0; } 43 +int main(){ strchr(NULL,0); return 0; } 51 +int main(){ strrchr(NULL,0); return 0; } 59 +int main(){ rename(NULL,NULL); return 0; } 67 +int main(){ mktemp(NULL); return 0; } 75 +int main(){ mktime(NULL); return 0; } 83 +int main(){ return mkstemp(NULL); } 89 -echo "int main(){ char k; memset(&k,0,0); return 0; }" > conftest.c 92 +int main(){ char k; memset(&k,0,0); return 0; } [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 0001-configure-Add-correct-system-headers-and-prototypes-.patch | 29 - echo "int main(){ $func(); return 0; }" > conftest.c 36 +int main(){ fchmod(0,0); return 0; } 44 +int main(){ fchown(0,0,0); return 0; } 52 +int main(){ lchown(NULL,0,0); return 0; } 60 +int main(){ nl_langinfo(0); return 0; } 71 -echo "int main(){ char k; memset(&k,0,0); return 0; }" > conftest.c 74 +int main(){ char k; memset(&k,0,0); return 0; } 82 -main() 83 +int main() 93 int main() { return closedir(opendir(".")); } [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-configure-Check-for-function-from-respective-library.patch | 24 - AC_CHECK_LIB(gcc,main) 25 - AC_CHECK_LIB(gcov,main) 35 - AC_CHECK_LIB(pam,main,[SFCB_LIBPAM=-lpam],[AC_MSG_ERROR(Could not find required pam library.)]) 44 -AC_CHECK_LIB(pthread,main) 45 -AC_CHECK_LIB(dl,main) 46 -AC_CHECK_LIB(z,main,[SFCB_LIBZ=-lz],[AC_MSG_ERROR([Could not find required libz])]) 56 - AC_CHECK_LIB(curl,main) 65 - AC_CHECK_LIB(ssl,main)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
H A D | 0001-dlm_controld-remove-unnecessary-header-include.patch | 14 …eam-Status: Backport [https://pagure.io/dlm/c/ddbba6608896f81bfce8f8edf3d0f507714cfc43?branch=main] 18 dlm_controld/main.c | 1 - 21 diff --git a/dlm_controld/main.c b/dlm_controld/main.c 23 --- a/dlm_controld/main.c 24 +++ b/dlm_controld/main.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/dropwatch/ |
H A D | 0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch | 11 src/main.c | 2 +- 14 diff --git a/src/main.c b/src/main.c 16 --- a/src/main.c 17 +++ b/src/main.c
|