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

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c39 static int ypos; variable
167 ypos = 0;
224 ypos++;
225 if (ypos >= LINES)
226 ypos = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h54 uint_t ypos; /* Y position in the sample info */ member in struct:usbms_input

Completed in 1345 milliseconds