Home
last modified time | relevance | path

Searched refs:mto (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c92 struct mto *mto; in sclp_early_print_lm() local
98 ptr = (unsigned char *) &sccb->msg.mdb.mto; in sclp_early_print_lm()
101 for (count = sizeof(*mto); offset < len; count++) { in sclp_early_print_lm()
107 mto = (struct mto *) ptr; in sclp_early_print_lm()
108 memset(mto, 0, sizeof(*mto)); in sclp_early_print_lm()
109 mto->length = count; in sclp_early_print_lm()
110 mto->type = 4; in sclp_early_print_lm()
111 mto->line_type_flags = LNTPFLGS_ENDTEXT; in sclp_early_print_lm()
113 } while ((offset < len) && (ptr + sizeof(*mto) <= end)); in sclp_early_print_lm()
H A Dsclp_rw.c89 struct mto *mto; in sclp_initialize_mto() local
115 mto = &mdb->mto; in sclp_initialize_mto()
116 mto->length = sizeof(struct mto); in sclp_initialize_mto()
117 mto->type = 4; /* message text object */ in sclp_initialize_mto()
118 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */ in sclp_initialize_mto()
122 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto()
146 msg->mdb.mto.length += buffer->current_length; in sclp_finalize_mto()
H A Dsclp_rw.h16 struct mto { struct
49 struct mto mto; member
/openbmc/qemu/hw/char/
H A Dsclpconsole-lm.c221 + sizeof(mdbo->mto.line_type_flags) in process_mdb()
222 + sizeof(mdbo->mto.alarm_control) in process_mdb()
223 + sizeof(mdbo->mto._reserved); in process_mdb()
228 ascii_put(buffer, mdbo->mto.message, len); in process_mdb()
/openbmc/linux/include/uapi/linux/
H A Dmroute.h55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom)) argument
/openbmc/qemu/include/hw/s390x/
H A Devent-facility.h116 MTO mto; member