Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp54 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors() local
63 switch (rtype) in buildSensors()
159 if (IOInterfaceType::EXTERNAL == rtype) in buildSensors()
/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c99 static void sbsa_gwdt_update_timer(SBSA_GWDTState *s, WdtRefreshType rtype) in sbsa_gwdt_update_timer() argument
116 if ((rtype == EXPLICIT_REFRESH) || ((rtype == TIMEOUT_REFRESH) && in sbsa_gwdt_update_timer()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp237 std::string rtype = endpoint.at("types").at("rType"); in load() local
239 throwIfZero(rtype.size()); in load()
240 Types types{std::move(ftype), std::move(rtype)}; in load()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c386 unsigned long rtype; in mvebu_get_tgt_attr() local
389 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr()
391 rtype = IORESOURCE_MEM; in mvebu_get_tgt_attr()
400 if (slot == PCI_DEV(devfn) && type == rtype) { in mvebu_get_tgt_attr()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py100 for rtype in result_types:
102 for resultclass in getattr(self, rtype):
131 return result_types[rtype], msg
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py260 rtype = self.entity.ret_type
264 assert rtype
266 typ = self.format_type(rtype)
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch48 + types[tr->rtype], basename(tr->file), tr->tcname, tr->tname, tr->msg);
/openbmc/qemu/include/net/
H A Deth.h140 uint8_t rtype; member
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h196 __u8 rtype; member
/openbmc/qemu/net/
H A Deth.c392 if ((rt_hdr.rtype != 2) || (rt_hdr.segleft != 1)) { in _eth_get_rss_ex_dst_addr()