Home
last modified time | relevance | path

Searched refs:col (Results 1 – 8 of 8) sorted by relevance

/xen/tools/xenmon/
A Dxenmon.py378 col = 2
380 col += 4
382 col += 12
386 col += 12
388 col += 18
390 col += 12
392 col += 12
394 col += 18
403 col = 2
415 col = 2
[all …]
/xen/tools/firmware/rombios/
A Dmakesym.perl24 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/xen/tools/kconfig/
A Dgconf.c577 if (col) in on_show_name1_activate()
588 if (col) in on_show_range1_activate()
591 if (col) in on_show_range1_activate()
594 if (col) in on_show_range1_activate()
606 if (col) in on_show_data1_activate()
887 gint col; in on_treeview2_button_press_event() local
924 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event()
944 gint col; in on_treeview2_key_press_event() local
966 col = COL_NO; in on_treeview2_key_press_event()
968 col = COL_MOD; in on_treeview2_key_press_event()
[all …]
A Dqconf.h143 void okRename(int col);
A Dqconf.cc96 void ConfigItem::okRename(int col) in okRename() argument
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_linux.c109 int i = 0, x = 0, col = 0; in parseNetDevLine() local
166 col++; in parseNetDevLine()
176 switch (col) { in parseNetDevLine()
/xen/stubdom/grub.patches/
A D10graphics.diff1256 +/* 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/tools/firmware/vgabios/
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()
3064 {col=oldcurs&0x00ff;
3068 newcurs=row; newcurs<<=8; newcurs+=col;

Completed in 23 milliseconds