| /openbmc/telemetry/tests/src/params/ |
| H A D | metric_params.hpp | 92 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 D | 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch | 15 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 D | yaffs_uboot_glue.c | 166 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 D | core.c | 167 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 D | 308.out | 47 '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 D | testrunner.py | 118 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 D | common.rc | 652 local mp 654 for mp in "${FUSE_EXPORTS[@]}"; do 655 _rm_test_img "$mp"
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | fail_on_no_media.patch | 26 @@ -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 D | data.c | 145 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 D | pinmux.c | 50 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 D | yaffs2.c | 29 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 D | Makefile | 9 obj-$(CONFIG_SYS_MEM_RSVD_FOR_MMU) += mp.o
|
| /openbmc/phosphor-fan-presence/control/templates/ |
| H A D | defs.mako | 111 %for i, mp in enumerate(s['mparams']['params']): 113 ${indent(s['mparams'][mp], 1)}, 115 ${indent(s['mparams'][mp], 1)}
|
| H A D | fan_zone_defs.cpp.mako | 164 %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 D | Makefile | 8 obj-$(CONFIG_MP) += mp.o
|
| /openbmc/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | Makefile | 10 obj-$(CONFIG_MP) += mp.o
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | Makefile | 21 obj-$(CONFIG_MP) += mp.o
|
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | time_utils.cpp | 251 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 D | a32-uncond.decode | 61 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 D | fru_identity.cpp | 133 std::string mp{_pnOrProcedureID.data()}; in getMaintProc() local 134 return mp; in getMaintProc()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | Makefile | 9 obj-$(CONFIG_MP) += mp.o
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | op-continue-mpreboot@.service.in | 2 Description=Continue mp reboot on host%i
|
| /openbmc/ipmitool/src/plugins/lan/ |
| H A D | lan.c | 701 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 D | cio.h | 28 u32 mp:1; /* multipath mode */ member 59 u32 mp:1; member
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | multilib_global.bbclass | 149 mp = (d.getVar("BB_MULTI_PROVIDER_ALLOWED") or "").split() 151 for p in mp: 156 d.setVar("BB_MULTI_PROVIDER_ALLOWED", " ".join(mp + extramp))
|