Lines Matching refs:length
69 sccb->length = sizeof(struct sccb_header); in sclp_make_buffer()
103 if ((MAX_SCCB_ROOM - sccb->length) < msg_size) in sclp_initialize_mto()
106 msg = (struct msg_buf *)((addr_t) sccb + sccb->length); in sclp_initialize_mto()
108 msg->header.length = sizeof(struct msg_buf); in sclp_initialize_mto()
112 mdb->header.length = sizeof(struct mdb); in sclp_initialize_mto()
118 go->length = sizeof(struct go); in sclp_initialize_mto()
122 mto->length = sizeof(struct mto); in sclp_initialize_mto()
150 msg->header.length += buffer->current_length; in sclp_finalize_mto()
151 msg->mdb.header.length += buffer->current_length; in sclp_finalize_mto()
152 msg->mdb.mto.length += buffer->current_length; in sclp_finalize_mto()
153 sccb->length += msg->header.length; in sclp_finalize_mto()
318 count = MAX_SCCB_ROOM - sccb->length; in sclp_buffer_space()