Searched refs:ReadInfo (Results 1 – 6 of 6) sorted by relevance
11 …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 type34 ### Table 5. ReadInfo Definition when ReadOption is ReadFileData in message type
54 typedef struct ReadInfo { struct60 } __attribute__((packed)) ReadInfo; argument
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii()114 memset((char *)_sccb, 0, sizeof(ReadInfo)); in sclp_get_loadparm_ascii()
114 typedef struct ReadInfo { struct146 } QEMU_PACKED ReadInfo; typedef
109 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()
313 offsetof(ReadInfo, entries) : SCLP_READ_SCP_INFO_FIXED_CPU_OFFSET; in s390_pv_get_max_cpus()