Home
last modified time | relevance | path

Searched refs:VGA_IOPORT_END (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.c1302 for (port = VGA_IOPORT_START; port <= VGA_IOPORT_END; port++) { in vga_init()
H A Dvga.h33 #define VGA_IOPORT_END 0x3df macro