vs                697 dev/ic/vga.c   	struct vgascreen *vs = cookie;
vs                698 dev/ic/vga.c   	struct vga_config *vc = vs->cfg;
vs                700 dev/ic/vga.c   	LIST_REMOVE(vs, next);
vs                702 dev/ic/vga.c   	if (vs != &vga_console_screen) {
vs                712 dev/ic/vga.c   			free(vs->pcs.mem, M_DEVBUF);
vs                714 dev/ic/vga.c   		free(vs, M_DEVBUF);
vs                718 dev/ic/vga.c   	if (vc->active == vs)
vs                653 dev/isa/ega.c  	struct egascreen *vs = cookie;
vs                654 dev/isa/ega.c  	struct ega_config *vc = vs->cfg;
vs                656 dev/isa/ega.c  	LIST_REMOVE(vs, next);
vs                657 dev/isa/ega.c  	if (vs != &ega_console_screen) {
vs                667 dev/isa/ega.c  			free(vs->pcs.mem, M_DEVBUF);
vs                669 dev/isa/ega.c  		free(vs, M_DEVBUF);
vs                673 dev/isa/ega.c  	if (vc->active == vs)
vs                122 dev/pci/agp.c  	struct vga_config* vs = (struct vga_config*) v;
vs                123 dev/pci/agp.c  	struct vga_pci_softc* sc = (struct vga_pci_softc *)vs->vc_softc;