vt_event_post    1315 drivers/tty/vt/vt.c 	vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num);
vt_event_post    4275 drivers/tty/vt/vt.c 	vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num);
vt_event_post    4321 drivers/tty/vt/vt.c 	vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num);
vt_event_post    1328 drivers/tty/vt/vt_ioctl.c 	vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num);
vt_event_post     130 include/linux/vt_kern.h void vt_event_post(unsigned int event, unsigned int old, unsigned int new);