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

/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c144 static int vt_late_window_switch(struct vt_window *);
152 vt_late_window_switch((struct vt_window *)arg);
179 /* vt_late_window_switch will done VT switching for regular case. */
181 vt_late_window_switch(struct vt_window *vw) function
228 ret = vt_late_window_switch(vw);
1150 vt_late_window_switch(vw->vw_switch_to);

Completed in 54 milliseconds