Searched refs:cursor (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | notifier.c | 73 struct list_head *cursor; in notifier_call_chain() local 77 cursor = &(pcursor && *pcursor ? *pcursor : &nh->head)->chain; in notifier_call_chain() 80 cursor = reverse ? cursor->prev : cursor->next; in notifier_call_chain() 81 nb = list_entry(cursor, struct notifier_block, chain); in notifier_call_chain() 82 if ( cursor == &nh->head.chain ) in notifier_call_chain()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 1106 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; 1412 Bit16u cursor,dummy; local 1421 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; 1613 Bit16u cursor,dummy; local 1622 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; 1671 Bit16u cursor,dummy; local 1680 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; 1945 Bit16u cursor,dummy; local 1958 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; 1987 xcurs=cursor&0x00ff;ycurs=(cursor&0xff00)>>8; [all …]
|
A D | README | 119 cursor row value 167 . set the cursor shape depending on the current font height
|
A D | ChangeLog | 203 cursor row value 420 - remap of the cursor shape depends on modeset control bit 0 869 - remap the cursor size if the char height is > 8 and the new 949 from Hartmut Birr) - cursor shape start and end must be updated 979 - set the cursor shape depending on the current font height - 1124 - fixing initial cursor shape to _ instead of -
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domain_page.c | 121 idx = find_next_zero_bit(dcache->inuse, dcache->entries, dcache->cursor); in map_domain_page() 165 dcache->cursor = idx + 1; in map_domain_page()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 88 + * blinks graphics cursor 906 /* If the cursor is in the first section, display the first section 925 /* If the cursor goes outside, scroll the screen to the right. */ 972 /* If the cursor is at the last position, put `>' or a space, 1230 +/* global state so that we don't try to recursively scroll or cursor */ 1256 +/* move the graphics cursor location to col, row */ 1410 +/* get the current location of the cursor */ 1850 /* Set the cursor position. */ 2264 /* Turn on/off the cursor. */
|
A D | 99minios | 1186 /* get the current location of the cursor */
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | domain.h | 59 unsigned int cursor; member
|
Completed in 26 milliseconds