Searched refs:grub_gfxmenu_timeout_notifications (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h87 extern struct grub_gfxmenu_timeout_notify *grub_gfxmenu_timeout_notifications;
98 ne->next = grub_gfxmenu_timeout_notifications;
99 grub_gfxmenu_timeout_notifications = ne;
108 for (p = &grub_gfxmenu_timeout_notifications, q = *p;
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c166 struct grub_gfxmenu_timeout_notify *grub_gfxmenu_timeout_notifications; variable in typeref:struct:grub_gfxmenu_timeout_notify
173 for (cur = grub_gfxmenu_timeout_notifications; cur; cur = cur->next)
182 for (cur = grub_gfxmenu_timeout_notifications; cur; cur = cur->next)

Completed in 15 milliseconds