Home
last modified time | relevance | path

Searched refs:ReadInfo (Results 1 – 4 of 4) sorted by relevance

/openbmc/libpldm/docs/oem/meta/
H A Dfile-io.md11 …Length | The length in bytes N of data being sent in this part in the ReadInfo field. …
12 | Variable | uint8 | ReadInfo | Portion of reading information. <br> There will be different readi…
28 ### Table 4. ReadInfo Definition when ReadOption is ReadFileAttribute in message type
34 ### Table 5. ReadInfo Definition when ReadOption is ReadFileData in message type
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h54 typedef struct ReadInfo { struct
60 } __attribute__((packed)) ReadInfo; argument
H A Dsclp.c107 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii()
109 memset((char *)_sccb, 0, sizeof(ReadInfo)); in sclp_get_loadparm_ascii()
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c333 offsetof(ReadInfo, entries) : SCLP_READ_SCP_INFO_FIXED_CPU_OFFSET; in s390_pv_get_max_cpus()