Searched refs:bootableChildBmp (Results 1 – 2 of 2) sorted by relevance
479 if (!(mbpState.bootableChildBmp & (1 << i))) in MBP_StartRebootAll()704 mbpState.bootableChildBmp |= 1 << child_aid; in ParentStateCallback()713 mbpState.bootableChildBmp &= ~(1 << child_aid); in ParentStateCallback()877 &mbpState.bootableChildBmp, in MBP_GetChildBmp()927 if (tmpState.bootableChildBmp & bitmap) in MBP_GetChildState()999 mbpState.bootableChildBmp &= aidMask; in MBP_DisconnectChildFromBmp()
79 u16 bootableChildBmp; // Flag for children that have completed downloading member