/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/ |
D | goya_regs.h |
|
/openbmc/openbmc-test-automation/test_lists/witherspoon/ |
H A D | regression_bucket_master | 2 --include Verify_Redfish_Host_PowerOn 3 --include Verify_Redfish_Host_GracefulRestart 4 --include Redfish Power Off 5 --include Redfish_BMC_Manager_GracefulRestart_When_Host_Booted 7 --include Redfish_Login_Via_SessionService 8 --include Verify_Redfish_Invalid_URL_Response_Code 9 --include Redfish_Login_Using_Unsecured_HTTP 10 --include Redfish_Login_Using_HTTPS_Wrong_Port_80_Protocol 11 --include Attempt_Login_With_Expired_Session 12 --include Login_And_Verify_HTTP_Response_Header [all …]
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/ |
D | gaudi_regs.h |
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | execution.hpp | 18 #include "__detail/__execution_fwd.hpp" 20 // include these after __execution_fwd.hpp 21 #include "__detail/__as_awaitable.hpp" 22 #include "__detail/__basic_sender.hpp" 23 #include "__detail/__bulk.hpp" 24 #include "__detail/__completion_signatures.hpp" 25 #include "__detail/__connect_awaitable.hpp" 26 #include "__detail/__continues_on.hpp" 27 #include "__detail/__cpo.hpp" 28 #include "__detail/__debug.hpp" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/ |
H A D | geany-2.0-gcc15.patch | 10 #include <cstddef> 11 #include <cstdlib> 12 +#include <cstdint> 13 #include <cstring> 14 #include <cstdio> 15 #include <cmath> 20 #include <cstddef> 21 #include <cstdlib> 22 +#include <cstdint> 23 #include <cassert> [all …]
|
/openbmc/linux/tools/perf/ |
D | check-headers.sh |
|
/openbmc/qemu/qapi/ |
H A D | qapi-schema.json | 28 { 'include': 'pragma.json' } 31 # included sub-schemas inserted at the first include directive 32 # (subsequent include directives have no effect). To get a sane and 33 # stable order, it's best to include each sub-schema just once, or 34 # include it first right here. 36 { 'include': 'error.json' } 37 { 'include': 'common.json' } 38 { 'include': 'sockets.json' } 39 { 'include': 'run-state.json' } 40 { 'include': 'crypto.json' } [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
D | compat.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/ |
H A D | 0001-add-missing-includes-for-the-build-with-use_libcxx_m.patch | 18 diff --git a/include/perfetto/base/flat_set.h b/include/perfetto/base/flat_set.h 20 --- a/include/perfetto/base/flat_set.h 21 +++ b/include/perfetto/base/flat_set.h 26 +#include <stddef.h> 28 #include <algorithm> 29 +#include <utility> 30 #include <vector> 33 diff --git a/include/perfetto/base/time.h b/include/perfetto/base/time.h 35 --- a/include/perfetto/base/time.h 36 +++ b/include/perfetto/base/time.h [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | fix_warnings2.patch | 11 #include <stdio.h> 12 +#include <unistd.h> 19 #include <netinet/in.h> 20 #include <arpa/inet.h> 21 #include <stdio.h> 22 +#include <stdlib.h> 23 #include <syslog.h> 24 #include <ctype.h> 25 #include <errno.h> 29 #include <netinet/in.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/ |
H A D | 0004-cleanup-includes.patch | 6 Use IWYU to only include necessary headers. 32 #include <stdio.h> 33 -#include <stdlib.h> 34 #include <string.h> 35 #include <errno.h> 36 #include <getopt.h> 43 #include <stdio.h> 44 #include <stdlib.h> 45 +#include <stdint.h> 46 #include <string.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 59 #include <errno.h> 60 #include <sys/ioctl.h> 61 -#include <linux/if_arp.h> 62 +//#include <linux/if_arp.h> 63 #include <linux/if_infiniband.h> 65 #include "sd-dhcp6-client.h" 73 #include <netinet/in.h> 74 -#include <linux/if_arp.h> 75 +//#include <linux/if_arp.h> 77 #include "bareudp.h" [all …]
|
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 6 include missing.h for definition of strndupa 85 + ['strndupa' , '''#include <string.h>'''], 86 ['memfd_create', '''#include <sys/mman.h>'''], 87 ['gettid', '''#include <sys/types.h> 88 #include <unistd.h>'''], 94 #include "string-util.h" 95 #include "strv.h" 96 #include "terminal-util.h" 97 +#include "missing_stdlib.h" 106 #include "unit-name.h" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-include-missing-system-headers.patch | 4 Subject: [PATCH] include missing system headers 24 #include "constClass.h" 25 #include <sfcCommon/utilft.h> 27 +#include <string.h> /* strcasecmp */ 35 #include <pthread.h> 36 #include "native.h" 37 #include <stdlib.h> 38 +#include <string.h> /* strcmp */ 45 #include <syslog.h> 46 #include <stdarg.h> [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 57 #include <linux/const.h> 58 #include <linux/types.h> 59 -#include <linux/if_ether.h> 60 +#include <netinet/if_ether.h> 61 +//#include <linux/if_ether.h> 63 #include <limits.h> /* for INT_MAX */ 71 #include <errno.h> 72 #include <sys/ioctl.h> 73 -#include <linux/if_arp.h> 74 +//#include <linux/if_arp.h> [all …]
|
H A D | 0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 30 #include <errno.h> 31 #include <inttypes.h> 32 -#include <linux/ipv6.h> 33 #include <net/if.h> 34 #include <stdio.h> 35 #include <stdlib.h> 37 #include "string-util.h" 38 #include "strv.h" 40 +#include <linux/ipv6.h> 52 -#include <linux/ipv6.h> [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | redfish.cpp | 3 #include "redfish.hpp" 5 #include "bmcweb_config.h" 7 #include "account_service.hpp" 8 #include "aggregation_service.hpp" 9 #include "app.hpp" 10 #include "bios.hpp" 11 #include "cable.hpp" 12 #include "certificate_service.hpp" 13 #include "chassis.hpp" 14 #include "environment_metric [all...] |
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | 0010-Adjust-header-include-sequence.patch | 4 Subject: [PATCH 10/10] Adjust header include sequence 24 #include <getopt.h> 25 #include <ctype.h> 26 #include <unistd.h> 27 -#include "../include/ebtables_u.h" 28 #include <netinet/ether.h> 29 +#include "../include/ebtables_u.h" 30 #include "../include/ethernetdb.h" 31 #include <linux/if_ether.h> 32 #include <linux/netfilter_bridge/ebt_among.h> [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
D | verifier.c |
|
/openbmc/openbmc-test-automation/test_lists/ |
H A D | CT_basic_run | 2 --include Redfish_Login_And_Logout 3 --include Redfish_Login_Using_Unsecured_HTTP 4 --include Login_And_Verify_HTTP_Response_Header 6 --include Verify_AccountService_Available 7 --include Verify_IPMI_User_Summary 8 --include Create_Admin_Redfish_User_And_Verify_Login_Via_IPMI 10 --include Test_SSL_Connection 12 --include REST_Login_Session_To_BMC 13 --include Verify_REST_JSON_Data_On_Success 14 --include Verify_REST_JSON_Data_On_Failure [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/ |
H A D | fix-musl.patch | 27 #include "busses.h" 28 #include "data.h" 29 -#include "error.h" 30 #include "sysfs.h" 32 #include "i2cdiscov.h" 36 #include <dirent.h> 37 #include <fcntl.h> 38 #include <errno.h> 39 -#include <error.h> 40 #include <alloca.h> [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/ |
H A D | 0001-Fix-building-on-musl.patch | 6 basename(3) is defined in libgen.h in MUSL. Include libgen.h where 33 #include <fcntl.h> 34 #include <errno.h> 35 #include <getopt.h> 36 +#include <libgen.h> 38 #include <endian.h> 45 #include <stdlib.h> 46 #include <fcntl.h> 47 #include <getopt.h> 48 +#include <libgen.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/ |
H A D | 0001-Use-basename-implementation-from-glib-2.0.patch | 23 #include <getopt.h> 24 +#include <libgen.h> 25 #include <sched.h> 26 #include <signal.h> 27 #include <stdbool.h> 28 #include <stdint.h> 29 #include <stdio.h> 30 #include <stdlib.h> 31 -#include <string.h> 32 #include <strings.h> [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw-api.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/ |
H A D | 0001-Include-poll.h-instead-of-sys-poll.h.patch | 4 Subject: [PATCH] Include poll.h instead of sys/poll.h 7 error: redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror,-W#warnings] 24 #include <getopt.h> 25 #include <setjmp.h> 26 #include <sys/wait.h> 27 -#include <sys/poll.h> 28 +#include <poll.h> 29 #include <sys/mman.h> 30 #include <locale.h> 31 #include <sys/ioctl.h> [all …]
|