Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h207 #define VIS_GET_CURSOR 2 macro
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c415 if (cursor_request.action == VIS_GET_CURSOR && in do_gfx_ioctl()
H A Dgfxp_bitmap.c638 case VIS_GET_CURSOR: in bitmap_cons_cursor()
H A Dgfxp_vgatext.c773 case VIS_GET_CURSOR: in vgatext_cons_cursor()
/illumos-gate/usr/src/boot/common/
H A Dtem.c958 tem_text_cursor(tem, VIS_GET_CURSOR); in tem_check_first_time()
960 tem_pix_cursor(tem, VIS_GET_CURSOR); in tem_check_first_time()
2780 if (action == VIS_GET_CURSOR) { in tem_text_cursor()
2813 if (action == VIS_GET_CURSOR) { in tem_pix_cursor()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c217 tem_safe_text_cursor(tem, VIS_GET_CURSOR, credp, called_from); in tem_safe_check_first_time()
219 tem_safe_pix_cursor(tem, VIS_GET_CURSOR, credp, called_from); in tem_safe_check_first_time()
2428 if (action == VIS_GET_CURSOR) { in tem_safe_text_cursor()
2465 if (action == VIS_GET_CURSOR) { in tem_safe_pix_cursor()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c534 case VIS_GET_CURSOR: in vidc_cons_cursor()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c397 case VIS_GET_CURSOR: { /* only used at startup */ in efi_cons_cursor()