/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchgentest.cpp | 11 using Index = std::map<std::tuple<size_t, size_t, size_t>, size_t>; typedef 17 const std::array<Index, 4> expectedIndicies = {{ 19 {Index::key_type{0, 0, 0}, 0}, 20 {Index::key_type{0, 1, 0}, 1}, 21 {Index::key_type{1, 0, 0}, 2}, 22 {Index::key_type{1, 1, 0}, 3}, 23 {Index::key_type{2, 0, 0}, 4}, 24 {Index::key_type{2, 1, 0}, 5}, 25 {Index::key_type{3, 0, 0}, 6}, 26 {Index::key_type{3, 1, 0}, 7}, [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | resource_messages.cpp | 34 static nlohmann::json getLog(redfish::registries::resource_event::Index name, in getLog() 56 return getLog(redfish::registries::resource_event::Index::resourceCreated, in resourceCreated() 69 return getLog(redfish::registries::resource_event::Index::resourceRemoved, in resourceRemoved() 84 redfish::registries::resource_event::Index::resourceErrorsDetected, in resourceErrorsDetected() 99 redfish::registries::resource_event::Index::resourceErrorsCorrected, in resourceErrorsCorrected() 113 return getLog(redfish::registries::resource_event::Index:: in resourceErrorThresholdExceeded() 128 return getLog(redfish::registries::resource_event::Index:: in resourceErrorThresholdCleared() 143 return getLog(redfish::registries::resource_event::Index:: in resourceWarningThresholdExceeded() 158 return getLog(redfish::registries::resource_event::Index:: in resourceWarningThresholdCleared() 174 redfish::registries::resource_event::Index::resourceStatusChangedOK, in resourceStatusChangedOK() [all …]
|
H A D | error_messages.cpp | 43 static nlohmann::json getLog(redfish::registries::base::Index name, in getLog() 64 return getLog(redfish::registries::base::Index::success, {}); in success() 81 return getLog(redfish::registries::base::Index::generalError, {}); in generalError() 99 return getLog(redfish::registries::base::Index::created, {}); in created() 117 return getLog(redfish::registries::base::Index::noOperation, {}); in noOperation() 135 return getLog(redfish::registries::base::Index::propertyDuplicate, in propertyDuplicate() 154 return getLog(redfish::registries::base::Index::propertyUnknown, in propertyUnknown() 176 return getLog(redfish::registries::base::Index::propertyValueTypeError, in propertyValueTypeError() 199 return getLog(redfish::registries::base::Index::propertyValueFormatError, in propertyValueFormatError() 222 return getLog(redfish::registries::base::Index::propertyValueNotInList, in propertyValueNotInList() [all …]
|
H A D | task_messages.cpp | 36 static nlohmann::json getLog(redfish::registries::task_event::Index name, in getLog() 58 return getLog(redfish::registries::task_event::Index::taskStarted, in taskStarted() 71 return getLog(redfish::registries::task_event::Index::taskCompletedOK, in taskCompletedOK() 84 return getLog(redfish::registries::task_event::Index::taskCompletedWarning, in taskCompletedWarning() 97 return getLog(redfish::registries::task_event::Index::taskAborted, in taskAborted() 110 return getLog(redfish::registries::task_event::Index::taskCancelled, in taskCancelled() 123 return getLog(redfish::registries::task_event::Index::taskRemoved, in taskRemoved() 136 return getLog(redfish::registries::task_event::Index::taskPaused, in taskPaused() 149 return getLog(redfish::registries::task_event::Index::taskResumed, in taskResumed() 163 return getLog(redfish::registries::task_event::Index::taskProgressChanged, in taskProgressChanged()
|
H A D | heartbeat_messages.cpp | 34 static nlohmann::json getLog(redfish::registries::heartbeat_event::Index name, in getLog() 57 redfish::registries::heartbeat_event::Index::redfishServiceFunctional, in redfishServiceFunctional()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | rx.c | 77 u32 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() local 78 if (unlikely(Index == 0xFFFFFFFFL)) in aac_rx_intr_message() 79 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() 80 if (likely(Index != 0xFFFFFFFFL)) { in aac_rx_intr_message() 83 if (Index & 0x00000002L) { in aac_rx_intr_message() 85 if (Index == 0xFFFFFFFEL) in aac_rx_intr_message() 87 Index &= ~0x00000002L; in aac_rx_intr_message() 89 if (Index & 0x00000001L) in aac_rx_intr_message() 91 Index >>= 2; in aac_rx_intr_message() 95 Index, isAif, in aac_rx_intr_message() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
H A D | unstrip.patch | 7 Index: tools/jailtest/Makefile 17 Index: tools/mconsole/Makefile 27 Index: tools/moo/Makefile 37 Index: tools/port-helper/Makefile 47 Index: tools/tunctl/Makefile 57 Index: tools/uml_net/Makefile 67 Index: tools/uml_router/Makefile 77 Index: tools/watchdog/Makefile
|
/openbmc/telemetry/src/ |
H A D | state.hpp | 54 template <Flags Index> 57 return flags.test(indexOf<0, Index, Keys...>()); in get() 66 template <size_t Index, Flags flag, Flags it, Flags... list> 71 return Index; in indexOf() 75 return indexOf<Index + 1, flag, list...>(); in indexOf()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/ |
H A D | enscript-autoconf.patch | 11 Index: enscript-1.6.6/configure.ac 23 Index: enscript-1.6.6/afmlib/afm.h 39 Index: enscript-1.6.6/afmlib/afmint.h 55 Index: enscript-1.6.6/afmlib/strhash.h 71 Index: enscript-1.6.6/compat/xalloc.h 87 Index: enscript-1.6.6/src/gsint.h 103 Index: enscript-1.6.6/states/defs.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ |
H A D | ldflags.patch | 6 Index: irda-utils-0.9.18/findchip/Makefile 17 Index: irda-utils-0.9.18/irattach/Makefile 37 Index: irda-utils-0.9.18/irdadump/Makefile 50 Index: irda-utils-0.9.18/irdaping/Makefile 63 Index: irda-utils-0.9.18/irnetd/Makefile 76 Index: irda-utils-0.9.18/psion/Makefile
|
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/ |
H A D | intltool-nowarn.patch | 3 Index: intltool-0.40.0/intltool-extract.in 13 Index: intltool-0.50.0/intltool-merge.in 23 Index: intltool-0.50.0/intltool-prepare.in 33 Index: intltool-0.50.0/intltool-update.in
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_missing_use_directives.patch | 7 Index: Bastille/Bastille/Firewall.pm 19 Index: Bastille/Bastille/SecureInetd.pm 31 Index: Bastille/Bastille/ConfigureMiscPAM.pm 43 Index: Bastille/Bastille/Printing.pm
|
H A D | upgrade_options_processing.patch | 7 Index: Bastille/Bastille/API.pm 30 Index: Bastille/BastilleBackEnd 62 Index: Bastille/InteractiveBastille
|
/openbmc/openbmc/meta-security/recipes-scanners/rootkits/files/ |
H A D | musl_fix.patch | 10 Index: chkrootkit-0.55/chkdirs.c 23 Index: chkrootkit-0.55/chklastlog.c 35 Index: chkrootkit-0.55/chkproc.c 47 Index: chkrootkit-0.55/chkwtmp.c
|
/openbmc/openbmc/meta-security/recipes-security/isic/files/ |
H A D | isic-0.07-netinet.patch | 8 Index: isic-0.07/multisic.c 21 Index: isic-0.07/tcpsic.c 33 Index: isic-0.07/tcpsic6.c 45 Index: isic-0.07/udpsic.c 57 Index: isic-0.07/udpsic6.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
H A D | native-helpers.patch | 8 Index: anthy-9100h/mkanthydic/Makefile.am 21 Index: anthy-9100h/depgraph/Makefile.am 34 Index: anthy-9100h/mkworddic/Makefile.am 48 Index: anthy-9100h/calctrans/Makefile.am
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
H A D | addpkgconfig.patch | 3 Index: libid3tag-0.15.1b/Makefile.am 17 Index: libid3tag-0.15.1b/configure.ac 28 Index: libid3tag-0.15.1b/id3tag.pc.in
|
/openbmc/u-boot/arch/x86/include/asm/acpi/ |
H A D | globutil.asl | 47 Store(Derefof(Index(Local0, Local4)), Local2) 48 Store(Derefof(Index(Local1, Local4)), Local3) 88 If (LNotEqual(Derefof(Index(Local0, Local2)), 89 Derefof(Index(Local1, Local2)))) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0002-Fix-const-qualifier-error.patch | 18 Index: git/dict.h 31 Index: git/library.c 44 Index: git/vect.h 57 Index: git/value_dict.c
|
/openbmc/linux/rust/kernel/ |
H A D | str.rs | 8 use core::ops::{self, Deref, Index}; 287 impl Index<ops::RangeFrom<usize>> for CStr { impl 300 impl Index<ops::RangeFull> for CStr { 321 impl<Idx> Index<Idx> for CStr 324 BStr: Index<Idx>, 326 type Output = <BStr as Index<Idx>>::Output;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-outside-tests.patch | 11 Index: cpprest/Release/tests/functional/http/client/CMakeLists.txt 23 Index: cpprest/Release/tests/functional/http/client/authentication_tests.cpp 55 Index: cpprest/Release/tests/functional/websockets/client/authentication_tests.cpp 90 Index: cpprest/Release/tests/functional/http/client/connections_and_errors.cpp
|
/openbmc/phosphor-dbus-monitor/src/test/templates/ |
H A D | propertywatchgentest.mako.hpp | 3 const std::array<Index, ${len(instancegroups)}> indices = {{ 7 {Index::key_type{${i[0]}, ${i[2]}, ${i[3]}}, ${i[5]}},
|
H A D | callbackgentest.mako.hpp | 3 const std::array<Index, ${len(instancegroups)}> indices = {{ 7 {Index::key_type{${i[0]}, ${i[2]}, ${i[3]}}, ${i[5]}},
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
H A D | glibc238.patch | 8 Index: git/pseudo_wrappers.c 31 Index: git/pseudo_util.c 53 Index: git/pseudo_client.c
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | extcon-intel-int3496.rst | 18 Index 0 The input gpio for the id-pin, this is always present and valid 19 Index 1 The output gpio for enabling Vbus output from the device to the otg 22 Index 2 The output gpio for muxing of the data pins between the USB host and
|