Searched refs:row (Results 1 – 10 of 10) sorted by relevance
/xen/tools/xenmon/ |
A D | xenmon.py | 358 row = 0 362 row +=1 377 row += 1 402 row += 1 414 row += 1 434 row += 1 454 row += 1 467 row += 1 487 row += 1 492 row += 1 [all …]
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 1047 g_free(row[i]); in fill_row() 1048 bzero(row, sizeof(row)); in fill_row() 1050 row[COL_OPTION] = in fill_row() 1083 return row; in fill_row() 1103 row[COL_VALUE] = in fill_row() 1156 return row; in fill_row() 1168 row[COL_PIXBUF]); in set_node() 1177 COL_NO, row[COL_NO], in set_node() 1178 COL_MOD, row[COL_MOD], in set_node() 1179 COL_YES, row[COL_YES], in set_node() [all …]
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 14 static void print_line(WINDOW *win, int row, int width); 328 static void print_line(WINDOW * win, int row, int width) in print_line() argument 334 wmove(win, row, 0); /* move cursor to correct line */ in print_line()
|
/xen/xen/include/asm-x86/ |
A D | mtrr.h | 92 uint32_t row, uint64_t msr_content);
|
/xen/xen/arch/x86/hvm/ |
A D | mtrr.c | 428 uint32_t row, uint64_t msr_content) in mtrr_fix_range_msr_set() argument 432 if ( fixed_range_base[row] != msr_content ) in mtrr_fix_range_msr_set() 441 fixed_range_base[row] = msr_content; in mtrr_fix_range_msr_set()
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 1256 +/* move the graphics cursor location to col, row */ 1257 +static void graphics_setxy(int col, int row) { 1262 + if (row >= view_y0 && row < view_y1) { 1263 + fonty = row; 1264 + cursorY = row << 4;
|
/xen/tools/firmware/vgabios/ |
A D | README | 119 cursor row value
|
A D | vgabios.c | 3053 static void biosfn_write_string (flag,page,attr,count,row,col,seg,offset) in biosfn_write_string() argument 3054 Bit8u flag;Bit8u page;Bit8u attr;Bit16u count;Bit8u row;Bit8u col;Bit16u seg;Bit16u offset; in biosfn_write_string() 3063 if(row==0xff) 3065 row=(oldcurs&0xff00)>>8; 3068 newcurs=row; newcurs<<=8; newcurs+=col;
|
A D | ChangeLog | 203 cursor row value
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 598 + * be used at this point: if not we have 2 unused structs in a row, plug_holes should ha… 610 - * be used at this point: if not we have 2 unused structs in a row, plug_holes should have
|
Completed in 21 milliseconds