Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1021 uint8_t driveSlot = (1 << ii); in createDrives() local
1022 bool isNvme = ((ifdet & driveSlot) && !(presence & driveSlot)); in createDrives()
1023 bool isPresent = isNvme || (presence & driveSlot); in createDrives()
1024 bool isFailed = !isPresent || failed & driveSlot; in createDrives()
1025 bool isRebuilding = !isPresent && (rebuilding & driveSlot); in createDrives()
1044 uint8_t driveSlot = (1 << ii); in updateDrives() local
1045 bool isNvme = ((ifdet & driveSlot) && !(presence & driveSlot)); in updateDrives()
1046 bool isPresent = isNvme || (presence & driveSlot); in updateDrives()
1047 bool isFailed = !isPresent || (failed & driveSlot); in updateDrives()
1048 bool isRebuilding = isPresent && (rebuilding & driveSlot); in updateDrives()