Searched refs:P_SCMOUSE (Results 1 – 2 of 2) sorted by relevance
593 p->p_flags &= ~P_SCMOUSE; in sc_mouse_exit1_proc()612 if ((p->p_flags & P_SCMOUSE) == 0) in sc_mouse_exit1()660 if (curproc->p_flags & P_SCMOUSE) { in sc_mouse_ioctl()673 curproc->p_flags |= P_SCMOUSE; in sc_mouse_ioctl()
356 #define P_SCMOUSE 0x00080 /* Process is held by syscons ioctl */ macro