Home
last modified time | relevance | path

Searched full:first (Results 1 – 25 of 3268) sorted by relevance

12345678910>>...131

/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/
H A Dphosphor-misc_git.bb8 first-boot-set-hostname \
9 first-boot-set-mac \
13 PACKAGECONFIG[first-boot-set-hostname] = "-Dfirst-boot-set-hostname=enabled, -Dfirst-boot-set-hostn…
14 PACKAGECONFIG[first-boot-set-mac] = "-Dfirst-boot-set-mac=enabled, -Dfirst-boot-set-mac=disabled"
24 SYSTEMD_SERVICE:${PN}-first-boot-set-hostname = "first-boot-set-hostname.service"
25 SYSTEMD_SERVICE:${PN}-first-boot-set-mac = "first-boot-set-mac@.service"
38 RDEPENDS:${PN}-first-boot-set-hostname += "bash"
39 RDEPENDS:${PN}-first-boot-set-mac += "bash"
42 # first-boot-set-hostname
43 FILES:${PN}-first-boot-set-hostname = "${bindir}/first-boot-set-hostname.sh"
[all …]
/openbmc/phosphor-misc/firstboot/
H A Dmeson.build1 set_mac = dependency('systemd', required: get_option('first-boot-set-mac'))
4 required: get_option('first-boot-set-hostname'),
9 'first-boot-set-mac.sh',
15 input: 'first-boot-set-mac@.service',
16 output: 'first-boot-set-mac@.service',
24 'first-boot-set-hostname.sh',
30 input: 'first-boot-set-hostname.service',
31 output: 'first-boot-set-hostname.service',
/openbmc/qemu/hw/usb/
H A Dcombined-packet.c62 assert(combined->first == p && p == QTAILQ_FIRST(&combined->packets)); in usb_combined_input_packet_complete()
64 status = combined->first->status; in usb_combined_input_packet_complete()
65 actual_length = combined->first->actual_length; in usb_combined_input_packet_complete()
107 USBPacket *first = p->combined->first; in usb_combined_packet_cancel() local
111 if (p == first) { in usb_combined_packet_cancel()
124 USBPacket *p, *u, *next, *prev = NULL, *first = NULL; in usb_ep_combine_input_packets() local
155 if (first) { in usb_ep_combine_input_packets()
156 if (first->combined == NULL) { in usb_ep_combine_input_packets()
159 combined->first = first; in usb_ep_combine_input_packets()
162 usb_combined_packet_add(combined, first); in usb_ep_combine_input_packets()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch6 …on of `screen_list'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: first defined here
7 …tion of `peaktotal'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here
8 …ition of `peakrecv'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here
9 …ition of `peaksent'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here
10 …inition of `totals'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: first defined here
11 …on of `screen_hash'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: first defined here
12 …n of `service_hash'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: first defined here
13 …on of `screen_list'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: first defined here
14 …ition of `peaksent'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here
15 …ition of `peakrecv'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here
[all …]
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Ddedup_variant.hpp34 * @tparam First - The first type to be deduplicated.
38 * items to be analyzed, since the 'First' is a stronger match than the
41 * Check for First in Done and recursively create the variant type as
42 * appropriate (add First if First not in Done, skip otherwise).
44 template <typename... Done, typename First, typename... Rest>
45 struct dedup_variant<std::variant<Done...>, First, Rest...> :
47 (std::is_same_v<First, Done> || ...),
49 dedup_variant<std::variant<Done..., First>, Rest...>>
/openbmc/bmcweb/include/
H A Devent_service_store.hpp52 if (element.first == "Id") in fromJson()
62 else if (element.first == "Destination") in fromJson()
78 else if (element.first == "Protocol") in fromJson()
88 else if (element.first == "VerifyCertificate") in fromJson()
97 else if (element.first == "DeliveryRetryPolicy") in fromJson()
107 else if (element.first == "SendHeartbeat") in fromJson()
116 else if (element.first == "HeartbeatIntervalMinutes") in fromJson()
126 else if (element.first == "Context") in fromJson()
136 else if (element.first == "EventFormatType") in fromJson()
146 else if (element.first == "SubscriptionType") in fromJson()
[all …]
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp116 if (intfPair.first != pidConfigurationIface && in asyncPopulatePid()
117 intfPair.first != pidZoneConfigurationIface && in asyncPopulatePid()
118 intfPair.first != stepwiseConfigurationIface) in asyncPopulatePid()
129 if (propPair.first == "Name") in asyncPopulatePid()
142 else if (propPair.first == "Profiles") in asyncPopulatePid()
170 if (propPair.first == "Class") in asyncPopulatePid()
180 if (intfPair.first == pidZoneConfigurationIface) in asyncPopulatePid()
183 pathPair.first.str); in asyncPopulatePid()
201 else if (intfPair.first == stepwiseConfigurationIface) in asyncPopulatePid()
224 else if (intfPair.first == pidConfigurationIface) in asyncPopulatePid()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp93 setOffset(value.first, response); in mapDbusToAssertion()
137 setReading(value.first, response); in mapDbusToEventdata2()
228 msg.append(interface->first); in eventdata()
231 msg.append(property.first); in eventdata()
245 std::bitset<16> assertionSet(getAssertionSet(cmdData).first); in assertion()
256 if (bothSet.size() <= value.first || !bothSet.test(value.first)) in assertion()
262 if (assertionSet.test(value.first)) in assertion()
267 if (deassertionSet.test(value.first)) in assertion()
279 msg.append(interface->first); in assertion()
[all...]
/openbmc/phosphor-misc/
H A Dmeson.options2 'first-boot-set-mac',
4 description: 'Set MAC address on first boot.',
7 'first-boot-set-hostname',
9 description: 'Set hostname on first boot.',
/openbmc/u-boot/arch/powerpc/lib/
H A Dextable.c11 * The exception table consists of pairs of addresses: the first is the
32 search_one_table(const struct exception_table_entry *first, in search_one_table() argument
37 while (first <= last) { in search_one_table()
38 diff = first->insn - value; in search_one_table()
40 return first->fixup; in search_one_table()
41 first++; in search_one_table()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dtests.rs93 First = 0, in test_derive_tryinto()
107 const First: u8 = Foo::First as u8; in test_derive_tryinto() constant
110 First => core::result::Result::Ok(Foo::First), in test_derive_tryinto()
126 const First: u8 = Foo::First as u8; in test_derive_tryinto() constant
129 First => core::result::Result::Ok(Foo::First), in test_derive_tryinto()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp30 // check that the bytes were correctly packed (LSB first) in TEST()
42 // check that the bytes were correctly packed (LSB first) in TEST()
54 // check that the bytes were correctly packed (LSB first) in TEST()
66 // check that the bytes were correctly packed (LSB first) in TEST()
78 // check that the bytes were correctly packed (LSB first) in TEST()
85 // individual bytes are packed low-order-bits first in TEST()
95 // check that the bytes were correctly packed (LSB first) in TEST()
102 // individual bytes are packed low-order-bits first in TEST()
110 // check that the bytes were correctly packed (LSB first) in TEST()
117 // individual bytes are packed low-order-bits first in TEST()
[all …]
H A Dunpack.cpp31 // check that the bytes were correctly unpacked (LSB first) in TEST()
45 // check that the bytes were correctly unpacked (LSB first) in TEST()
72 // check that the bytes were correctly unpacked (LSB first) in TEST()
86 // check that the bytes were correctly unpacked (LSB first) in TEST()
113 // check that the bytes were correctly unpacked (LSB first) in TEST()
127 // check that the bytes were correctly unpacked (LSB first) in TEST()
154 // check that the bytes were correctly unpacked (LSB first) in TEST()
169 // check that the bytes were correctly unpacked (LSB first) in TEST()
196 // check that the bytes were correctly unpacked (LSB first) in TEST()
210 // check that the bytes were correctly unpacked (LSB first) in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp14 ForwardIterator firstDuplicate(ForwardIterator first, ForwardIterator last) in firstDuplicate() argument
16 auto newLast = first; in firstDuplicate()
18 for (auto current = first; current != last; ++current) in firstDuplicate()
20 if (std::find(first, newLast, *current) == newLast) in firstDuplicate()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp113 switch (iface.first) in updateSensorInterfaces()
151 auto mode = env::getEnv("MODE", sensor.first); in getID()
155 sensor.first); in getID()
165 id = (id.empty()) ? sensor.first.second : id; in getID()
181 label = env::getEnv("LABEL", sensor.first.first, id); in getIdentifiers()
182 accuracy = env::getEnv("ACCURACY", sensor.first.first, id); in getIdentifiers()
183 priority = env::getEnv("PRIORITY", sensor.first.first, id); in getIdentifiers()
210 if (!hwmon::getAttributes(sensor.first.first, attrs)) in getObject()
412 std::make_tuple(std::move(i.second), std::move((*object).first), in init()
415 _state[std::move(i.first)] = std::move(value); in init()
[all …]
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp57 if (interface.first == intf) in setFirstBootMACOnInterface()
116 objPath = objectTree.begin()->first; in getfromInventory()
117 service = objectTree.begin()->second.begin()->first; in getfromInventory()
126 "NET_INTF", interfaceName, "OBJ", object.first); in getfromInventory()
127 if (object.first.ends_with("/" + interfaceName)) in getfromInventory()
129 objPath = object.first; in getfromInventory()
130 service = object.second.begin()->first; in getfromInventory()
227 if (interface.first == invNetworkIntf) in registerSignals()
231 if (property.first == "MACAddress") in registerSignals()
298 interfaces.first); in watchEthernetInterface()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch6 Because of the way we install ptests, some first party imports
21 -wrong-import-order:22:0:22:22::"first party import ""pylint.checkers"" should be placed before loc…
22 -wrong-import-order:23:0:23:25::"first party import ""pylint.config"" should be placed before local…
23 -wrong-import-order:24:0:24:17::"first party import ""pylint.sys"" should be placed before local im…
24 -wrong-import-order:25:0:25:28::"first party import ""pylint.pyreverse"" should be placed before lo…
25 …ird party import ""six.moves.urllib.parse.quote"" should be placed before first party imports ""py…
26 -wrong-import-order:31:0:31:23::"first party import ""pylint.constants"" should be placed before lo…
27 …rt"", ""totally_missing"", ""astroid"", ""six.moves.urllib.parse.quote"", first party imports ""py…
28 -wrong-import-order:32:0:32:19::"third party import ""requests"" should be placed before first part…
29 -wrong-import-order:33:0:33:24::"first party import ""pylint.exceptions"" should be placed before l…
[all …]
/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp73 const auto duration = kt->first - it->first; in calculate()
79 const auto duration = timestamp - readings.back().first; in calculate()
92 readings.assign({ReadingItem(readings.front().first, result), in calculateForStartupInterval()
114 calculateMultiplier(kt->first - it->first); in calculate()
120 calculateMultiplier(timestamp - readings.back().first); in calculate()
134 calculateMultiplier(timestamp - readings.front().first).count(); in calculateForStartupInterval()
139 {ReadingItem(readings.front().first, prevValue), in calculateForStartupInterval()
/openbmc/phosphor-inventory-manager/
H A Dutils.hpp125 * the first pair element.
140 * @tparam L1 - First pair first_type.
141 * @tparam L2 - First pair second_type.
145 * @param[in] l - The first pair.
154 return compare(l.first, r.first); in operator ()()
164 * @param[in] r - To be compared to l.first.
171 return compare(l.first, r); in operator ()()
180 * @param[in] l - To be compared to r.first.
188 return compare(l, r.first); in operator ()()
229 * @param[in] l - The first string.
H A Dmanager.cpp149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces()
152 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces()
156 ifaceit->first); in updateInterfaces()
160 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()
163 if (refaceit == refaces.end() || refaceit->first != ifaceit->first) in updateInterfaces()
171 refaceit, std::make_pair(ifaceit->first, in updateInterfaces()
174 signals.push_back(ifaceit->first); in updateInterfaces()
187 serialize(path, ifaceit->first, refaceit->second); in updateInterfaces()
194 deserialize(path, ifaceit->first, refaceit->second); in updateInterfaces()
233 refit = std::lower_bound(refit, _refs.end(), objit->first, in updateObjects()
[all …]
/openbmc/phosphor-power/test/
H A Dtemporary_subdirectory_tests.cpp46 // Create first object and verify subdirectory exists in TEST()
54 // Create second object by moving first object in TEST()
57 // Verify first object now has an empty path in TEST()
69 // Create first object and verify subdirectory exists in TEST()
74 // Save path to first subdirectory in TEST()
88 // Move first object into the second in TEST()
91 // Verify first object now has an empty path in TEST()
94 // Verify second object now owns first subdirectory and subdirectory in TEST()
132 // Create first object and verify subdirectory exists in TEST()
137 // Save path to first subdirectory in TEST()
[all …]
/openbmc/u-boot/arch/arm/mach-rockchip/
H A DKconfig214 first stage in segments and enter multiple times. E.g. on
215 the RK3188, the first 1KB of the first stage are loaded
216 first and entered; after returning to the BROM, the
217 remainder of the first stage is loaded, but the BROM
228 first stage in segments and enter multiple times. E.g. on
229 the RK3188, the first 1KB of the first stage are loaded
230 first and entered; after returning to the BROM, the
231 remainder of the first stage is loaded, but the BROM
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks.out58 == check the first cluster ==
64 == write another pattern to the first clusters ==
67 == check the first cluster ==
88 == check the first cluster with self-repair ==
95 == write another pattern to the first clusters ==
98 == check the first cluster ==
106 == write pattern to first cluster ==
110 == check first cluster ==
116 == write pattern to first cluster ==
129 == check first cluster ==
H A Dzoned38 echo "(1) report the first zone:"
41 echo "report the first 10 zones"
48 echo "(2) opening the first zone"
64 echo "(3) closing the first zone"
90 echo "After appending the first zone firstly:"
93 echo "After appending the first zone secondly:"
/openbmc/u-boot/cmd/
H A Dconitrace.c14 bool first = true; in do_conitrace() local
26 if (first && (c == 'x' || c == 'X')) in do_conitrace()
30 first = false; in do_conitrace()
36 first = true; in do_conitrace()

12345678910>>...131