Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_early_core.c91 struct mto *mto; in sclp_early_print_lm() local
97 ptr = (unsigned char *) &sccb->msg.mdb.mto; in sclp_early_print_lm()
100 for (count = sizeof(*mto); offset < len; count++) { in sclp_early_print_lm()
106 mto = (struct mto *) ptr; in sclp_early_print_lm()
107 memset(mto, 0, sizeof(*mto)); in sclp_early_print_lm()
108 mto->length = count; in sclp_early_print_lm()
109 mto->type = 4; in sclp_early_print_lm()
110 mto->line_type_flags = LNTPFLGS_ENDTEXT; in sclp_early_print_lm()
112 } while ((offset < len) && (ptr + sizeof(*mto) <= end)); in sclp_early_print_lm()
Dsclp_rw.c96 struct mto *mto; in sclp_initialize_mto() local
122 mto = &mdb->mto; in sclp_initialize_mto()
123 mto->length = sizeof(struct mto); in sclp_initialize_mto()
124 mto->type = 4; /* message text object */ in sclp_initialize_mto()
125 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */ in sclp_initialize_mto()
129 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto()
153 msg->mdb.mto.length += buffer->current_length; in sclp_finalize_mto()
Dsclp_rw.h16 struct mto { struct
49 struct mto mto; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dmroute.h36 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom)) argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmroute.h54 #define VIFM_COPY(mfrom,mto) ((mto) = (mfrom)) argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dmroute.h55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom)) argument