Lines Matching defs:count
350 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region()
396 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region()
465 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen()
652 int count = vc->vc_screenbuf_size / 2; in clear_buffer_attributes() local
1161 unsigned int count; in csi_J() local
1195 unsigned int count; in csi_K() local
1222 int count; in csi_X() local
2170 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int count) in do_con_write()
2540 static void vt_console_print(struct console *co, const char *b, unsigned count) in vt_console_print()
2771 static int con_write(struct tty_struct *tty, const unsigned char *buf, int count) in con_write()
3392 const char *buf, size_t count) in store_bind()