Lines Matching defs:count
346 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region()
392 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region()
461 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen()
648 int count = vc->vc_screenbuf_size / 2; in clear_buffer_attributes() local
1155 unsigned int count; in csi_J() local
1189 unsigned int count; in csi_K() local
1216 int count; in csi_X() local
2156 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int count) in do_con_write()
2526 static void vt_console_print(struct console *co, const char *b, unsigned count) in vt_console_print()
2757 static int con_write(struct tty_struct *tty, const unsigned char *buf, int count) in con_write()
3396 const char *buf, size_t count) in store_bind()