Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp92 inline std::ostream& operator<<(std::ostream& os, const MetricParams& mp) in operator <<() argument
96 os << "{ op: " << enumToString(mp.operationType()) in operator <<()
97 << ", timeScope: " << enumToString(mp.collectionTimeScope()) in operator <<()
98 << ", duration: " << mp.collectionDuration().t.count() in operator <<()
100 for (auto [timestamp, reading] : mp.readings()) in operator <<()
105 auto [timestamp, reading] = mp.expectedReading(); in operator <<()
108 << mp.expectedIsTimerRequired() << " }"; in operator <<()
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch15 src/mp/mp_fget.c | 4 ++--
16 src/mp/mp_mvcc.c | 4 ++--
17 src/mp/mp_region.c | 4 ++--
44 diff --git a/src/mp/mp_fget.c b/src/mp/mp_fget.c
46 --- a/src/mp/mp_fget.c
47 +++ b/src/mp/mp_fget.c
66 diff --git a/src/mp/mp_mvcc.c b/src/mp/mp_mvcc.c
68 --- a/src/mp/mp_mvcc.c
69 +++ b/src/mp/mp_mvcc.c
88 diff --git a/src/mp/mp_region.c b/src/mp/mp_region.c
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c166 char *mp = NULL; in cmd_yaffs_devconfig() local
176 mp = strdup(_mp); in cmd_yaffs_devconfig()
178 if (!dev || !mp) { in cmd_yaffs_devconfig()
205 if (strcmp(chk->param.name, mp) == 0) { in cmd_yaffs_devconfig()
222 dev->param.name = mp; in cmd_yaffs_devconfig()
244 mp, flash_dev, start_block, end_block, in cmd_yaffs_devconfig()
250 free(mp); in cmd_yaffs_devconfig()
334 void cmd_yaffs_mount(char *mp) in cmd_yaffs_mount() argument
336 int retval = yaffs_mount(mp); in cmd_yaffs_mount()
338 printf("Error mounting %s, return value: %d, %s\n", mp, in cmd_yaffs_mount()
[all …]
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c167 struct optee_msg_param *mp = msg_params + n; in to_msg_param() local
171 mp->attr = OPTEE_MSG_ATTR_TYPE_NONE; in to_msg_param()
172 memset(&mp->u, 0, sizeof(mp->u)); in to_msg_param()
177 mp->attr = OPTEE_MSG_ATTR_TYPE_VALUE_INPUT + p->attr - in to_msg_param()
179 mp->u.value.a = p->u.value.a; in to_msg_param()
180 mp->u.value.b = p->u.value.b; in to_msg_param()
181 mp->u.value.c = p->u.value.c; in to_msg_param()
186 mp->attr = OPTEE_MSG_ATTR_TYPE_RMEM_INPUT + p->attr - in to_msg_param()
188 mp->u.rmem.shm_ref = (ulong)p->u.memref.shm; in to_msg_param()
189 mp->u.rmem.size = p->u.memref.size; in to_msg_param()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D308.out47 'id': 'export-mp',
83 'id': 'export-mp'
86 …MESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "export-mp"}}
93 'id': 'export-mp',
107 'id': 'export-mp'
110 …MESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "export-mp"}}
125 'id': 'export-mp',
145 'id': 'export-mp'
148 …MESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "export-mp"}}
152 'id': 'export-mp',
[all …]
H A Dtestrunner.py118 return runner.run_test(test, test_field_width, mp=True)
321 mp: bool = False) -> TestResult:
340 status = 'started' if mp else '...',
343 end = '\n' if mp else '\r')
H A Dcommon.rc652 local mp
654 for mp in "${FUSE_EXPORTS[@]}"; do
655 _rm_test_img "$mp"
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dfail_on_no_media.patch26 @@ -746,6 +746,14 @@ static int mount_it_now(struct mntent *mp, unsigned long vfsflags, char *filte…
35 + bb_perror_msg_and_die("mounting %s on %s failed", mp->mnt_fsname, mp->mnt_dir);
/openbmc/u-boot/scripts/dtc/
H A Ddata.c145 struct marker **mp = &d.markers; in data_append_markers() local
148 while (*mp) in data_append_markers()
149 mp = &((*mp)->next); in data_append_markers()
150 *mp = m; in data_append_markers()
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dpinmux.c50 mrfld_get_family(struct mrfld_pinctrl *mp, unsigned int pin) in mrfld_get_family() argument
55 for (i = 0; i < mp->nfamilies; i++) { in mrfld_get_family()
56 family = &mp->families[i]; in mrfld_get_family()
/openbmc/u-boot/cmd/
H A Dyaffs2.c29 extern void cmd_yaffs_devconfig(char *mp, int flash_dev,
31 extern void cmd_yaffs_mount(char *mp);
32 extern void cmd_yaffs_umount(char *mp);
/openbmc/u-boot/arch/arm/mach-versal/
H A DMakefile9 obj-$(CONFIG_SYS_MEM_RSVD_FOR_MMU) += mp.o
/openbmc/phosphor-fan-presence/control/templates/
H A Ddefs.mako111 %for i, mp in enumerate(s['mparams']['params']):
113 ${indent(s['mparams'][mp], 1)},
115 ${indent(s['mparams'][mp], 1)}
H A Dfan_zone_defs.cpp.mako164 %for i, mp in enumerate(s['mparams']['params']):
166 ${indent(s['mparams'][mp], 1)},
168 ${indent(s['mparams'][mp], 1)}
/openbmc/u-boot/arch/arm/mach-zynqmp/
H A DMakefile8 obj-$(CONFIG_MP) += mp.o
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A DMakefile10 obj-$(CONFIG_MP) += mp.o
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A DMakefile21 obj-$(CONFIG_MP) += mp.o
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp251 unsigned mp = (5 * doy + 2) / 153; // [0, 11] in civilFromDays() local
252 unsigned d = doy - (153 * mp + 2) / 5 + 1; // [1, 31] in civilFromDays()
253 unsigned m = mp < 10 ? mp + 3 : mp - 9; // [1, 12] in civilFromDays()
/openbmc/qemu/target/arm/tcg/
H A Da32-uncond.decode61 PLDW 1111 0101 -001 ---- 1111 ---- ---- ---- # (imm, lit) 7mp
65 PLDW 1111 0111 -001 ---- 1111 ----- -- 0 ---- # (register) 7mp
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.cpp133 std::string mp{_pnOrProcedureID.data()}; in getMaintProc() local
134 return mp; in getMaintProc()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A DMakefile9 obj-$(CONFIG_MP) += mp.o
/openbmc/openpower-proc-control/service_files/
H A Dop-continue-mpreboot@.service.in2 Description=Continue mp reboot on host%i
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c701 int cs, mp, tmp; in ipmi_lan_build_cmd() local
783 cs = mp = len; in ipmi_lan_build_cmd()
789 cs = mp = len; in ipmi_lan_build_cmd()
879 temp = ipmi_auth_md5(s, msg+mp, msg[mp-1]); in ipmi_lan_build_cmd()
883 temp = ipmi_auth_md2(s, msg+mp, msg[mp-1]); in ipmi_lan_build_cmd()
1001 int cs, mp, ap = 0, tmp; in ipmi_lan_build_rsp() local
1044 cs = mp = len; in ipmi_lan_build_rsp()
1071 d = ipmi_auth_md5(s, msg+mp, msg[mp-1]); in ipmi_lan_build_rsp()
1075 d = ipmi_auth_md2(s, msg+mp, msg[mp-1]); in ipmi_lan_build_rsp()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h28 u32 mp:1; /* multipath mode */ member
59 u32 mp:1; member
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib_global.bbclass149 mp = (d.getVar("BB_MULTI_PROVIDER_ALLOWED") or "").split()
151 for p in mp:
156 d.setVar("BB_MULTI_PROVIDER_ALLOWED", " ".join(mp + extramp))

12