Lines Matching defs:new
29 * User-defined bell sound, new setterm control sequences and printk
773 unsigned short new;
777 new = old ^ vc->vc_complement_mask;
778 scr_writew(new, p);
782 vc->vc_sw->con_putc(vc, new, oldy, oldx);
974 * rebuilding new attributes from the old buffer is not doable
2941 been allocated - a new console is not created
2996 * @new: The new virtual terminal number or -1 if the console should stay
3003 * This function sets the kernel message console to be @new. It returns the old
3015 int vt_kmsg_redirect(int new)
3019 if (new != -1)
3020 return xchg(&kmsg_con, new);