mto 91 drivers/s390/char/sclp_early_core.c struct mto *mto; mto 97 drivers/s390/char/sclp_early_core.c ptr = (unsigned char *) &sccb->msg.mdb.mto; mto 100 drivers/s390/char/sclp_early_core.c for (count = sizeof(*mto); offset < len; count++) { mto 106 drivers/s390/char/sclp_early_core.c mto = (struct mto *) ptr; mto 107 drivers/s390/char/sclp_early_core.c memset(mto, 0, sizeof(*mto)); mto 108 drivers/s390/char/sclp_early_core.c mto->length = count; mto 109 drivers/s390/char/sclp_early_core.c mto->type = 4; mto 110 drivers/s390/char/sclp_early_core.c mto->line_type_flags = LNTPFLGS_ENDTEXT; mto 112 drivers/s390/char/sclp_early_core.c } while ((offset < len) && (ptr + sizeof(*mto) <= end)); mto 96 drivers/s390/char/sclp_rw.c struct mto *mto; mto 122 drivers/s390/char/sclp_rw.c mto = &mdb->mto; mto 123 drivers/s390/char/sclp_rw.c mto->length = sizeof(struct mto); mto 124 drivers/s390/char/sclp_rw.c mto->type = 4; /* message text object */ mto 125 drivers/s390/char/sclp_rw.c mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */ mto 129 drivers/s390/char/sclp_rw.c buffer->current_line = (char *) (mto + 1); mto 153 drivers/s390/char/sclp_rw.c msg->mdb.mto.length += buffer->current_length; mto 49 drivers/s390/char/sclp_rw.h struct mto mto; mto 55 include/uapi/linux/mroute.h #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))