/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | execution.hpp | 6 #pragma GCC diagnostic push 8 #pragma clang diagnostic ignored "-Wunused-parameter" 9 #pragma clang diagnostic ignored "-Wnon-pod-varargs" 10 #pragma clang diagnostic ignored "-Winconsistent-missing-override" 11 #pragma clang diagnostic ignored "-Wdeprecated-copy" 13 #pragma GCC diagnostic ignored "-Wnon-template-friend" 15 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 16 #pragma GCC diagnostic ignored "-Wunused-parameter" 20 #pragma GCC diagnostic pop
|
H A D | task.hpp | 3 #pragma GCC diagnostic push 4 #pragma GCC diagnostic ignored "-Wunused-parameter" 6 #pragma GCC diagnostic pop
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 17 can have subtests), each of which can contain both diagnostic data -- e.g., log 19 machine-readable, whereas the diagnostic data is unstructured and is there to 26 - Diagnostic lines 73 <result> <number> [<description>][ # [<directive>] [<diagnostic data>]] 86 The directive and any diagnostic data is optional. If either are present, they 91 keyword preceding the diagnostic data. In the event that a parser encounters 107 specific error that is included in the diagnostic data. (note the result of 110 The diagnostic data is a plain-text field which contains any additional details 114 The diagnostic data field is optional, and results which have neither a 115 directive nor any diagnostic data do not need to include the "#" field [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | LogService.v1_7_0.json | 105 …diagnostic data for the given type. When the diagnostic data is collected, a new log entry will b… 106 …diagnostic data for the given type. The `Location` header in the response shall contain a URI to … 110 "description": "The type of diagnostic data to collect.", 111 … "longDescription": "This parameter shall contain the type of diagnostic data to collect.", 115 "description": "The OEM-defined type of diagnostic data to collect.", 116 …ongDescription": "This parameter shall contain the OEM-defined type of diagnostic data to collect.… 126 "description": "The URI to access when sending the diagnostic data.", 128 …cess when sending the diagnostic data. If this parameter is not provided by the client, the servi… 134 … "description": "The network protocol that the service uses to send the diagnostic data.", 135 …s parameter shall contain the network protocol that the service uses to send the diagnostic data.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | LogService.v1_7_0.json | 105 …diagnostic data for the given type. When the diagnostic data is collected, a new log entry will b… 106 …diagnostic data for the given type. The `Location` header in the response shall contain a URI to … 110 "description": "The type of diagnostic data to collect.", 111 … "longDescription": "This parameter shall contain the type of diagnostic data to collect.", 115 "description": "The OEM-defined type of diagnostic data to collect.", 116 …ongDescription": "This parameter shall contain the OEM-defined type of diagnostic data to collect.… 126 "description": "The URI to access when sending the diagnostic data.", 128 …cess when sending the diagnostic data. If this parameter is not provided by the client, the servi… 134 … "description": "The network protocol that the service uses to send the diagnostic data.", 135 …s parameter shall contain the network protocol that the service uses to send the diagnostic data.", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0005-Disable-new-gcc8-warnings.patch | 26 +#pragma GCC diagnostic push 28 +#pragma GCC diagnostic ignored "-Wstringop-truncation" 38 +#pragma GCC diagnostic pop 51 +#pragma GCC diagnostic push 53 +#pragma GCC diagnostic ignored "-Wstringop-overflow" 54 +#pragma GCC diagnostic ignored "-Wstringop-truncation" 63 +#pragma GCC diagnostic pop
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_diag.h | 12 /* return codes for Diagnostic Test FTP Service, as indicated in member 25 * length of Diagnostic Test FTP Service event buffer 32 * struct sclp_diag_ftp - Diagnostic Test FTP Service model-dependent data 65 * struct sclp_diag_evbuf - Diagnostic Test (ET7) Event Buffer 67 * @route: diagnostic route 80 * struct sclp_diag_sccb - Diagnostic Test (ET7) SCCB
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/ |
H A D | 0002-Fix-gcc-build-problem.patch | 27 #pragma clang diagnostic push 28 #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 36 #pragma GCC diagnostic pop 42 #pragma clang diagnostic pop 59 #pragma clang diagnostic push 60 #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 74 #pragma clang diagnostic pop
|
H A D | 0001-Fix-initialization-in-test-1140.patch | 23 #pragma GCC diagnostic ignored "-Wsign-conversion" 28 +#pragma clang diagnostic push 29 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 36 #pragma GCC diagnostic pop 40 +#pragma clang diagnostic pop 54 +#pragma clang diagnostic push 55 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 66 +#pragma clang diagnostic pop
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 24 #define DNS_PRAGMA_QUIET _Pragma("clang diagnostic ignored \"-Winitializer-overrides\"") 25 #define DNS_PRAGMA_POP _Pragma("clang diagnostic pop") 29 #define DNS_PRAGMA_PUSH _Pragma("GCC diagnostic push") 30 #define DNS_PRAGMA_QUIET _Pragma("GCC diagnostic ignored \"-Woverride-init\"") 31 #define DNS_PRAGMA_POP _Pragma("GCC diagnostic pop")
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ |
H A D | NMI.interface.yaml | 2 NMI button is a Diagnostic Interrupt(Front Panel NMI).Diagnostic interrupt 3 is a non-maskable interrupt or signal for generating diagnostic traces and 4 core dumps from the operating system. The diagnostic interrupt button is
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7.S | 197 mrc p15, 0, r4, c15, c0, 1 @ Diagnostic register 206 mrc p15, 0, r10, c15, c0, 1 @ Read Diagnostic register 351 mrcle p15, 0, r0, c15, c0, 1 @ read diagnostic register 353 mcrle p15, 0, r0, c15, c0, 1 @ write diagnostic register 359 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register 362 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register 366 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register 368 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register 373 mrclt p15, 0, r0, c15, c0, 1 @ read diagnostic register 375 mcrlt p15, 0, r0, c15, c0, 1 @ write diagnostic register [all …]
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | huge_count_read_write.c | 11 #pragma GCC diagnostic push 14 #pragma GCC diagnostic ignored "-Wstringop-overread" 15 #pragma GCC diagnostic ignored "-Wstringop-overflow" 37 #pragma GCC diagnostic pop
|
/openbmc/linux/tools/include/linux/ |
H A D | string.h | 20 // pragma diagnostic was introduced in gcc 4.6 22 #pragma GCC diagnostic push 23 #pragma GCC diagnostic ignored "-Wredundant-decls" 27 #pragma GCC diagnostic pop
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | start.S | 210 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 212 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register 216 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 218 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register 222 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 224 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register 227 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 229 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register 233 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 235 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register [all …]
|
/openbmc/linux/drivers/acpi/arm64/ |
H A D | Kconfig | 13 bool "Arm Generic Diagnostic Dump and Reset Device Interface" 16 Arm Generic Diagnostic Dump and Reset Device Interface (AGDI) is 17 a standard that enables issuing a non-maskable diagnostic dump and
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | LogService_v1.xml | 91 …diagnostic data for the given type. When the diagnostic data is collected, a new log entry will b… 92 …diagnostic data for the given type. The `Location` header in the response shall contain a URI to … 95 <Annotation Term="OData.Description" String="The type of diagnostic data to collect."/> 96 …Data.LongDescription" String="This parameter shall contain the type of diagnostic data to collect.… 99 …<Annotation Term="OData.Description" String="The OEM-defined type of diagnostic data to collect."/> 100 …cription" String="This parameter shall contain the OEM-defined type of diagnostic data to collect.… 111 …<Annotation Term="OData.Description" String="The URI to access when sending the diagnostic data."/> 112 …cess when sending the diagnostic data. If this parameter is not provided by the client, the servi… 148 …ata.Description" String="The network protocol that the service uses to send the diagnostic data."/> 149 … parameter shall contain the network protocol that the service uses to send the diagnostic data."/> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | LogService_v1.xml | 91 …diagnostic data for the given type. When the diagnostic data is collected, a new log entry will b… 92 …diagnostic data for the given type. The `Location` header in the response shall contain a URI to … 95 <Annotation Term="OData.Description" String="The type of diagnostic data to collect."/> 96 …Data.LongDescription" String="This parameter shall contain the type of diagnostic data to collect.… 99 …<Annotation Term="OData.Description" String="The OEM-defined type of diagnostic data to collect."/> 100 …cription" String="This parameter shall contain the OEM-defined type of diagnostic data to collect.… 111 …<Annotation Term="OData.Description" String="The URI to access when sending the diagnostic data."/> 112 …cess when sending the diagnostic data. If this parameter is not provided by the client, the servi… 148 …ata.Description" String="The network protocol that the service uses to send the diagnostic data."/> 149 … parameter shall contain the network protocol that the service uses to send the diagnostic data."/> [all …]
|
/openbmc/linux/tools/testing/memblock/linux/ |
H A D | printk.h | 14 #pragma GCC diagnostic push 15 #pragma GCC diagnostic ignored "-Wformat" 17 #pragma GCC diagnostic push
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-attribute-issue-with-gcc.patch | 10 #pragma clang diagnostic push 11 #pragma clang diagnostic ignored "-Wgcc-compat" 19 #pragma clang diagnostic pop
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-attribute-issue-with-gcc.patch | 10 #pragma clang diagnostic push 11 #pragma clang diagnostic ignored "-Wgcc-compat" 19 #pragma clang diagnostic pop
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | platform_message_registry.hpp | 47 "Check additional diagnostic data if available.", 57 "Check additional diagnostic data if available.", 69 "Check additional diagnostic data if available.", 79 "Check additional diagnostic data if available.",
|
/openbmc/linux/include/trace/events/ |
H A D | qla.h | 12 #pragma GCC diagnostic push 14 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 35 #pragma GCC diagnostic pop
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 37 _Pragma("GCC diagnostic push") \ 38 _Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \ 40 _Pragma("GCC diagnostic pop") \ 229 _Pragma("GCC diagnostic push") \ 230 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \ 232 _Pragma("GCC diagnostic pop") \ 247 _Pragma("GCC diagnostic push") \ 248 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \ 250 _Pragma("GCC diagnostic pop") \ 278 _Pragma("GCC diagnostic push") \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | clang-warnings.patch | 30 +#pragma GCC diagnostic push 31 +#pragma GCC diagnostic ignored "-Wformat-nonliteral" 33 +#pragma GCC diagnostic pop
|