Home
last modified time | relevance | path

Searched refs:accessType (Results 1 – 7 of 7) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp46 uint8_t accessType; member
/openbmc/linux/fs/udf/
H A Dsuper.c1035 switch (le32_to_cpu(p->accessType)) { in check_partition_desc()
1097 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_READ_ONLY)) in udf_fill_partdesc_info()
1099 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_WRITE_ONCE)) in udf_fill_partdesc_info()
1101 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_REWRITABLE)) in udf_fill_partdesc_info()
1103 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_OVERWRITABLE)) in udf_fill_partdesc_info()
H A Decma_167.h269 __le32 accessType; member
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp500 constexpr uint8_t accessType = in ipmiStorageGetFruInvAreaInfo() local
503 return ipmi::responseSuccess(fruCache.size(), accessType); in ipmiStorageGetFruInvAreaInfo()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp536 constexpr uint8_t accessType = in ipmiStorageGetFruInvAreaInfo() local
539 return ipmi::responseSuccess(fru.size(), accessType); in ipmiStorageGetFruInvAreaInfo()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp997 respPtr->accessType = static_cast<uint8_t>(GetFRUAreaAccessType::byte); in ipmiStorageGetFRUInvAreaInfo()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex1762 accessType.value & uint64 & The raw value of the access type that caused the fault.\\
1763 accessType.name & string & The human readable name, if available, of the access type that caused th…