Home
last modified time | relevance | path

Searched refs:ReadInfo (Results 1 – 6 of 6) 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.c112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii()
114 memset((char *)_sccb, 0, sizeof(ReadInfo)); in sclp_get_loadparm_ascii()
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h114 typedef struct ReadInfo { struct
146 } QEMU_PACKED ReadInfo; typedef
/openbmc/qemu/hw/s390x/
H A Dsclp.c109 ReadInfo *read_info = (ReadInfo *) sccb; in read_SCP_info()
114 int required_len = SCCB_REQ_LEN(ReadInfo, machine->possible_cpus->len); in read_SCP_info()
116 offsetof(ReadInfo, entries) : in read_SCP_info()
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c313 offsetof(ReadInfo, entries) : SCLP_READ_SCP_INFO_FIXED_CPU_OFFSET; in s390_pv_get_max_cpus()