/openbmc/phosphor-webui/ |
H A D | package-lock.json | 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", string 18 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.0.tgz", string 29 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", string 53 … "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", string 62 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", string 71 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", string 79 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", string 91 …"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7… string 100 …"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-… string 110 …"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-tar… string [all …]
|
/openbmc/webui-vue/ |
H A D | package-lock.json | 81 "resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz", string 106 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", string 118 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", string 154 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", string 168 …"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7… string 180 …"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-… string 193 …"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-tar… string 208 …"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create… string 231 …"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-creat… string 248 …"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-pol… string [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
H A D | test_event_logs_sub_menu.robot | 28 ${xpath_event_status_resolved} //*[@data-test-id="tableFilter-checkbox-Resolved"] 60 # Types of event status: Resolved, Unresolved. 165 [Documentation] Verify that error log can be resolved via GUI 173 # Mark single event log as resolved. 176 Wait Until Page Contains Successfully resolved 1 log timeout=10 178 # Verify the Redfish response after event log mark as resolved. 179 Get And Verify Status Of Resolved Field In Event Logs ${True} 183 [Documentation] Verify that error logs can be resolved via GUI 194 # Since we are selecting 'all events', 3+1 logs are resolved including informational. 195 Wait Until Page Contains Successfully resolved 4 logs. timeout=10 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 87 resolved = params.get("resolved") 93 localpath = resolved 99 if not resolved: 104 uri = URI(resolved) 116 resolvefile = localpath + ".resolved" 125 elif resolved.startswith("http") and integrity: 126 localfile = npm_localfile(os.path.basename(resolved)) 128 uri = URI(resolved) 139 elif resolved.startswith("file"): 140 localpath = resolved[5:] [all …]
|
/openbmc/phosphor-logging/ |
H A D | elog_serialize.cpp | 38 e.resolved(), e.version(), e.updateTimestamp(), e.eventId(), in save() 59 bool resolved{}; in load() local 70 resolved); in load() 78 resolved, fwVersion); in load() 86 resolved, fwVersion, updateTimestamp); in load() 93 resolved, fwVersion, updateTimestamp, eventId); in load() 101 resolved, fwVersion, updateTimestamp, eventId, resolution); in load() 108 resolved, fwVersion, updateTimestamp, eventId, resolution); in load() 115 resolved, fwVersion, updateTimestamp, eventId, resolution); in load() 124 e.sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in load() [all …]
|
H A D | elog_entry.hpp | 82 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in Entry() 111 * status (true = resolved) 112 * @returns value of 'Resolved' property 114 bool resolved(bool value) override; 116 using sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved;
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-filter.html | 43 … <span ng-if="!selectedStatus.all && selectedStatus.resolved">Resolved events</span> 44 … <span ng-if="!selectedStatus.all && !selectedStatus.resolved">Unresolved events</span> 54 … ng-click="selectedStatus.all = false; selectedStatus.resolved = true; statusFilter = false;" 55 ng-class="{'active' : selectedStatus.resolved}">Resolved events</button> 59 … ng-click="selectedStatus.all = false; selectedStatus.resolved = false; statusFilter = false;" 60 … ng-class="{'active' : !selectedStatus.resolved}">Unresolved events</button>
|
H A D | log-event.html | 24 <p class="inline event__priority event-resolved" ng-hide="event.Resolved == 0">Resolved</p> 56 …ng-class="{'disabled': (event.Resolved == 1 || multiSelected)}" ng-click="resolveEvent(event)" ng-… 57 <icon file="icon-check.svg"></icon>Mark as resolved
|
/openbmc/phosphor-logging/test/ |
H A D | elog_update_ts_test.cpp | 34 // Test that the update timestamp changes when the resolved property changes 37 // Setting resolved will serialize, so need this directory. in TEST() 83 elog.resolved(true); in TEST() 89 elog.resolved(false); in TEST() 96 elog.resolved(false); in TEST() 107 // Setting resolved will serialize, so need this directory. in TEST() 152 EXPECT_THROW(elog.resolved(true), in TEST() 159 EXPECT_NO_THROW(elog.resolved(true)); in TEST() 160 EXPECT_EQ(elog.resolved(), true); in TEST()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 19 src/resolve/resolved-dns-stream.c | 5 +++-- 20 src/resolve/resolved-manager.c | 5 +++-- 220 diff --git a/src/resolve/resolved-dns-stream.c b/src/resolve/resolved-dns-stream.c 222 --- a/src/resolve/resolved-dns-stream.c 223 +++ b/src/resolve/resolved-dns-stream.c 233 #include "resolved-dns-stream.h" 234 #include "resolved-manager.h" 242 diff --git a/src/resolve/resolved-manager.c b/src/resolve/resolved-manager.c 244 --- a/src/resolve/resolved-manager.c 245 +++ b/src/resolve/resolved-manager.c
|
/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | EventLogStore.js | 21 // is resolved when the property is available in Redfish 58 Resolved, 70 filterByStatus: Resolved ? 'Resolved' : 'Unresolved', 71 status: Resolved, //true or false 137 api.patch(log.uri, { Resolved: true }).catch((error) => { property in EventLogStore.actions.resolveEventLogs.AnonymousClass724e31d50901 172 api.patch(log.uri, { Resolved: false }).catch((error) => { property in EventLogStore.actions.unresolveEventLogs.AnonymousClass724e31d50d01 209 .patch(log.uri, { Resolved: updatedEventLogStatus }) property in AnonymousClass724e31d51101
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | 45 $scope.selectedStatus = {all: true, resolved: false}; property in $scope.selectedStatus 91 (log.Resolved && $scope.selectedStatus.resolved) || 92 (!log.Resolved && !$scope.selectedStatus.resolved)); 183 return item.Resolved != 1; 191 item.Resolved = 1;
|
/openbmc/openbmc-test-automation/gui/test/gui_header/ |
H A D | test_obmc_gui_server_health.robot | 132 Select All Error Logs And Mark As Resolved 133 [Documentation] Select all error logs and mark them as resolved. 222 Select Single Error Log And Mark As Resolved 223 [Documentation] Select single error log and mark as resolved. 237 ... msg=Failed to mark single error log entry as resolved. 240 Select Multiple Error Logs And Mark As Resolved 241 [Documentation] Select multiple error logs and mark as resolved. 256 ... msg=Failed to mark multiple error log entries as resolved. 326 # (e.g. "Delete" or "Resolved" or "Export"). 347 # (e.g. "Delete" or "Resolved" or "Export").
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | resolve_errors.cpp | 33 constexpr auto RESOLVED_PROPERTY = "Resolved"; 45 // 3) Set the Resolved property to true on the entry in operator ()() 91 std::variant<bool> resolved = true; in resolve() local 94 LOGGING_IFACE, RESOLVED_PROPERTY, resolved); in resolve()
|
/openbmc/qemu/include/io/ |
H A D | dns-resolver.h | 152 * @naddr: pointer to hold number of resolved addresses 153 * @addrs: pointer to hold resolved addresses 158 * with all the resolved addresses. @naddrs will specify 204 * @naddr: pointer to hold number of resolved addresses 205 * @addrs: pointer to hold resolved addresses 209 * results. @addrs will be filled with all the resolved
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | depends.py | 44 def _dep_resolve(graph, node, resolved, seen): argument 47 if edge not in resolved: 51 _dep_resolve(graph, edge, resolved, seen) 52 resolved.append(node)
|
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/ |
H A D | 0001-connman.service-stop-systemd-resolved-when-we-use-co.patch | 4 Subject: [PATCH] connman.service: stop systemd-resolved when we use connman 6 Stop systemd-resolved service when we use connman as network manager. 23 +Conflicts=systemd-resolved.service
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | dbus_event_log_entry.hpp | 23 bool Resolved = false; member 42 "Resolved", entry.Resolved, in fillDbusEventLogEntryFromPropertyMap()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | Entry.interface.yaml | 41 - name: Resolved 45 this error log has been resolved. This will start out 'false' by 63 since the epoch (1 Jan 1970 00:00:00 UTC). As only the Resolved 66 would indicate that Resolved was changed.
|
/openbmc/linux/net/appletalk/ |
H A D | aarp.c | 70 /* Hashed list of resolved, unresolved and proxy entries */ 71 static struct aarp_entry *resolved[AARP_HASH_SIZE]; variable 314 __aarp_expire_timer(&resolved[ct]); in aarp_expire_timeout() 340 __aarp_expire_device(&resolved[ct], dev); in aarp_device_event() 369 __aarp_expire_all(&resolved[ct]); in aarp_purge() 605 /* Do we have a resolved entry? */ in aarp_send_ddp() 613 a = __aarp_find_entry(resolved[hash], dev, sa); in aarp_send_ddp() 680 * An entry in the aarp unresolved queue has become resolved. Send 695 /* Move into the resolved list */ in __aarp_resolved() 696 a->next = resolved[hash]; in __aarp_resolved() [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | 0001-Fix-opening-etc-resolv.conf-error.patch | 6 Fix to start avahi-daemon after systemd-resolved.service. This is because 9 is created by systemd-resolved.service by default in current OE's systemd 39 +After=systemd-resolved.service connman.service
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
H A D | tlb.json | 4 …any Instruction fetch. If there are multiple misses in the TLB that are resolved by the refill, th… 8 …sulted in TLB refills. If there are multiple misses in the TLB that are resolved by the refill, th… 36 …emory read operations. If there are multiple misses in the TLB that are resolved by the refill, th… 40 …mory write operations. If there are multiple misses in the TLB that are resolved by the refill, th…
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | tlb.json | 4 …any Instruction fetch. If there are multiple misses in the TLB that are resolved by the refill, th… 8 …sulted in TLB refills. If there are multiple misses in the TLB that are resolved by the refill, th… 36 …emory read operations. If there are multiple misses in the TLB that are resolved by the refill, th… 40 …mory write operations. If there are multiple misses in the TLB that are resolved by the refill, th…
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 194 Verify Setting Error Log As Resolved 195 … [Documentation] Verify modified field of error log is updated when error log is marked resolved. 204 # Mark error log as resolved by setting it to true. 205 Redfish.Patch ${EVENT_LOG_URI}Entries/${elog_entry[0]["Id"]} body={'Resolved':True} 221 # "Resolved": true, 225 Should Be Equal As Strings ${elog_entry[0]["Resolved"]} True 354 Verify Default Value Of Resolved Field Is False For An Error Log Via Redfish 363 Should Be Equal ${elog_entry[0]["Resolved"]} ${False}
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | exresop.c | 83 * resolved 248 * resolved to a value in acpi_ex_resolve_operands() 258 * must be resolved to a node in acpi_ex_resolve_operands() 300 * -- All others must be resolved below. in acpi_ex_resolve_operands() 326 /* Get the resolved object */ in acpi_ex_resolve_operands() 335 * For the simple cases, only one type of resolved object in acpi_ex_resolve_operands() 374 * The more complex cases allow multiple resolved object types in acpi_ex_resolve_operands() 570 * (which could be a resolved region field) in acpi_ex_resolve_operands() 649 * Make sure that the original object was resolved to the in acpi_ex_resolve_operands()
|