Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 217) sorted by relevance

123456789

/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp10 int SdEventImpl::sd_event_default(sd_event** event) const in sd_event_default()
15 int SdEventImpl::sd_event_new(sd_event** event) const in sd_event_new()
20 sd_event* SdEventImpl::sd_event_ref(sd_event* event) const in sd_event_ref()
25 sd_event* SdEventImpl::sd_event_unref(sd_event* event) const in sd_event_unref()
32 sd_event_io_handler_t callback, void* userdata) const in sd_event_add_io()
39 uint64_t accuracy, sd_event_time_handler_t callback, void* userdata) const in sd_event_add_time()
47 void* userdata) const in sd_event_add_defer()
54 void* userdata) const in sd_event_add_post()
61 void* userdata) const in sd_event_add_exit()
66 int SdEventImpl::sd_event_prepare(sd_event* event) const in sd_event_prepare()
[all …]
/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.cpp13 int SysImpl::open(const char* pathname, int flags) const in open()
18 int SysImpl::dup(int oldfd) const in dup()
23 int SysImpl::close(int fd) const in close()
28 int SysImpl::read(int fd, void* buf, size_t count) const in read()
33 int SysImpl::fcntl_setfl(int fd, int flags) const in fcntl_setfl()
38 int SysImpl::fcntl_getfl(int fd) const in fcntl_getfl()
44 struct gpiohandle_data* data) const in gpiohandle_get_line_values()
50 struct gpiohandle_data* data) const in gpiohandle_set_line_values()
55 int SysImpl::gpio_get_chipinfo(int fd, struct gpiochip_info* info) const in gpio_get_chipinfo()
60 int SysImpl::gpio_get_lineinfo(int fd, struct gpioline_info* info) const in gpio_get_lineinfo()
[all …]
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp32 std::int64_t SysImpl::getSize(const char* pathname) const in getSize() argument
44 int SysImpl::open(const char* pathname, int flags) const in open()
49 int SysImpl::read(int fd, void* buf, std::size_t count) const in read()
54 int SysImpl::pread(int fd, void* buf, std::size_t count, off_t offset) const in pread()
60 off_t offset) const in pwrite()
65 int SysImpl::close(int fd) const in close()
71 off_t offset) const in mmap()
76 int SysImpl::munmap(void* addr, std::size_t length) const in munmap()
86 int SysImpl::ioctl(int fd, unsigned long request, void* param) const in ioctl()
91 int SysImpl::poll(struct pollfd* fds, nfds_t nfds, int timeout) const in poll()
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp27 const struct pci_id_match* match) const in pci_id_match_iterator_create() argument
32 void PciAccessImpl::pci_iterator_destroy(struct pci_device_iterator* iter) const in pci_iterator_destroy()
37 void PciAccessImpl::pci_device_enable(struct pci_device* dev) const in pci_device_enable()
43 struct pci_device_iterator* iter) const in pci_device_next()
48 int PciAccessImpl::pci_device_probe(struct pci_device* dev) const in pci_device_probe()
54 struct pci_device* dev, std::uint8_t* data, pciaddr_t offset) const in pci_device_cfg_read_u8()
60 struct pci_device* dev, std::uint8_t data, pciaddr_t offset) const in pci_device_cfg_write_u8()
67 void** addr) const in pci_device_map_range()
73 pciaddr_t size) const in pci_device_unmap_range()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp30 std::string FilterExpressionPrinter::operator()(double x) const in operator ()()
34 std::string FilterExpressionPrinter::operator()(int64_t x) const in operator ()()
39 const filter_ast::QuotedString& x) const in operator ()() argument
44 const filter_ast::UnquotedString& x) const in operator ()() argument
50 const filter_ast::LogicalNot& x) const in operator ()() argument
62 const filter_ast::LogicalOr& x) const in operator ()() argument
81 const filter_ast::LogicalAnd& x) const in operator ()() argument
121 const filter_ast::Comparison& x) const in operator ()() argument
130 const filter_ast::BooleanOp& operation) const in operator ()() argument
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.cpp48 void HardwareCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
59 void ConnectedCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
73 void BusCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
87 void ClockCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
95 void ProcedureCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
103 void PartCalloutResolution::resolve(ServiceData& io_sd) const in resolve()
111 void PluginResolution::resolve(ServiceData& io_sd) const in resolve()
/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.cpp22 const size_t len) const in generateHMAC() argument
45 std::vector<uint8_t>::const_iterator integrityDataEnd) const in verifyIntegrityData()
57 const std::vector<uint8_t>& packet) const in generateIntegrityData() argument
65 const rmcp::Const_n& const_n) const in generateKn() argument
88 const size_t len) const in generateHMAC() argument
111 std::vector<uint8_t>::const_iterator integrityDataEnd) const in verifyIntegrityData()
123 const std::vector<uint8_t>& packet) const in generateIntegrityData() argument
131 const rmcp::Const_n& const_n) const in generateKn() argument
H A Dauth_algo.cpp18 const std::vector<uint8_t>& input) const in generateHMAC() argument
34 const std::vector<uint8_t>& input) const in generateICV() argument
52 const std::vector<uint8_t>& input) const in generateHMAC() argument
69 const std::vector<uint8_t>& input) const in generateICV() argument
/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp12 Milliseconds) const override in calculate()
26 Milliseconds timestamp) const override in calculateForStartupInterval()
38 Milliseconds) const override in calculate()
52 Milliseconds timestamp) const override in calculateForStartupInterval()
64 Milliseconds timestamp) const override in calculate()
87 Milliseconds timestamp) const override in calculateForStartupInterval()
105 const Milliseconds timestamp) const override in calculate() argument
128 const Milliseconds timestamp) const override in calculateForStartupInterval() argument
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.cpp52 int IFaceBase::set_sock_flags(int sockfd, short flags) const in set_sock_flags()
57 int IFaceBase::clear_sock_flags(int sockfd, short flags) const in clear_sock_flags()
62 int IFaceBase::mod_sock_flags(int sockfd, short flags, bool set) const in mod_sock_flags()
84 int IFace::ioctl_sock(int sockfd, int request, struct ifreq* ifr) const in ioctl_sock()
104 int IFace::bind_sock(int sockfd) const in bind_sock()
115 int IFace::ioctl(int request, struct ifreq* ifr) const in ioctl()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp89 sdbusplus::bus_t& bus) const in getPSUInventoryPaths()
111 const char* interface) const in getService() argument
123 sdbusplus::bus_t& bus, const char* path, const char* interface) const in getServices() argument
153 std::string Utils::getVersionId(const std::string& version) const in getVersionId() argument
180 std::string Utils::getVersion(const std::string& inventoryPath) const in getVersion() argument
202 std::string Utils::getModel(const std::string& inventoryPath) const in getModel() argument
224 std::string Utils::getLatestVersion(const std::set<std::string>& versions) const in getLatestVersion() argument
253 const AssociationList& assocs) const in isAssociated() argument
263 const char* propertyName) const in getPropertyImpl() argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp35 bool LightPath::ignore(const PEL& pel) const in ignore() argument
102 const std::vector<std::unique_ptr<src::Callout>>& callouts) const in getLocationCodes() argument
169 bool LightPath::isRequiredPriority(uint8_t priority) const in isRequiredPriority()
177 bool LightPath::isHardwareCallout(const src::Callout& callout) const in isHardwareCallout() argument
193 const std::vector<std::string>& locationCodes) const in getInventoryPaths() argument
228 const std::vector<std::string>& inventoryPaths) const in setNotFunctional() argument
246 const std::vector<std::string>& inventoryPaths) const in createCriticalAssociation() argument
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp16 bool ExternalStorerFileWriter::createFolder(const std::string& folderPath) const in createFolder() argument
32 const nlohmann::json& jsonPdr) const in createFile() argument
47 bool ExternalStorerFileWriter::removeAll(const std::string& filePath) const in removeAll() argument
104 const nlohmann::json& jsonSchema) const in getSchemaType() argument
219 const nlohmann::json& jsonPdr) const in processOtherTypes() argument
231 const std::string& subPath, const nlohmann::json& jsonPdr) const in createFile() argument
/openbmc/telemetry/src/
H A Dtrigger_factory.cpp29 const std::vector<discrete::LabeledThresholdParam>& newParams) const in updateDiscreteThresholds() argument
95 const std::vector<numeric::LabeledThresholdParam>& newParams) const in updateNumericThresholds() argument
130 const LabeledTriggerThresholdParams& newParams) const in updateThresholds() argument
158 const discrete::LabeledThresholdParam& thresholdParam) const in makeDiscreteThreshold() argument
183 const numeric::LabeledThresholdParam& thresholdParam) const in makeNumericThreshold() argument
205 const Sensors& sensors) const in makeOnChangeThreshold() argument
223 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in make() argument
245 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in getSensors() argument
254 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in updateSensors() argument
286 boost::asio::yield_context& yield, const SensorsInfo& sensorsInfo) const in getLabeledSensorsInfo() argument
[all …]
H A Dreport_factory.cpp26 Readings readings) const in make()
51 const std::vector<LabeledMetricParameters>& labeledMetricParams) const in updateMetrics() argument
97 const std::vector<LabeledSensorInfo>& sensorPaths) const in getSensors() argument
113 const ReadingParameters& metricParams) const in convertMetricParams() argument
125 const ReadingParameters& metricParams) const in convertMetricParams() argument
139 const std::vector<utils::SensorTree>& tree) const in getMetricParamsFromSensorTree() argument
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp91 int VpdTool::dumpObject(std::string i_fruPath) const noexcept in dumpObject()
127 nlohmann::json& io_fruJsonObject) const in populateInterfaceJson()
151 const std::vector<std::string>& i_interfaceList) const in populateFruJson() argument
240 nlohmann::json VpdTool::getFruProperties(const std::string& i_objectPath) const in getFruProperties() argument
288 const std::string& i_propertyName) const noexcept in getInventoryPropertyJson() argument
468 int VpdTool::cleanSystemVpd(bool i_syncBiosAttributesRequired) const noexcept in cleanSystemVpd()
596 bool VpdTool::fetchKeywordInfo(nlohmann::json& io_parsedJsonObj) const noexcept in fetchKeywordInfo()
733 const std::string& i_objectPath) const noexcept in getFruTypeProperty() argument
760 bool VpdTool::isFruPresent(const std::string& i_objectPath) const noexcept in isFruPresent() argument
787 const types::UserOption& i_option) const noexcept in printFixSystemVpdOption() argument
[all …]
/openbmc/openpower-occ-control/
H A Docc_dbus.cpp38 double OccDBusSensors::getMaxValue(const std::string& path) const in getMaxValue() argument
65 double OccDBusSensors::getMinValue(const std::string& path) const in getMinValue() argument
92 double OccDBusSensors::getValue(const std::string& path) const in getValue() argument
128 std::string OccDBusSensors::getUnit(const std::string& path) const in getUnit() argument
162 bool OccDBusSensors::getOperationalStatus(const std::string& path) const in getOperationalStatus() argument
233 bool OccDBusSensors::hasDvfsTemp(const std::string& path) const in hasDvfsTemp() argument
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp13 const std::monostate& arg) const in operator ()() argument
21 const std::vector<numeric::ThresholdParam>& arg) const in operator ()() argument
33 const std::vector<discrete::ThresholdParam>& arg) const in operator ()() argument
44 const std::vector<numeric::LabeledThresholdParam>& arg) const in operator ()() argument
59 const std::vector<discrete::LabeledThresholdParam>& arg) const in operator ()() argument
/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp47 size_t hash<sdbusplus::bus_t>::operator()(sdbusplus::bus_t& b) const in operator ()()
53 size_t hash<sdbusplus::message_t>::operator()(sdbusplus::message_t& m) const in operator ()()
78 const sdbusplus::server::transaction::Transaction& t) const in operator ()() argument
89 const sdbusplus::server::transaction::details::Transaction& t) const in operator ()() argument
/openbmc/google-ipmi-sys/
H A Dhandler.cpp130 Handler::getEthDetails(std::string intf) const in getEthDetails()
139 std::int64_t Handler::getRxPackets(const std::string& name) const in getRxPackets() argument
179 VersionTuple Handler::getCpldVersion(unsigned int id) const in getCpldVersion()
229 void Handler::psuResetDelay(std::uint32_t delay) const in psuResetDelay()
376 void Handler::hostPowerOffDelay(std::uint32_t delay) const in hostPowerOffDelay()
451 Handler::getI2cEntry(unsigned int entry) const in getI2cEntry()
506 std::string Handler::accelOobDeviceName(size_t index) const in accelOobDeviceName()
544 uint8_t num_bytes) const in accelOobRead()
614 uint8_t num_bytes, uint64_t data) const in accelOobWrite()
712 uint8_t settings_id, uint16_t value) const in accelSetVrSettings()
[all …]
H A Dfile_system_wrapper.cpp26 bool FileSystemWrapper::exists(const fs::path& path, std::error_code& ec) const in exists()
32 std::error_code& ec) const in rename()
37 void FileSystemWrapper::create(const char* path) const in create() argument
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp33 void Base::set_description(const char* description) const in set_description() argument
72 void Base::set_priority(int64_t priority) const in set_priority()
88 void Base::set_enabled(Enabled enabled) const in set_enabled()
102 void Base::set_floating(bool b) const in set_floating()
118 void Base::set_userdata(std::unique_ptr<detail::BaseData> data) const in set_userdata()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnet_iface_mock.cpp23 int IFace::bind_sock(int sockfd) const in bind_sock()
29 int IFace::ioctl_sock(int, int request, struct ifreq* ifr) const in ioctl_sock()
34 int IFace::ioctl(int request, struct ifreq* ifr) const in ioctl()
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp73 double DbusPidZone::getMaxSetPointRequest(void) const in getMaxSetPointRequest()
78 bool DbusPidZone::getManualMode(void) const in getManualMode()
94 bool DbusPidZone::getFailSafeMode(void) const in getFailSafeMode()
125 int64_t DbusPidZone::getZoneID(void) const in getZoneID()
207 double DbusPidZone::getMinThermalSetPoint(void) const in getMinThermalSetPoint()
212 uint64_t DbusPidZone::getCycleIntervalTime(void) const in getCycleIntervalTime()
217 uint64_t DbusPidZone::getUpdateThermalsCycle(void) const in getUpdateThermalsCycle()
569 bool DbusPidZone::getRedundantWrite(void) const in getRedundantWrite()
669 bool DbusPidZone::getAccSetPoint(void) const in getAccSetPoint()
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp28 int64_t FileSystem::read(const std::string& path) const in read() argument
45 void FileSystem::write(const std::string& path, uint32_t value) const in write()
114 std::chrono::milliseconds delay) const in read()
173 size_t retries, std::chrono::milliseconds delay) const in write()

123456789