Searched defs:get_pos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c50 void get_pos(UINTN *x, UINTN *y);
80 get_pos(UINTN *x, UINTN *y) function
123 get_pos(&curx, &cury);
233 get_pos(&curx, &cury);
372 get_pos(&x, &y);
382 get_pos(&x, &y);
392 get_pos(&x, &y);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c60 void get_pos(int *x, int *y);
115 get_pos(&curx, &cury);
209 get_pos(int *x, int *y) function
321 get_pos(&curx, &cury);
459 get_pos(&x, &y);
469 get_pos(&x, &y);
479 get_pos(&x, &y);

Completed in 56 milliseconds