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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcommand.h74 typedef struct grub_command *grub_command_t; typedef in typeref:struct:grub_command
76 extern grub_command_t EXPORT_VAR(grub_command_list);
78 grub_command_t
84 void EXPORT_FUNC(grub_unregister_command) (grub_command_t cmd);
86 static inline grub_command_t
95 static inline grub_command_t
104 static inline grub_command_t
113 grub_command_t cmd;

Completed in 21 milliseconds