Searched defs:vc_selection (Results 1 – 1 of 1) sorted by relevance
39 static struct vc_selection { struct40 struct mutex lock;41 struct vc_data *cons; /* must not be deallocated */42 char *buffer;43 unsigned int buf_len;44 volatile int start; /* cleared by clear_selection */45 int end;326 static int vc_selection(struct vc_data *vc, struct tiocl_selection *v, in vc_selection() function