Searched defs:xpos (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c37 static int xpos; variable
166 xpos = 0;
223 xpos = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
233 xpos++;
234 if (xpos >= COLUMNS)
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c462 nsc_off_t xpos; /* offset of this io */ local
493 xpos = pos - h->db_pos;
494 for (; xpos >= FBA_NUM(vp->sv_len); vp++)
495 xpos -= FBA_NUM(vp->sv_len);
497 firstentryfix = FBA_SIZE(xpos);
499 xpos = pos;
538 SET_FPOS(&h->db_uio, xpos);
550 xpos += FBA_LEN(thisio);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c349 int xpos = 0; local
361 (void) mvwprintw(taskbar, 0, xpos, "<-");
364 xpos = ITEM_WIDTH / 2;
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) {
390 (void) mvwprintw(taskbar, 0, xpos, "%s", str);
396 xpos += ITEM_WIDTH;
419 int xpos = 0; local
434 (void) mvwprintw(taskbar, 0, xpos, "<-");
437 xpos = 4;
439 while (xpos
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h51 uint_t xpos; /* X position in the sample info */ member in struct:usbms_input
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c331 int xpos, lpos, c, section; local
363 else if (xpos - count < 1)
367 xpos -= count;
377 gotoxy (xpos, getxy () & 0xFF);
387 if (xpos + count >= CMDLINE_WIDTH)
391 xpos += count;
406 gotoxy (xpos, getxy () & 0xFF);
416 int pos = xpos;
455 offset = xpos - plen;
458 xpos
[all...]

Completed in 81 milliseconds