Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dkernel.c37 static int xpos; variable
166 xpos = 0; in cls()
223 xpos = 0; in putchar()
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; in putchar()
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; in putchar()
233 xpos++; in putchar()
234 if (xpos >= COLUMNS) in putchar()
H A Dkernel.c.texi37 static int xpos;
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)
H A Dmultiboot.info1307 static int xpos;
1436 xpos = 0;
1493 xpos = 0;
1500 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
1501 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
1503 xpos++;
1504 if (xpos >= COLUMNS)
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c309 int xpos, lpos, c, section; in real_get_cmdline() local
341 else if (xpos - count < 1) in real_get_cmdline()
345 xpos -= count; in real_get_cmdline()
355 gotoxy (xpos, getxy () & 0xFF); in real_get_cmdline()
365 if (xpos + count >= CMDLINE_WIDTH) in real_get_cmdline()
369 xpos += count; in real_get_cmdline()
384 gotoxy (xpos, getxy () & 0xFF); in real_get_cmdline()
394 int pos = xpos; in real_get_cmdline()
433 offset = xpos - plen; in real_get_cmdline()
436 xpos = lpos + plen; in real_get_cmdline()
[all …]
/titanic_50/usr/src/cmd/latencytop/common/
H A Ddisplay.c349 int xpos = 0; in print_taskbar_process() local
361 (void) mvwprintw(taskbar, 0, xpos, "<-"); in print_taskbar_process()
364 xpos = ITEM_WIDTH / 2; in print_taskbar_process()
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) { in print_taskbar_process()
390 (void) mvwprintw(taskbar, 0, xpos, "%s", str); in print_taskbar_process()
396 xpos += ITEM_WIDTH; in print_taskbar_process()
419 int xpos = 0; in print_taskbar_thread() local
434 (void) mvwprintw(taskbar, 0, xpos, "<-"); in print_taskbar_thread()
437 xpos = 4; in print_taskbar_thread()
439 while (xpos + ITEM_WIDTH <= screen_width && i < list_len) { in print_taskbar_thread()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c462 nsc_off_t xpos; /* offset of this io */ in _nsc_dbuf_io() local
493 xpos = pos - h->db_pos; in _nsc_dbuf_io()
494 for (; xpos >= FBA_NUM(vp->sv_len); vp++) in _nsc_dbuf_io()
495 xpos -= FBA_NUM(vp->sv_len); in _nsc_dbuf_io()
497 firstentryfix = FBA_SIZE(xpos); in _nsc_dbuf_io()
499 xpos = pos; in _nsc_dbuf_io()
538 SET_FPOS(&h->db_uio, xpos); in _nsc_dbuf_io()
550 xpos += FBA_LEN(thisio); in _nsc_dbuf_io()
/titanic_50/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h51 uint_t xpos; /* X position in the sample info */ member
/titanic_50/usr/src/lib/libexacct/common/
H A Dexacct_ops.c489 void *(*xpos)(ea_file_impl_t *), in xget_object()
575 buf = xpos(f); in xget_object()
/titanic_50/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1767 mi->mi_x += usbms_get_coordinate((usbmsp->usbms_idf).xpos, in usbms_input()
2297 idf->xpos = limit; in usbms_read_input_data_format()