| /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 | 39 redfish::registries::ResourceEvent::Index name, in getLog() 61 return getLog(redfish::registries::ResourceEvent::Index::resourceCreated, in resourceCreated() 74 return getLog(redfish::registries::ResourceEvent::Index::resourceRemoved, in resourceRemoved() 89 redfish::registries::ResourceEvent::Index::resourceErrorsDetected, in resourceErrorsDetected() 104 redfish::registries::ResourceEvent::Index::resourceErrorsCorrected, in resourceErrorsCorrected() 119 return getLog(redfish::registries::ResourceEvent::Index:: in resourceErrorThresholdExceeded() 135 return getLog(redfish::registries::ResourceEvent::Index:: in resourceErrorThresholdCleared() 151 return getLog(redfish::registries::ResourceEvent::Index:: in resourceWarningThresholdExceeded() 167 return getLog(redfish::registries::ResourceEvent::Index:: in resourceWarningThresholdCleared() 183 redfish::registries::ResourceEvent::Index::resourceStatusChangedOK, in resourceStatusChangedOK() [all …]
|
| H A D | update_messages.cpp | 38 static nlohmann::json::object_t getLog(redfish::registries::Update::Index name, in getLog() 61 return getLog(redfish::registries::Update::Index::targetDetermined, in targetDetermined() 74 return getLog(redfish::registries::Update::Index::allTargetsDetermined, {}); in allTargetsDetermined() 86 return getLog(redfish::registries::Update::Index::noTargetsDetermined, in noTargetsDetermined() 99 return getLog(redfish::registries::Update::Index::updateInProgress, {}); in updateInProgress() 112 return getLog(redfish::registries::Update::Index::transferringToComponent, in transferringToComponent() 126 return getLog(redfish::registries::Update::Index::verifyingAtComponent, in verifyingAtComponent() 140 return getLog(redfish::registries::Update::Index::installingOnComponent, in installingOnComponent() 154 return getLog(redfish::registries::Update::Index::applyingOnComponent, in applyingOnComponent() 168 return getLog(redfish::registries::Update::Index::transferFailed, in transferFailed() [all …]
|
| H A D | task_messages.cpp | 39 redfish::registries::TaskEvent::Index name, in getLog() 61 return getLog(redfish::registries::TaskEvent::Index::taskStarted, in taskStarted() 74 return getLog(redfish::registries::TaskEvent::Index::taskCompletedOK, in taskCompletedOK() 87 return getLog(redfish::registries::TaskEvent::Index::taskCompletedWarning, in taskCompletedWarning() 100 return getLog(redfish::registries::TaskEvent::Index::taskAborted, in taskAborted() 113 return getLog(redfish::registries::TaskEvent::Index::taskCancelled, in taskCancelled() 126 return getLog(redfish::registries::TaskEvent::Index::taskRemoved, in taskRemoved() 139 return getLog(redfish::registries::TaskEvent::Index::taskPaused, in taskPaused() 152 return getLog(redfish::registries::TaskEvent::Index::taskResumed, in taskResumed() 167 return getLog(redfish::registries::TaskEvent::Index::taskProgressChanged, in taskProgressChanged()
|
| H A D | error_messages.cpp | 45 static nlohmann::json::object_t getLog(redfish::registries::Base::Index name, in getLog() 66 return getLog(redfish::registries::Base::Index::success, {}); in success() 83 return getLog(redfish::registries::Base::Index::generalError, {}); in generalError() 101 return getLog(redfish::registries::Base::Index::created, {}); in created() 119 return getLog(redfish::registries::Base::Index::noOperation, {}); in noOperation() 137 return getLog(redfish::registries::Base::Index::propertyDuplicate, in propertyDuplicate() 156 return getLog(redfish::registries::Base::Index::propertyUnknown, in propertyUnknown() 178 return getLog(redfish::registries::Base::Index::propertyValueTypeError, in propertyValueTypeError() 201 return getLog(redfish::registries::Base::Index::propertyValueFormatError, in propertyValueFormatError() 224 return getLog(redfish::registries::Base::Index::propertyValueNotInList, in propertyValueNotInList() [all …]
|
| H A D | heartbeat_messages.cpp | 39 redfish::registries::HeartbeatEvent::Index name, in getLog() 62 redfish::registries::HeartbeatEvent::Index::redfishServiceFunctional, in redfishServiceFunctional()
|
| /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/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-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/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
|
| /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-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/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/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/phosphor-dbus-monitor/src/test/templates/ |
| H A D | propertywatchgentest.mako.hpp | |
| H A D | callbackgentest.mako.hpp | |
| /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/bios-settings-mgr/src/ |
| H A D | manager.cpp | 74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute() 76 std::get<static_cast<uint8_t>(Index::currentValue)>(iter->second); in getAttribute() 227 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in pendingAttributes() 247 std::get<static_cast<uint8_t>(Index::options)>(iter->second); in pendingAttributes() 267 std::get<static_cast<uint8_t>(Index::options)>(iter->second); in pendingAttributes() 286 std::get<static_cast<uint8_t>(Index::options)>(iter->second); in pendingAttributes()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/ |
| H A D | cross.patch | 12 Index: enca-1.19/configure.ac 24 Index: enca-1.19/tools/Makefile.am 38 Index: enca-1.19/tools/make_hash.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 05_gcc.diff | 3 Index: wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc 16 Index: wvstreams-4.6.1/streams/wvatomicfile.cc
|
| H A D | 07_buildflags.diff | 3 Index: b/gen-cc 19 Index: b/wvrules-posix.mk
|
| /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
|