Home
last modified time | relevance | path

Searched defs:m (Results 151 – 175 of 379) sorted by relevance

12345678910>>...16

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp294 auto m = b.new_method_call("org.freedesktop.systemd1", in getBootTimesMonotonic() local
359 auto m = in getECCErrorCounts() local
/openbmc/u-boot/board/gdsys/a38x/
H A Dihs_phys.c143 uint bus_idx, uint m, uint phy_idx) in init_single_phy()
166 uint m; in init_octo_phys() local
/openbmc/u-boot/include/linux/
H A Dbch.h38 unsigned int m; member
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dmx35_sdram.c28 #define set_mode(x, en, m) (x | (en << 31) | (m << 28)) argument
/openbmc/phosphor-debug-collector/
H A Dramoops_manager.cpp107 auto m = b.new_method_call(host.c_str(), BMC_DUMP_OBJPATH, in createHelper() local
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp122 [](sdbusplus::message_t& m) { in registerGUIDChangeCallback()
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c47 const char* m; in avb_printv() local
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c166 static inline uint64_t do_gfma8(uint64_t n, uint64_t m, uint64_t a) in do_gfma8()
190 static inline uint64_t do_gfma16(uint64_t n, uint64_t m, uint64_t a) in do_gfma16()
214 static inline uint64_t do_gfma32(uint64_t n, uint64_t m, uint64_t a) in do_gfma32()
/openbmc/sdbusplus/test/message/
H A Dnative_types.cpp44 std::map<sdbusplus::message::signature, int> m = { in TEST() local
/openbmc/phosphor-dbus-monitor/src/
H A Dmethod.hpp65 const std::string& m) : in MethodBase()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun9i.c205 int m = ((rval & CCM_PLL4_CTRL_M_MASK) >> CCM_PLL4_CTRL_M_SHIFT) + 1; in clock_get_pll4_periph0() local
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c27 u32 m, n, reg; in hsuart_clock_set() local
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dclock-snapdragon.c79 int div, int m, int n, int source) in clk_rcg_set_rate_mnd()
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c202 CoMutex *m = opaque; in mutex_fn() local
248 CoMutex m; in test_co_mutex() local
256 CoMutex m; in test_co_mutex_lockable() local
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp107 static void selAddedCallback(sdbusplus::message_t& m) in selAddedCallback() argument
127 static void selRemovedCallback(sdbusplus::message_t& m) in selRemovedCallback() argument
149 static void selUpdatedCallback(sdbusplus::message_t& m) in selUpdatedCallback() argument
/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c242 struct mmc *m = mmc_get_mmc_dev(dev); in mmc_do_preinit() local
264 struct mmc *m = mmc_get_mmc_dev(dev); in print_mmc_devices() local
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp169 static const std::map<TargetType_t, std::string> m = in getChipUnit() local
193 static const std::map<TargetType_t, std::string> m = in getChipUnit() local
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dcpu.h61 u16 m; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c113 unsigned int m, t, eccsteps, i; in nand_bch_init() local
/openbmc/skeleton/op-pwrctl/pgood_wait/
H A Dpgood_wait.c33 static int callback(sd_bus_message *m, void *user, sd_bus_error *error) in callback()
/openbmc/phosphor-led-manager/manager/
H A Djson-config.hpp44 [this](sdbusplus::message_t& m) { ifacesAddedCallback(m); }); in JsonConfig()
/openbmc/qemu/net/can/
H A Dcan_core.c131 int m; in can_bus_filter_match() local
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp143 sdbusplus::server::manager_t m{bus, objPathInst.c_str()}; in postCodeIpmiHandler() local
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp265 auto reverse_map_search(const auto& m, auto v) in reverse_map_search()
/openbmc/qemu/include/qemu/
H A Dosdep.h457 #define QEMU_ALIGN_DOWN(n, m) ((n) / (m) * (m)) argument
463 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m)) argument
466 #define QEMU_IS_ALIGNED(n, m) (((n) % (m)) == 0) argument

12345678910>>...16