Searched defs:video (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c32 /* The video memory address. */
40 /* Point to the video memory. */
41 static volatile unsigned char *video; variable
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c84 volatile unsigned short *video local
87 video[herc_y * HERCULES_WIDTH + herc_x]
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
111 video[i] = 0x07200720;
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
122 video[i] = 0x07200720;

Completed in 189 milliseconds