/openbmc/qemu/linux-user/alpha/ |
H A D | syscall.tbl | 8 # The <abi> is always "common" for this file 10 0 common osf_syscall alpha_syscall_zero 11 1 common exit sys_exit 12 2 common fork alpha_fork 13 3 common read sys_read 14 4 common write sys_write 15 5 common osf_old_open sys_ni_syscall 16 6 common close sys_close 17 7 common osf_wait4 sys_osf_wait4 18 8 common osf_old_creat sys_ni_syscall [all …]
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | syscall.tbl | 8 # The <abi> is always "common" for this file 10 0 common restart_syscall sys_restart_syscall 11 1 common exit sys_exit 12 2 common fork sys_fork 13 3 common read sys_read 14 4 common write sys_write 15 5 common open sys_open 16 6 common close sys_close 17 7 common waitpid sys_waitpid 18 8 common creat sys_creat [all …]
|
/openbmc/qemu/linux-user/m68k/ |
H A D | syscall.tbl | 8 # The <abi> is always "common" for this file 10 0 common restart_syscall sys_restart_syscall 11 1 common exit sys_exit 12 2 common fork __sys_fork 13 3 common read sys_read 14 4 common write sys_write 15 5 common open sys_open 16 6 common close sys_close 17 7 common waitpid sys_waitpid 18 8 common creat sys_creat [all …]
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 8 # The <abi> is always "common" for this file 10 0 common spill sys_ni_syscall 11 1 common xtensa sys_ni_syscall 12 2 common available4 sys_ni_syscall 13 3 common available5 sys_ni_syscall 14 4 common available6 sys_ni_syscall 15 5 common available7 sys_ni_syscall 16 6 common available8 sys_ni_syscall 17 7 common available9 sys_ni_syscall 19 8 common open sys_open [all …]
|
/openbmc/qemu/linux-user/sh4/ |
H A D | syscall.tbl | 8 # The <abi> is always "common" for this file 10 0 common restart_syscall sys_restart_syscall 11 1 common exit sys_exit 12 2 common fork sys_fork 13 3 common read sys_read 14 4 common write sys_write 15 5 common open sys_open 16 6 common close sys_close 17 7 common waitpid sys_waitpid 18 8 common creat sys_creat [all …]
|
/openbmc/qemu/linux-user/arm/ |
H A D | syscall.tbl | 9 # common - for system calls shared between oabi and eabi (may have compat) 13 # For each syscall number, "common" is mutually exclusive with oabi and eabi 15 0 common restart_syscall sys_restart_syscall 16 1 common exit sys_exit 17 2 common fork sys_fork 18 3 common read sys_read 19 4 common write sys_write 20 5 common open sys_open 21 6 common close sys_close 23 8 common creat sys_creat [all …]
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 10 # The abi is "common", "64" or "x32" for this file. 12 0 common read sys_read 13 1 common write sys_write 14 2 common open sys_open 15 3 common close sys_close 16 4 common stat sys_newstat 17 5 common fstat sys_newfstat 18 6 common lstat sys_newlstat 19 7 common poll sys_poll 20 8 common lseek sys_lseek [all …]
|
/openbmc/qemu/linux-user/hppa/ |
H A D | syscall.tbl | 8 # The <abi> can be common, 64, or 32 for this file. 10 0 common restart_syscall sys_restart_syscall 11 1 common exit sys_exit 12 2 common fork sys_fork_wrapper 13 3 common read sys_read 14 4 common write sys_write 15 5 common open sys_open compat_sys_open 16 6 common close sys_close 17 7 common waitpid sys_waitpid 18 8 common creat sys_creat [all …]
|
/openbmc/qemu/linux-user/sparc/ |
H A D | syscall.tbl | 8 # The <abi> can be common, 64, or 32 for this file. 10 0 common restart_syscall sys_restart_syscall 13 2 common fork sys_fork 14 3 common read sys_read 15 4 common write sys_write 16 5 common open sys_open compat_sys_open 17 6 common close sys_close 18 7 common wait4 sys_wait4 compat_sys_wait4 19 8 common creat sys_creat 20 9 common link sys_link [all …]
|
/openbmc/qemu/linux-user/s390x/ |
H A D | syscall.tbl | 9 # where <abi> can be common, 64, or 32 11 1 common exit sys_exit sys_exit 12 2 common fork sys_fork sys_fork 13 3 common read sys_read compat_sys_s390_read 14 4 common write sys_write compat_sys_s390_write 15 5 common open sys_open compat_sys_open 16 6 common close sys_close sys_close 17 7 common restart_syscall sys_restart_syscall sys_restart_syscall 18 8 common creat sys_creat sys_creat 19 9 common link sys_link sys_link [all …]
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 11 0 common io_setup sys_io_setup compat_sys_io_setup 12 1 common io_destroy sys_io_destroy 13 2 common io_submit sys_io_submit compat_sys_io_submit 14 3 common io_cancel sys_io_cancel 17 5 common setxattr sys_setxattr 18 6 common lsetxattr sys_lsetxattr 19 7 common fsetxattr sys_fsetxattr 20 8 common getxattr sys_getxattr 21 9 common lgetxattr sys_lgetxattr 22 10 common fgetxattr sys_fgetxattr [all …]
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 11 0 common io_setup sys_io_setup compat_sys_io_setup 12 1 common io_destroy sys_io_destroy 13 2 common io_submit sys_io_submit compat_sys_io_submit 14 3 common io_cancel sys_io_cancel 17 5 common setxattr sys_setxattr 18 6 common lsetxattr sys_lsetxattr 19 7 common fsetxattr sys_fsetxattr 20 8 common getxattr sys_getxattr 21 9 common lgetxattr sys_lgetxattr 22 10 common fgetxattr sys_fgetxattr [all …]
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 11 0 common io_setup sys_io_setup compat_sys_io_setup 12 1 common io_destroy sys_io_destroy 13 2 common io_submit sys_io_submit compat_sys_io_submit 14 3 common io_cancel sys_io_cancel 17 5 common setxattr sys_setxattr 18 6 common lsetxattr sys_lsetxattr 19 7 common fsetxattr sys_fsetxattr 20 8 common getxattr sys_getxattr 21 9 common lgetxattr sys_lgetxattr 22 10 common fgetxattr sys_fgetxattr [all …]
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 11 0 common io_setup sys_io_setup compat_sys_io_setup 12 1 common io_destroy sys_io_destroy 13 2 common io_submit sys_io_submit compat_sys_io_submit 14 3 common io_cancel sys_io_cancel 17 5 common setxattr sys_setxattr 18 6 common lsetxattr sys_lsetxattr 19 7 common fsetxattr sys_fsetxattr 20 8 common getxattr sys_getxattr 21 9 common lgetxattr sys_lgetxattr 22 10 common fgetxattr sys_fgetxattr [all …]
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | syscall_64.tbl | 11 0 common io_setup sys_io_setup compat_sys_io_setup 12 1 common io_destroy sys_io_destroy 13 2 common io_submit sys_io_submit compat_sys_io_submit 14 3 common io_cancel sys_io_cancel 17 5 common setxattr sys_setxattr 18 6 common lsetxattr sys_lsetxattr 19 7 common fsetxattr sys_fsetxattr 20 8 common getxattr sys_getxattr 21 9 common lgetxattr sys_lgetxattr 22 10 common fgetxattr sys_fgetxattr [all …]
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 8 # The <abi> can be common, spu, nospu, 64, or 32 for this file. 13 3 common read sys_read 14 4 common write sys_write 15 5 common open sys_open compat_sys_open 16 6 common close sys_close 17 7 common waitpid sys_waitpid 18 8 common creat sys_creat 19 9 common link sys_link 20 10 common unlink sys_unlink 22 12 common chdir sys_chdir [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | siteinfo.bbclass | 27 "aarch64": "endian-little bit-64 arm-common arm-64", 28 "aarch64_be": "endian-big bit-64 arm-common arm-64", 29 "arc": "endian-little bit-32 arc-common", 30 "arceb": "endian-big bit-32 arc-common", 31 "arm": "endian-little bit-32 arm-common arm-32", 32 "armeb": "endian-big bit-32 arm-common arm-32", 33 "avr32": "endian-big bit-32 avr32-common", 34 "bfin": "endian-little bit-32 bfin-common", 36 "i386": "endian-little bit-32 ix86-common", 37 "i486": "endian-little bit-32 ix86-common", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
H A D | 0001-Makefile-common.am-Create-src-common-directory-befor.patch | 4 Subject: [PATCH] Makefile-common.am: Create src/common directory before 7 During parallel builds, its possible that <build>/src/common directory is 13 …_html_text < ../cockpit-337/src/common/fail.html > src/common/fail-html.c.tmp && mv src/common/fai… 14 /bin/bash: src/common/fail-html.c.tmp: No such file or directory 15 make[1]: *** [Makefile:6044: src/common/fail-html.c] Error 1 20 src/common/Makefile-common.am | 1 + 23 diff --git a/src/common/Makefile-common.am b/src/common/Makefile-common.am 25 --- a/src/common/Makefile-common.am 26 +++ b/src/common/Makefile-common.am 28 # libcockpit-common.a static-links an HTML template to use on failures [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 85 * set to 512 rather than the more common value 2048. 245 #include <common.h> 372 struct fsg_common *common; member 387 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set() argument 390 if (common->fsg) in __fsg_is_set() 392 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line); in __fsg_is_set() 397 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument 408 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() argument 410 return common->state > FSG_STATE_IDLE; in exception_in_progress() 414 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length() argument [all …]
|
/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 10 make[3]: *** No rule to make target 'cpp-common/test-c-string-view.cpp', 11 needed by 'cpp-common/test-c-string-view.o'. 13 needed by 'cpp-common/test-c-string-view'. 14 make[3]: *** No rule to make target '../src/common/libcommon.la', 15 needed by 'cpp-common/test-c-string-view'. 17 needed by 'cpp-common/test-c-string-view'. 25 in cpp-common directory. Then these test applications can run without 33 tests/cpp-common/test-c-string-view.sh | 17 +++++++++++++++++ [all …]
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 35 import services_index from './common/services/index.js'; 36 import constants from './common/services/constants.js'; 37 import dataService from './common/services/dataService.js'; 38 import toastService from './common/services/toastService.js'; 39 import api_utils from './common/services/api-utils.js'; 40 import userModel from './common/services/userModel.js'; 41 import apiInterceptor from './common/services/apiInterceptor.js'; 42 import nbdServerService from './common/services/nbdServerService.js'; 44 import filters_index from './common/filters/index.js'; 46 import directives_index from './common/directives/index.js'; [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Manager.interface.yaml | 29 - xyz.openbmc_project.Common.Error.InternalFailure 30 - xyz.openbmc_project.Common.Error.InsufficientPermission 31 - xyz.openbmc_project.Common.Error.InvalidArgument 32 - xyz.openbmc_project.User.Common.Error.UserNameExists 33 - xyz.openbmc_project.User.Common.Error.UserNameGroupFail 34 - xyz.openbmc_project.User.Common.Error.UserNamePrivFail 35 - xyz.openbmc_project.User.Common.Error.NoResource 51 - xyz.openbmc_project.Common.Error.InternalFailure 52 - xyz.openbmc_project.Common.Error.InsufficientPermission 53 - xyz.openbmc_project.Common.Error.InvalidArgument [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 16 sdbusplus_current_path = 'xyz/openbmc_project/Common' 20 input: ['../../../../yaml/xyz/openbmc_project/Common.errors.yaml'], 33 'xyz/openbmc_project/Common', 41 'xyz/openbmc_project/Common/Callout__markdown'.underscorify(), 42 input: ['../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml'], 55 'xyz/openbmc_project/Common/Callout', 63 'xyz/openbmc_project/Common/Device__markdown'.underscorify(), 64 input: ['../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml'], 77 'xyz/openbmc_project/Common/Device', 85 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(), [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/ |
H A D | 0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch | 15 common/network/CMakeLists.txt | 1 + 16 common/rdr/CMakeLists.txt | 1 + 17 common/rfb/CMakeLists.txt | 1 + 20 diff --git a/common/network/CMakeLists.txt b/common/network/CMakeLists.txt 22 --- a/common/network/CMakeLists.txt 23 +++ b/common/network/CMakeLists.txt 30 diff --git a/common/rdr/CMakeLists.txt b/common/rdr/CMakeLists.txt 32 --- a/common/rdr/CMakeLists.txt 33 +++ b/common/rdr/CMakeLists.txt 40 diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/ |
H A D | breakpad_2023.06.01.bb | 75 install -d ${D}${includedir}/breakpad/common 76 …install -m 0644 ${S}/src/common/memory_allocator.h ${D}${includedir}/breakpad/common/memory_alloca… 77 install -m 0644 ${S}/src/common/scoped_ptr.h ${D}${includedir}/breakpad/common/scoped_ptr.h 78 …install -m 0644 ${S}/src/common/using_std_string.h ${D}${includedir}/breakpad/common/using_std_str… 80 install -d ${D}${includedir}/breakpad/google_breakpad/common 81 …nstall -m 0644 ${S}/src/google_breakpad/common/breakpad_types.h ${D}${includedir}/breakpad/google_… 82 …stall -m 0644 ${S}/src/google_breakpad/common/minidump_format.h ${D}${includedir}/breakpad/google_… 83 …tall -m 0644 ${S}/src/google_breakpad/common/minidump_cpu_amd64.h ${D}${includedir}/breakpad/googl… 84 …stall -m 0644 ${S}/src/google_breakpad/common/minidump_cpu_arm.h ${D}${includedir}/breakpad/google… 85 …tall -m 0644 ${S}/src/google_breakpad/common/minidump_cpu_arm64.h ${D}${includedir}/breakpad/googl… [all …]
|