Home
last modified time | relevance | path

Searched refs:GRBM_VALID_FLAG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h64 #define GRBM_VALID_FLAG ((uint_t)1 << 31) macro
66 #define IS_ENTRY_VALID(ent) ((ent) && ((ent)->ge_flags & GRBM_VALID_FLAG))
67 #define IS_BARG_VALID(barg) ((barg)->gb_flags & GRBM_VALID_FLAG)
H A Dlibgrub_entry.c134 barg->gb_flags |= GRBM_VALID_FLAG; in grub_entry_construct_barg()
H A Dlibgrub_menu.c103 ent->ge_flags |= GRBM_VALID_FLAG; in check_entry()