Searched refs:mto (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/s390/char/
H A Dsclp_rw.h15 struct mto { struct
48 struct mto mto; member in struct:mdb
56 /* The number of empty mto buffers that can be contained in a single sccb. */
H A Dsclp_rw.c95 struct mto *mto; sclp_initialize_mto() local
101 /* check if current buffer sccb can contain the mto */ sclp_initialize_mto()
121 mto = &mdb->mto; sclp_initialize_mto()
122 mto->length = sizeof(struct mto); sclp_initialize_mto()
123 mto->type = 4; /* message text object */ sclp_initialize_mto()
124 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */ sclp_initialize_mto()
126 /* set pointer to first byte after struct mto. */ sclp_initialize_mto()
128 buffer->current_line = (char *) (mto + 1); sclp_initialize_mto()
152 msg->mdb.mto.length += buffer->current_length; sclp_finalize_mto()
183 * msg into an mto (created by sclp_initialize_mto). sclp_write()
207 /* check if new mto needs to be created */ sclp_write()
227 /* check if new mto needs to be created */ sclp_write()
287 /* check if new mto needs to be created */ sclp_write()
298 /* check if current mto is full */ sclp_write()
/linux-4.4.14/arch/s390/kernel/
H A Dsclp.c119 /* mto */ _sclp_print()
137 /* Update length fields in mto, mdb, evbuf and sccb */ _sclp_print()
/linux-4.4.14/include/uapi/linux/
H A Dmroute.h50 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))

Completed in 308 milliseconds