Lines Matching refs:from
63 /* Lock to protect internal data from concurrent access */
130 /* Move request from outqueue to empty queue */
316 int from;
329 for (from=0, to=0;
330 (from < count) && (to < sclp_vt220_space_left(request));
331 from++) {
333 c = msg[from];
347 return from;
394 * from memory at BUF
467 * characters to the tty device. The characters may come from
674 /* Release memory and unregister from sclp core. Controlled by init counting -