Searched refs:vt_dispinfo (Results 1 – 4 of 4) sorted by relevance
111 struct vt_dispinfo { struct
877 struct vt_dispinfo vtdisp; in vt_ioctl()977 if (!(tmp = allocb(sizeof (struct vt_dispinfo), BPRI_MED))) { in vt_ioctl()981 *(struct vt_dispinfo *)(void *)tmp->b_rptr = vtdisp; in vt_ioctl()982 tmp->b_wptr += sizeof (struct vt_dispinfo); in vt_ioctl()983 vt_copyout(q, mp, tmp, sizeof (struct vt_dispinfo)); in vt_ioctl()
174 _NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vt_dispinfo))
885 vt_get_active_disp_info(struct vt_dispinfo *vd) in vt_get_active_disp_info()924 struct vt_dispinfo vd; in vt_check_disp_active()941 struct vt_dispinfo vd; in vt_get_disp_info()