Home
last modified time | relevance | path

Searched full:resolve (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/openbmc/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
H A Dopenat2_test.c218 /* ->resolve flags must not conflict. */ in test_openat2_flags()
219 { .name = "incompatible resolve flags (BENEATH | IN_ROOT)", in test_openat2_flags()
221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
224 /* ->resolve must only contain RESOLVE_* flags. */ in test_openat2_flags()
225 { .name = "invalid how.resolve and O_RDONLY", in test_openat2_flags()
227 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
228 { .name = "invalid how.resolve and O_CREAT", in test_openat2_flags()
230 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
231 { .name = "invalid how.resolve and O_TMPFILE", in test_openat2_flags()
233 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
[all …]
H A Drename_attack_test.c73 const char *flagname(int resolve) in flagname() argument
75 switch (resolve) { in flagname()
84 void test_rename_attack(int resolve) in test_rename_attack() argument
93 .resolve = resolve, in test_rename_attack()
97 how.resolve = 0; in test_rename_attack()
140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
H A Dhelpers.h28 * Arguments for how openat2(2) should open the target path. If @resolve is
37 * @resolve: RESOLVE_* flags.
42 __u64 resolve; member
51 /* how->resolve flags for openat2(2). */
/openbmc/webui-vue/src/views/Overview/
H A DOverview.vue65 const dumpsPromise = new Promise((resolve) => {
66 this.$root.$on('overview-dumps-complete', () => resolve());
68 const eventsPromise = new Promise((resolve) => {
69 this.$root.$on('overview-events-complete', () => resolve());
71 const firmwarePromise = new Promise((resolve) => {
72 this.$root.$on('overview-firmware-complete', () => resolve());
74 const inventoryPromise = new Promise((resolve) => {
75 this.$root.$on('overview-inventory-complete', () => resolve());
77 const networkPromise = new Promise((resolve) => {
78 this.$root.$on('overview-network-complete', () => resolve());
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventory.vue155 const bmcManagerTablePromise = new Promise((resolve) => {
156 this.$root.$on('hardware-status-bmc-manager-complete', () => resolve());
158 const chassisTablePromise = new Promise((resolve) => {
159 this.$root.$on('hardware-status-chassis-complete', () => resolve());
161 const dimmSlotTablePromise = new Promise((resolve) => {
162 this.$root.$on('hardware-status-dimm-slot-complete', () => resolve());
164 const fansTablePromise = new Promise((resolve) => {
165 this.$root.$on('hardware-status-fans-complete', () => resolve());
167 const powerSuppliesTablePromise = new Promise((resolve) => {
169 resolve(),
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dlocal-ping.patch22 avahi-core/resolve-address.c | 5 ++++-
23 avahi-core/resolve-host-name.c | 5 ++++-
24 avahi-core/resolve-service.c | 5 ++++-
103 diff --git a/avahi-core/resolve-address.c b/avahi-core/resolve-address.c
105 --- a/avahi-core/resolve-address.c
106 +++ b/avahi-core/resolve-address.c
120 diff --git a/avahi-core/resolve-host-name.c b/avahi-core/resolve-host-name.c
122 --- a/avahi-core/resolve-host-name.c
123 +++ b/avahi-core/resolve-host-name.c
137 diff --git a/avahi-core/resolve-service.c b/avahi-core/resolve-service.c
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml12 # * Watch for fans to become both present and functional, and then resolve
208 callback: resolve fan0 errors if present and functional
217 callback: resolve fan1 errors if present and functional
226 callback: resolve fan2 errors if present and functional
235 callback: resolve fan3 errors if present and functional
597 - name: resolve fan0 errors if present and functional
599 'If fan0 is present and functional, call the resolve fan0 errors callback.'
604 callback: resolve fan0 errors
611 - name: resolve fan1 errors if present and functional
613 'If fan1 is present and functional, call the resolve fan1 errors callback.'
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dfan-errors.yaml11 # * Watch for fans to become both present and functional, and then resolve
207 callback: resolve fan0 errors if present and functional
216 callback: resolve fan1 errors if present and functional
225 callback: resolve fan2 errors if present and functional
234 callback: resolve fan3 errors if present and functional
592 - name: resolve fan0 errors if present and functional
594 'If fan0 is present and functional, call the resolve fan0 errors callback.'
599 callback: resolve fan0 errors
606 - name: resolve fan1 errors if present and functional
608 'If fan1 is present and functional, call the resolve fan1 errors callback.'
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/
H A Dpower-supply-policy.yaml159 - name: resolve power supply0 errors if present
161 'If power supply0 is present, call the resolve ps0 errors callback.'
166 callback: resolve power supply0 errors
172 - name: resolve power supply1 errors if present
174 'If power supply1 is present, call the resolve ps1 errors callback.'
179 callback: resolve power supply1 errors
185 - name: resolve power supply0 errors
187 callback: resolve callout
192 - name: resolve power supply1 errors
194 callback: resolve callout
[all …]
/openbmc/webui-vue/
H A Dvue.config.js24 config.resolve.alias.set('vue', '@vue/compat');
80 // If env has custom store, resolve all store modules. Currently found
82 config.resolve.alias['./store$'] = `@/env/store/${envName}.js`;
83 config.resolve.alias['../store$'] = `@/env/store/${envName}.js`;
86 // If env has custom router, resolve routes in src/router/index.js
87 config.resolve.alias['./routes$'] = `@/env/router/${envName}.js`;
90 …// If env has custom AppNavigation, resolve AppNavigationMixin module in src/components/AppNavigat…
91 config.resolve.alias['./AppNavigationMixin$'] =
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dcommit.hpp19 /** Resolve an existing event/error.
21 * @param logPath - The object path of the event to resolve.
27 void resolve(const sdbusplus::message::object_path& logPath);
39 /** Resolve an existing event/error (using async context).
42 * @param logPath - The object path of the event to resolve.
45 auto resolve(sdbusplus::async::context& ctx,
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue112 const globalSettings = new Promise((resolve) => {
113 this.$root.$on('network-global-settings-complete', () => resolve());
115 const interfaceSettings = new Promise((resolve) => {
116 this.$root.$on('network-interface-settings-complete', () => resolve());
118 const networkTableDns = new Promise((resolve) => {
119 this.$root.$on('network-table-dns-complete', () => resolve());
121 const networkTableIpv4 = new Promise((resolve) => {
122 this.$root.$on('network-table-ipv4-complete', () => resolve());
124 const networkTableIpv6 = new Promise((resolve) => {
125 this.$root.$on('network-table-ipv6-complete', () => resolve());
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.hpp21 virtual void resolve(ServiceData& io_sd) const = 0;
55 void resolve(ServiceData& io_sd) const override;
94 void resolve(ServiceData& io_sd) const override;
136 void resolve(ServiceData& io_sd) const override;
165 void resolve(ServiceData& io_sd) const override;
190 void resolve(ServiceData& io_sd) const override;
215 void resolve(ServiceData& io_sd) const override;
245 void resolve(ServiceData& io_sd) const override;
273 void resolve(ServiceData& io_sd) const override in resolve() function in analyzer::ResolutionList
277 e->resolve(io_sd); in resolve()
H A Dresolution.cpp48 void HardwareCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::HardwareCalloutResolution
59 void ConnectedCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::ConnectedCalloutResolution
73 void BusCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::BusCalloutResolution
87 void ClockCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::ClockCalloutResolution
95 void ProcedureCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::ProcedureCalloutResolution
103 void PartCalloutResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::PartCalloutResolution
111 void PluginResolution::resolve(ServiceData& io_sd) const in resolve() function in analyzer::PluginResolution
/openbmc/phosphor-dbus-monitor/src/
H A Dresolve_errors.cpp40 // Resolve all errors for this callout: in operator ()()
64 // Resolve each log entry in operator ()()
67 resolve(logEntry); in operator ()()
77 void ResolveCallout::resolve(const std::string& logEntry) in resolve() function in phosphor::dbus::monitoring::ResolveCallout
98 lg2::error("Unable to resolve error log entry {ENTRY}: {ERROR}", in resolve()
H A Dpdmgen.py296 """Resolve path and metadata names to indices."""
341 """Resolve interface, property and metadata to indices."""
357 """Resolve elements to indices."""
379 """Resolve elements to indices."""
425 """Resolve group members."""
449 """Resolve group members."""
470 """Resolve group members."""
496 """Resolve group members."""
551 """Resolve path, property, and instance groups."""
607 """Resolve path and instance groups."""
[all …]
/openbmc/phosphor-logging/
H A Dlog_resolve_main.cpp12 CLI::App app{"log-resolve"}; in main()
31 lg2::resolve(path); in main()
35 lg2::resolve(path); in main()
40 std::cerr << "Unable to resolve: " << e.what() << std::endl; in main()
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp64 // Resolve in TEST()
65 l1->resolve(sd1); in TEST()
66 l2->resolve(sd2); in TEST()
155 c1->resolve(sd); in TEST()
213 c1->resolve(sd); in TEST()
214 c2->resolve(sd); in TEST()
215 c3->resolve(sd); in TEST()
304 c1->resolve(sd); in TEST()
305 c2->resolve(sd); in TEST()
306 c3->resolve(sd); in TEST()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch19 src/resolve/resolved-dns-stream.c | 5 +++--
20 src/resolve/resolved-manager.c | 5 +++--
152 #include "sd-resolve.h"
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
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/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json5 … oldest instruction in the pipeline suffered a TLB miss or ERAT miss and waited for it to resolve."
55 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from either the l…
85 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from another core…
150 …"BriefDescription": "Cycles when dispatch was stalled while waiting to resolve an instruction ERAT…
155 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from a source bey…
160 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from a remote chi…
260 …les in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve."
290 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from the local me…
310 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2…
360 …s in which the oldest instruction in the pipeline suffered an ERAT miss and waited for it resolve."
[all …]
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A D0001-add-nss-resolve-to-nsswitch.patch4 Subject: [PATCH] Add nss-resolve to the Name Service Switch (NSS)
6 Add `nss-resolve` so that `systemd-resolved` is used for name
25 +hosts: resolve [!UNAVAIL=return] files dns
/openbmc/linux/tools/include/uapi/linux/
H A Dopenat2.h17 * @resolve: RESOLVE_* flags.
22 __u64 resolve; member
25 /* how->resolve flags for openat2(2). */
/openbmc/linux/include/uapi/linux/
H A Dopenat2.h17 * @resolve: RESOLVE_* flags.
22 __u64 resolve; member
25 /* how->resolve flags for openat2(2). */
/openbmc/webui-vue/src/store/modules/Operations/
H A DControlStore.js7 * Stop watching status changes and resolve Promise when
13 return new Promise((resolve) => {
15 resolve();
22 resolve();

12345678910>>...29