/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | util.cpp | 294 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 D | ihs_phys.c | 143 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 D | bch.h | 38 unsigned int m; member
|
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/ |
H A D | mx35_sdram.c | 28 #define set_mode(x, en, m) (x | (en << 31) | (m << 28)) argument
|
/openbmc/phosphor-debug-collector/ |
H A D | ramoops_manager.cpp | 107 auto m = b.new_method_call(host.c_str(), BMC_DUMP_OBJPATH, in createHelper() local
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | guid.cpp | 122 [](sdbusplus::message_t& m) { in registerGUIDChangeCallback()
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sysdeps_posix.c | 47 const char* m; in avb_printv() local
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 166 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 D | native_types.cpp | 44 std::map<sdbusplus::message::signature, int> m = { in TEST() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | method.hpp | 65 const std::string& m) : in MethodBase()
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | clock_sun9i.c | 205 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 D | cpu.c | 27 u32 m, n, reg; in hsuart_clock_set() local
|
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | clock-snapdragon.c | 79 int div, int m, int n, int source) in clk_rcg_set_rate_mnd()
|
/openbmc/qemu/tests/unit/ |
H A D | test-coroutine.c | 202 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 D | storagehandler.cpp | 107 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 D | mmc-uclass.c | 242 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 D | pdbg.cpp | 169 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 D | cpu.h | 61 u16 m; member
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bch.c | 113 unsigned int m, t, eccsteps, i; in nand_bch_init() local
|
/openbmc/skeleton/op-pwrctl/pgood_wait/ |
H A D | pgood_wait.c | 33 static int callback(sd_bus_message *m, void *user, sd_bus_error *error) in callback()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | json-config.hpp | 44 [this](sdbusplus::message_t& m) { ifacesAddedCallback(m); }); in JsonConfig()
|
/openbmc/qemu/net/can/ |
H A D | can_core.c | 131 int m; in can_bus_filter_match() local
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.cpp | 143 sdbusplus::server::manager_t m{bus, objPathInst.c_str()}; in postCodeIpmiHandler() local
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_config.cpp | 265 auto reverse_map_search(const auto& m, auto v) in reverse_map_search()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 457 #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
|