Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c176 struct mto *mto; in lm_print() local
183 ptr = (unsigned char *) &sccb->msg.mdb.mto; in lm_print()
186 for (count = sizeof(*mto); offset < len; count++) { in lm_print()
192 mto = (struct mto *) ptr; in lm_print()
193 mto->length = count; in lm_print()
194 mto->type = 4; in lm_print()
195 mto->line_type_flags = LNTPFLGS_ENDTEXT; in lm_print()
197 } while (offset < len && ptr + sizeof(*mto) <= end); in lm_print()
H A Dsclp.h265 struct mto { struct
298 struct mto mto; member