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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_rw.c96 struct mto *mto; local
100 mto_size = sizeof(struct mto) + max_len;
102 /* check if current buffer sccb can contain the mto */
108 mto = (struct mto *)(((addr_t) sccb) + sccb->header.length);
114 memset(mto, 0, sizeof(struct mto));
115 mto->length = sizeof(struct mto);
134 struct mto *mto; local
[all...]
H A Dsclp_rw.h16 struct mto { struct
61 /* The number of empty mto buffers that can be contained in a single sccb. */
63 sizeof(struct write_sccb)) / sizeof(struct mto))
H A Dsclp_tty.c231 * a string of newlines. Every newlines creates a new mto which
244 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct mto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmroute.h46 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom))

Completed in 104 milliseconds