Searched refs:sccb_header (Results 1 – 18 of 18) sorted by relevance
44 struct sccb_header *sccb; in sclp_make_buffer()46 sccb = (struct sccb_header *) page; in sclp_make_buffer()62 memset(sccb, 0, sizeof(struct sccb_header)); in sclp_make_buffer()63 sccb->length = sizeof(struct sccb_header); in sclp_make_buffer()85 struct sccb_header *sccb; in sclp_initialize_mto()135 struct sccb_header *sccb; in sclp_finalize_mto()308 struct sccb_header *sccb; in sclp_buffer_space()361 struct sccb_header *sccb; in sclp_writedata_callback()384 if (sclp_remove_processed((struct sccb_header *) sccb) > 0) { in sclp_writedata_callback()
80 static inline struct sccb_header *sclpint_to_sccb(u32 sccb_int) in sclpint_to_sccb()118 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len()136 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb()158 struct sccb_header *sccb = req->sccb; in sclp_trace_req()536 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()547 for (offset = sizeof(struct sccb_header); offset < sccb->length; in sclp_dispatch_evbufs()583 struct sccb_header *sccb; in sclp_read_cb()585 sccb = (struct sccb_header *) req->sccb; in sclp_read_cb()597 struct sccb_header *sccb; in __sclp_make_read_req()599 sccb = (struct sccb_header *) sclp_read_sccb; in __sclp_make_read_req()[all …]
90 struct sccb_header header;141 struct sccb_header header;154 struct sccb_header header; /* 0-7 */199 struct sccb_header header;285 int sclp_remove_processed(struct sccb_header *sccb);
31 struct sccb_header header;35 struct sccb_header header;42 struct sccb_header header;
54 struct sccb_header *sccb; in sclp_ctl_ioctl_sccb()67 if (offsetof(struct sccb_header, length) + in sclp_ctl_ioctl_sccb()
43 struct sccb_header hdr;
86 struct sccb_header hdr;
18 struct sccb_header header;
59 sizeof(struct sccb_header)) / sizeof(struct msg_buf))
82 struct sccb_header header;133 struct sccb_header header;
33 struct sccb_header header;
32 struct sccb_header header;
51 struct sccb_header header;176 if (sclp_remove_processed((struct sccb_header *) sccb) > 0) { in sclp_vt220_callback()
58 struct sccb_header header;63 struct sccb_header header;
103 sizeof(struct sccb_header); in sclp_ftp_et7()
51 struct sccb_header header;
48 struct sccb_header hdr;
121 struct sccb_header { struct145 struct sccb_header header; argument