Home
last modified time | relevance | path

Searched defs:term_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h57 struct term_entry struct
60 const char *name;
62 unsigned long flags;
64 unsigned short max_lines;
66 void (*putchar) (int c);
68 int (*checkkey) (void);
92 extern struct term_entry term_table[]; argument
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h675 struct term_entry { struct
679 typedef struct term_entry term_entry_t; argument