Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A 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 in sclp_early_print_lm()
[all...]
H A Dsclp_rw.c96 struct mto *mto; in sclp_initialize_mto() local
102 /* check if current buffer sccb can contain the mto */ in sclp_initialize_mto()
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()
127 /* set pointer to first byte after struct mto in sclp_initialize_mto()
[all...]
H A Dsclp_rw.h16 struct mto { struct
49 struct mto mto; member
57 /* The number of empty mto buffers that can be contained in a single sccb. */
/kernel/linux/linux-6.6/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 in sclp_early_print_lm()
[all...]
H A Dsclp_rw.c89 struct mto *mto; in sclp_initialize_mto() local
95 /* check if current buffer sccb can contain the mto */ in sclp_initialize_mto()
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()
120 /* set pointer to first byte after struct mto in sclp_initialize_mto()
[all...]
H A Dsclp_rw.h16 struct mto { struct
49 struct mto mto; member
57 /* The number of empty mto buffers that can be contained in a single sccb. */
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmroute.h55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmroute.h55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmroute.h54 #define VIFM_COPY(mfrom,mto) ((mto) = (mfrom))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmroute.h54 #define VIFM_COPY(mfrom,mto) ((mto) = (mfrom))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmroute.h36 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))

Completed in 6 milliseconds