Home
last modified time | relevance | path

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

12345678910>>...207

/openbmc/linux/ipc/
Dsyscall.c
/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/linux/tools/power/cpupower/lib/
Dcpufreq.c
/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/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/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/linux/kernel/bpf/
Dpercpu_freelist.c
/openbmc/linux/io_uring/
Dslist.h
/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/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/linux/include/linux/
Dlist_bl.h
Dlist_nulls.h
/openbmc/linux/Documentation/userspace-api/media/v4l/
Dfield-order.rst
/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/
Dmemory.json
/openbmc/linux/arch/alpha/lib/
Dcsum_partial_copy.c
/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 in asyncPopulatePid()
[all...]
/openbmc/linux/Documentation/networking/
Dx25-iface.rst
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/
Dmemory.json
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dphy_shim.h
/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/linux/drivers/crypto/marvell/cesa/
Dtdma.c
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
Dsparx5_sdlb.c
/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/
Dmemory.json
/openbmc/linux/arch/loongarch/kernel/
Dunwind_prologue.c
/openbmc/linux/Documentation/driver-api/tty/
Dn_gsm.rst

12345678910>>...207