BE_INSTALLBOOT_FLAG_FORCE
flags |= BE_INSTALLBOOT_FLAG_FORCE;
uint16_t force = flags & BE_INSTALLBOOT_FLAG_FORCE;
if (force == BE_INSTALLBOOT_FLAG_FORCE) {
if ((flags & BE_INSTALLBOOT_FLAG_FORCE) ==
BE_INSTALLBOOT_FLAG_FORCE)
if ((flags & BE_INSTALLBOOT_FLAG_FORCE) != BE_INSTALLBOOT_FLAG_FORCE) {