Home
last modified time | relevance | path

Searched refs:pce (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpce_identity_test.cpp34 PCEIdentity pce{stream}; in TEST() local
36 EXPECT_EQ(pce.flattenedSize(), data.size()); in TEST()
37 EXPECT_EQ(pce.enclosureName(), "PCENAME12"); in TEST()
38 EXPECT_EQ(pce.mtms().machineTypeAndModel(), "TTTT-MMM"); in TEST()
39 EXPECT_EQ(pce.mtms().machineSerialNumber(), "123456789ABC"); in TEST()
44 pce.flatten(newStream); in TEST()
56 EXPECT_THROW(PCEIdentity pce{stream}, std::out_of_range); in TEST()
/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c53 return s->pce; in sifive_u_otp_read()
59 if ((s->pce & SIFIVE_U_OTP_PCE_EN) && in sifive_u_otp_read()
120 s->pce = val32; in sifive_u_otp_write()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h70 uint32_t pce; member
/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py677 for pce in event["precondition"]["events"]:
678 pcevent = getEvent(zNum, zCond, pce, events_data)
/openbmc/linux/fs/ext4/
H A Dxattr.c3110 struct mb_cache_entry **pce) in ext4_xattr_block_cache_find() argument
3135 *pce = ce; in ext4_xattr_block_cache_find()