Lines Matching defs:from
64 /* Lock to protect internal data from concurrent access */
125 /* Move request from outqueue to empty queue */
310 int from;
323 for (from=0, to=0;
324 (from < count) && (to < sclp_vt220_space_left(request));
325 from++) {
327 c = msg[from];
341 return from;
388 * from memory at BUF
461 * characters to the tty device. The characters may come from
666 /* Release memory and unregister from sclp core. Controlled by init counting -