Searched refs:vcs (Results 1 - 4 of 4) sorted by last modified time

/netbsd-current/sys/dev/pci/
H A Dsisfb.c78 struct vcons_screen vcs; member in struct:sisfb
238 console = sisfbcn.vcs.scr_ri.ri_hw != NULL;
286 fb->vcs.scr_ri.ri_width, fb->vcs.scr_ri.ri_height,
287 fb->vcs.scr_ri.ri_depth);
312 ri = &fb->vcs.scr_ri;
314 vcons_init_screen(&sc->vd, &fb->vcs, 1, &defattr);
315 fb->vcs.scr_flags |= VCONS_SCREEN_IS_STATIC;
321 vcons_replay_msgbuf(&fb->vcs);
355 struct rasops_info *ri = &sc->sc_fb->vcs
[all...]
H A Dlynxfb.c94 struct vcons_screen vcs; member in struct:lynxfb
199 struct rasops_info *ri = &lynxfb_console.fb.vcs.scr_ri;
343 ri = &fb->vcs.scr_ri;
345 vcons_init_screen(&sc->sc_vd, &fb->vcs, 1, &defattr);
346 fb->vcs.scr_flags |= VCONS_SCREEN_IS_STATIC;
353 vcons_replay_msgbuf(&fb->vcs);
469 struct rasops_info *ri = &sc->sc_fb->vcs.scr_ri;
546 struct rasops_info *ri = &fb->vcs.scr_ri;
666 struct rasops_info *ri = &fb->vcs.scr_ri;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c465 struct vmw_connector_state *vcs; local
468 vcs = vmw_connector_state_to_vcs(du->connector.state);
593 struct vmw_crtc_state *vcs; local
598 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL);
600 if (!vcs)
603 state = &vcs->base;
621 struct vmw_crtc_state *vcs; local
630 vcs = kzalloc(sizeof(*vcs), GFP_KERNE
761 struct vmw_connector_state *vcs; local
789 struct vmw_connector_state *vcs; local
[all...]
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dpvcs2rcs.in16 # located in VCS/ or vcs/ subdirectories) and convert them to RCS archives.
27 # Would walk through every VCS or vcs subdir starting at the current directory,
28 # and produce corresponding RCS archives one level above the VCS or vcs subdir.
63 # within the VCS/../ or vcs/../ (or possibly ./ with '-pflat')
103 # a few cases (get? vcs?) !!!) *** Also note that this script will
174 my @bin_dependancies = ("vcs", "vlog", "rcs", "ci");
530 # and we found a vcs directory add its files to @pvcsarchives
531 if (!$options{'pvcs-dirs-flat'} and $fn =~ /^vcs$/i)
545 # else add the files in the vcs dir to our list of files to process
546 error_count 'warning', \$warnings, "Found two vcs dir
[all...]

Completed in 217 milliseconds