Home
last modified time | relevance | path

Searched refs:maybeAddress (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp627 std::optional<uint64_t> maybeAddress; in getFruSdrs() local
637 maybeAddress = std::get<uint64_t>(val); in getFruSdrs()
644 if (!maybeBus || *maybeBus != bus || !maybeAddress || in getFruSdrs()
645 *maybeAddress != address) in getFruSdrs()