Home
last modified time | relevance | path

Searched refs:row (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py356 row = 0
360 row +=1
375 row += 1
400 row += 1
412 row += 1
432 row += 1
452 row += 1
465 row += 1
485 row += 1
490 row += 1
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dgconf.c1048 g_free(row[i]); in fill_row()
1049 bzero(row, sizeof(row)); in fill_row()
1051 row[COL_OPTION] = in fill_row()
1084 return row; in fill_row()
1104 row[COL_VALUE] = in fill_row()
1157 return row; in fill_row()
1169 row[COL_PIXBUF]); in set_node()
1178 COL_NO, row[COL_NO], in set_node()
1179 COL_MOD, row[COL_MOD], in set_node()
1180 COL_YES, row[COL_YES], in set_node()
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dtextbox.c27 static void print_line(WINDOW *win, int row, int width);
341 static void print_line(WINDOW * win, int row, int width) in print_line() argument
347 wmove(win, row, 0); /* move cursor to correct line */ in print_line()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmtrr.h88 uint32_t row, uint64_t msr_content);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dmtrr.c420 uint32_t row, uint64_t msr_content) in mtrr_fix_range_msr_set() argument
424 if ( fixed_range_base[row] != msr_content ) in mtrr_fix_range_msr_set()
433 fixed_range_base[row] = msr_content; in mtrr_fix_range_msr_set()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff1256 +/* 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-4.10.0-shim-comet/tools/firmware/vgabios/
A DREADME119 cursor row value
A Dvgabios.c3053 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 DChangeLog203 cursor row value
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs598 + * 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 26 milliseconds