Searched refs:vt_stat (Results 1 – 2 of 2) sorted by relevance
492 struct vt_stat vt_stat; in vt_is_busy() local511 if (ioctl(fd, VT_GETSTATE, &vt_stat) < 0) in vt_is_busy()514 r = !!(vt_stat.v_state & (1 << vtnr)); in vt_is_busy()
56 struct vt_stat vcs = {}; in verify_vc_allocation_byfd()