Searched refs:vt_late_window_switch (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/vt/
H A Dvt_core.c161 static int vt_late_window_switch(struct vt_window *);
297 vt_late_window_switch((struct vt_window *)arg);
415 /* vt_late_window_switch will done VT switching for regular case. */
417 vt_late_window_switch(struct vt_window *vw) function
464 ret = vt_late_window_switch(vw);
1633 vt_late_window_switch(vw->vw_switch_to);

Completed in 30 milliseconds