Searched refs:vtname (Results 1 – 1 of 1) sorted by relevance
889 char vtname[16]; in vt_get_active_disp_info() local900 (void) snprintf(vtname, sizeof (vtname), "/dev/vt/%d", state.v_active); in vt_get_active_disp_info()901 if ((fd = open(vtname, O_RDONLY)) < 0) in vt_get_active_disp_info()