Home
last modified time | relevance | path

Searched refs:ge_flags (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h66 #define IS_ENTRY_VALID(ent) ((ent) && ((ent)->ge_flags & GRBM_VALID_FLAG))
161 uint_t ge_flags; member
H A Dlibgrub_menu.c103 ent->ge_flags |= GRBM_VALID_FLAG; in check_entry()