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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterm.h170 struct grub_term_output struct
173 struct grub_term_output *next;
179 grub_err_t (*init) (struct grub_term_output *term);
182 grub_err_t (*fini) (struct grub_term_output *term);
185 void (*putchar) (struct grub_term_output *term,
190 grub_ssize_t (*getcharwidth) (struct grub_term_output *term,
194 grub_uint16_t (*getwh) (struct grub_term_output *term);
197 grub_uint16_t (*getxy) (struct grub_term_output *term);
200 void (*gotoxy) (struct grub_term_output *term,
204 void (*cls) (struct grub_term_output *ter
[all...]

Completed in 22 milliseconds