Lines Matching defs:viewed
4 * /dev/vcs: the screen as it is being viewed right now (possibly scrolled)
179 * @viewed: returns whether this console is currently foreground (viewed)
183 static struct vc_data *vcs_vc(struct inode *inode, bool *viewed)
191 if (viewed)
192 *viewed = true;
195 if (viewed)
196 *viewed = false;
249 unsigned int pos, unsigned int count, bool viewed)
265 vc_uniscr_copy_line(vc, con_buf, viewed, row, col, nr);
277 unsigned int pos, unsigned int count, bool viewed)
282 org = screen_pos(vc, pos, viewed);
289 org = screen_pos(vc, pos, viewed);
297 unsigned int pos, unsigned int count, bool viewed,
341 org = screen_pos(vc, pos, viewed);
355 org = screen_pos(vc, pos, viewed);
374 bool viewed, attr, uni_mode;
406 vc = vcs_vc(inode, &viewed);
437 viewed);
442 viewed);
445 viewed, &skip);
479 unsigned int pos, unsigned int count, bool viewed, u16 **org0)
484 *org0 = org = screen_pos(vc, pos, viewed);
496 org = screen_pos(vc, pos, viewed);
519 unsigned int pos, unsigned int count, bool viewed, u16 **org0)
534 if (!viewed)
544 *org0 = org = screen_pos(vc, pos/2, viewed);
555 org = screen_pos(vc, pos/2, viewed);
572 org = screen_pos(vc, pos, viewed);
600 bool viewed, attr;
618 vc = vcs_vc(inode, &viewed);
663 vc = vcs_vc(inode, &viewed);
688 viewed, &org0);
691 viewed, &org0);