/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/ |
H A D | goya_regs.h | 11 #include "goya_blocks.h" 12 #include "stlb_regs.h" 13 #include "mmu_regs.h" 14 #include "pcie_aux_regs.h" 15 #include "pcie_wrap_regs.h" 16 #include "psoc_global_conf_regs.h" 17 #include "psoc_spi_regs.h" 18 #include "psoc_mme_pll_regs.h" 19 #include "psoc_pci_pll_regs.h" 20 #include "psoc_emmc_pll_regs.h" [all …]
|
/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/gaudi2/asic_reg/ |
H A D | gaudi2_regs.h | 11 #include "gaudi2_blocks_linux_driver.h" 12 #include "psoc_reset_conf_regs.h" 13 #include "psoc_global_conf_regs.h" 14 #include "cpu_if_regs.h" 15 #include "pcie_aux_regs.h" 16 #include "pcie_dbi_regs.h" 17 #include "pcie_wrap_regs.h" 18 #include "pmmu_hbw_stlb_regs.h" 19 #include "psoc_timestamp_regs.h" 20 #include "psoc_etr_regs.h" [all …]
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/ |
H A D | gaudi_regs.h | 11 #include "gaudi_blocks.h" 12 #include "psoc_global_conf_regs.h" 13 #include "psoc_timestamp_regs.h" 14 #include "cpu_if_regs.h" 15 #include "mmu_up_regs.h" 16 #include "stlb_regs.h" 17 #include "dma0_qm_regs.h" 18 #include "dma1_qm_regs.h" 19 #include "dma2_qm_regs.h" 20 #include "dma3_qm_regs.h" [all …]
|
/openbmc/linux/kernel/sched/ |
H A D | build_utility.c | 12 #include <linux/sched/clock.h> 13 #include <linux/sched/cputime.h> 14 #include <linux/sched/debug.h> 15 #include <linux/sched/isolation.h> 16 #include <linux/sched/loadavg.h> 17 #include <linux/sched/nohz.h> 18 #include <linux/sched/mm.h> 19 #include <linux/sched/rseq_api.h> 20 #include <linux/sched/task_stack.h> 22 #include <linux/cpufreq.h> [all …]
|
/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/linux/tools/perf/ |
H A D | check-headers.sh | 9 "include/uapi/linux/const.h" 10 "include/uapi/drm/drm.h" 11 "include/uapi/drm/i915_drm.h" 12 "include/uapi/linux/fadvise.h" 13 "include/uapi/linux/fcntl.h" 14 "include/uapi/linux/fs.h" 15 "include/uapi/linux/fscrypt.h" 16 "include/uapi/linux/kcmp.h" 17 "include/uapi/linux/kvm.h" 18 "include/uapi/linux/in.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/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | priv.h | 4 #include <core/device.h> 6 #include <subdev/acr.h> 7 #include <subdev/bar.h> 8 #include <subdev/bios.h> 9 #include <subdev/bus.h> 10 #include <subdev/clk.h> 11 #include <subdev/devinit.h> 12 #include <subdev/fault.h> 13 #include <subdev/fb.h> 14 #include <subdev/fuse.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/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/linux/fs/xfs/ |
H A D | xfs_trace.c | 6 #include "xfs.h" 7 #include "xfs_fs.h" 8 #include "xfs_shared.h" 9 #include "xfs_bit.h" 10 #include "xfs_format.h" 11 #include "xfs_log_format.h" 12 #include "xfs_trans_resv.h" 13 #include "xfs_mount.h" 14 #include "xfs_defer.h" 15 #include "xfs_da_format.h" [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | compat.h | 9 #include <linux/kernel.h> 10 #include <linux/module.h> 11 #include <linux/mod_devicetable.h> 12 #include <linux/device.h> 13 #include <linux/interrupt.h> 14 #include <linux/crypto.h> 15 #include <linux/hash.h> 16 #include <linux/hw_random.h> 17 #include <linux/of_platform.h> 18 #include <linux/dma-mapping.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/qemu/qapi/ |
H A D | qapi-schema.json | 37 { 'include': 'pragma.json' } 40 # included sub-schemas inserted at the first include directive 41 # (subsequent include directives have no effect). To get a sane and 42 # stable order, it's best to include each sub-schema just once, or 43 # include it first right here. 45 { 'include': 'error.json' } 46 { 'include': 'common.json' } 47 { 'include': 'sockets.json' } 48 { 'include': 'run-state.json' } 49 { 'include': 'crypto.json' } [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/ |
H A D | 0001-ip-rearrange-and-prune-header-files.patch | 26 #include <fcntl.h> 27 #include <dlfcn.h> 28 #include <errno.h> 29 +#include <string.h> 30 +#include <strings.h> 31 +#include <limits.h> 33 #include <sys/socket.h> 34 +#include <arpa/inet.h> 35 #include <linux/if.h> 36 -#include <linux/if_packet.h> [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier.c | 3 #include <test_progs.h> 5 #include "cap_helpers.h" 6 #include "verifier_and.skel.h" 7 #include "verifier_array_access.skel.h" 8 #include "verifier_basic_stack.skel.h" 9 #include "verifier_bounds.skel.h" 10 #include "verifier_bounds_deduction.skel.h" 11 #include "verifier_bounds_deduction_non_const.skel.h" 12 #include "verifier_bounds_mix_sign_unsign.skel.h" 13 #include "verifier_bpf_get_stack.skel.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-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/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/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_metrics.hpp" [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/gpu/drm/nouveau/include/nvif/ |
H A D | os.h | 5 #include <linux/types.h> 6 #include <linux/slab.h> 7 #include <linux/mutex.h> 8 #include <linux/pci.h> 9 #include <linux/platform_device.h> 10 #include <linux/printk.h> 11 #include <linux/bitops.h> 12 #include <linux/firmware.h> 13 #include <linux/module.h> 14 #include <linux/i2c.h> [all …]
|