Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 193) sorted by relevance

12345678

/openbmc/phosphor-logging/
H A Delog_serialize.cpp34 e.associations(), e.resolved(), e.version(), e.updateTimestamp(), in save()
55 bool resolved{}; in load() local
65 resolved); in load()
71 resolved, fwVersion); in load()
77 resolved, fwVersion, updateTimestamp); in load()
82 resolved, fwVersion, updateTimestamp, eventId); in load()
87 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
95 e.sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in load()
96 resolved, true); in load()
H A Delog_entry.cpp24 bool Entry::resolved(bool value) in resolved() function in phosphor::logging::Entry
27 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved(); in resolved()
32 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in resolved()
H A Delog_entry.hpp82 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved(false, in Entry()
114 bool resolved(bool value) override;
116 using sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved;
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddepends.py44 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 D0001-connman.service-stop-systemd-resolved-when-we-use-co.patch4 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/phosphor-logging/test/
H A Delog_update_ts_test.cpp71 elog.resolved(true); in TEST()
77 elog.resolved(false); in TEST()
84 elog.resolved(false); in TEST()
H A Dserialization_test_properties.cpp39 EXPECT_EQ(input->resolved(), output->resolved()); in TEST_F()
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_event_logs_sub_menu.robot165 [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.
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
197 # Verify the event logs status from Redfish after mark as resolved.
209 # Verify default value of resolved field from GUI.
255 [Documentation] Get event log entry and verify resolved attribute value.
[all …]
/openbmc/linux/net/appletalk/
H A Daarp.c71 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()
696 a->next = resolved[hash]; in __aarp_resolved()
697 resolved[hash] = a; in __aarp_resolved()
829 a = __aarp_find_entry(resolved[sa.s_node % in aarp_rcv()
904 __aarp_expire_device(&resolved[ct], dev); in aarp_device_down()
938 if (table == resolved) { in iter_next()
957 iter->table = resolved; in aarp_seq_start()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A D0001-Fix-opening-etc-resolv.conf-error.patch6 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/phosphor-dbus-monitor/src/
H A Dresolve_errors.cpp91 std::variant<bool> resolved = true; in resolve() local
94 LOGGING_IFACE, RESOLVED_PROPERTY, resolved); in resolve()
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/
H A Dsystemd-conf_%.bbappend14 ${sysconfdir}/systemd/resolved.conf.d/s6q-resolv.conf \
26 install -d ${D}${sysconfdir}/systemd/resolved.conf.d/
28 ${D}${sysconfdir}/systemd/resolved.conf.d/
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py80 def _dep_resolve(graph, node, resolved, seen): argument
84 if edge not in resolved:
89 _dep_resolve(graph, edge, resolved, seen)
91 resolved.append(node)
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js45 $scope.selectedStatus = {all: true, resolved: false}; property in $scope.selectedStatus
91 (log.Resolved && $scope.selectedStatus.resolved) ||
92 (!log.Resolved && !$scope.selectedStatus.resolved));
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq_2.90.bb18 file://dnsmasq-resolved.conf \
96 install -d ${D}${sysconfdir}/systemd/resolved.conf.d/
97 install -m 0644 ${WORKDIR}/dnsmasq-resolved.conf ${D}${sysconfdir}/systemd/resolved.conf.d/
/openbmc/openbmc/meta-google/recipes-google/systemd/
H A Dgbmc-systemd-config.bb21 ${systemd_unitdir}/resolved.conf.d/40-gbmc-nomdns.conf \
45 install -d -m 0755 ${D}${systemd_unitdir}/resolved.conf.d
47 >${D}${systemd_unitdir}/resolved.conf.d/40-gbmc-nomdns.conf
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py81 def _dep_resolve(graph, node, resolved, seen): argument
85 if edge not in resolved:
90 _dep_resolve(graph, edge, resolved, seen)
92 resolved.append(node)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py99 resolved = params.get("resolved", None)
105 if not resolved:
110 uri = URI(resolved)
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/
H A Dgitunpackoffline.inc10 # Deliberately have a tag which has to be resolved but ensure do_unpack doesn't access the network …
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci99 HCALL with return error type "H_AUTHORITY" can be resolved during
131 HCALL with return error type "H_AUTHORITY" can be resolved during
163 HCALL with return error type "H_AUTHORITY" can be resolved during
195 HCALL with return error type "H_AUTHORITY" can be resolved during
227 HCALL with return error type "H_AUTHORITY" can be resolved during
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman_1.42.bb5 file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \
/openbmc/phosphor-webui/app/server-health/styles/
H A Dlog.scss8 $prioriy-resolved: $base-02--02;
220 &.event-resolved {
242 &.event-resolved {
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A D0001-add-nss-resolve-to-nsswitch.patch6 Add `nss-resolve` so that `systemd-resolved` is used for name
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0002-fix-build-Install-cmake-files-with-resolved-ENABLE_J.patch4 Subject: [PATCH] fix(build): Install cmake files with resolved ENABLE_JSON and
/openbmc/linux/drivers/acpi/acpica/
H A Ddspkginit.c396 if (element->reference.resolved) { in acpi_ds_resolve_package_element()
473 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()

12345678