Searched refs:col (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 376 col = 2 378 col += 4 380 col += 12 384 col += 12 386 col += 18 388 col += 12 390 col += 12 392 col += 18 401 col = 2 413 col = 2 [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | makesym.perl | 24 foreach $col (0,1) { 25 next if length $addr[$col] < 1; 26 $addr[$col] =~ tr/A-Z/a-z/; 27 $addr[$col] = "000f" . $addr[$col]; 28 print "$addr[$col] $name[$col]\n";
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | gconf.c | 578 if (col) in on_show_name1_activate() 589 if (col) in on_show_range1_activate() 592 if (col) in on_show_range1_activate() 595 if (col) in on_show_range1_activate() 607 if (col) in on_show_data1_activate() 888 gint col; in on_treeview2_button_press_event() local 925 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event() 945 gint col; in on_treeview2_key_press_event() local 967 col = COL_NO; in on_treeview2_key_press_event() 969 col = COL_MOD; in on_treeview2_key_press_event() [all …]
|
A D | qconf.h | 111 int col = colMap[idx]; in removeColumn() local 112 if (col >= 0) { in removeColumn() 113 Parent::removeColumn(col); in removeColumn() 114 colRevMap[col] = colMap[idx] = -1; in removeColumn() 164 void okRename(int col);
|
A D | qconf.cc | 110 void ConfigItem::okRename(int col) in okRename() argument 112 Parent::okRename(col); in okRename()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 102 int i = 0, x = 0, col = 0; in parseNetDevLine() local 159 col++; in parseNetDevLine() 169 switch (col) { in parseNetDevLine()
|
/xen-4.10.0-shim-comet/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) { 1258 + if (col >= view_x0 && col < view_x1) { 1259 + fontx = col; 1260 + cursorX = col << 3;
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
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() 3064 {col=oldcurs&0x00ff; 3068 newcurs=row; newcurs<<=8; newcurs+=col;
|
Completed in 19 milliseconds