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

/linux-master/drivers/s390/char/
H A Dsclp_rw.h16 struct mto { struct
49 struct mto mto; member in struct:mdb
57 /* The number of empty mto buffers that can be contained in a single sccb. */
H A Dsclp_early_core.c93 struct mto *mto; local
99 ptr = (unsigned char *) &sccb->msg.mdb.mto;
102 for (count = sizeof(*mto); offset < len; count++) {
108 mto = (struct mto *) ptr;
109 memset(mto, 0, sizeof(*mto));
110 mto->length = count;
111 mto
[all...]
H A Dsclp_rw.c89 struct mto *mto; local
95 /* check if current buffer sccb can contain the mto */
115 mto = &mdb->mto;
116 mto->length = sizeof(struct mto);
117 mto->type = 4; /* message text object */
118 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */
120 /* set pointer to first byte after struct mto
[all...]
/linux-master/include/uapi/linux/
H A Dmroute.h55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))

Completed in 217 milliseconds