Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaioctlcmd.c1223 …controllerStatus->bootStatus = ( (( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT9) & 1 ) … in saGetControllerStatus()
1283 …aGetControllerStatus: bootStatus 0x%08x\n", controllerStatus->bootStatus)); in saGetControllerStatus()
1284 …erStatus: bootStatus Active FW Image %x\n", (controllerStatus->bootStatus & 1 ) ? 1 : 0 )); in saGetControllerStatus()
1285 …rStatus: bootStatus Encryption Cap %x\n", ((controllerStatus->bootStatus & 0x30000 ) >> S… in saGetControllerStatus()
1286 …rStatus: bootStatus Encryption Sec Mode %x\n", ((controllerStatus->bootStatus & 0xC0000 ) >> S… in saGetControllerStatus()
1287 …erStatus: bootStatus Encryption AES XTS %x\n", (controllerStatus->bootStatus & 0x800000 ) ? 1… in saGetControllerStatus()
1288 …tatus: bootStatus Encryption Engine Stat 0x%x\n", ((controllerStatus->bootStatus & 0xFF000000 ) >… in saGetControllerStatus()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2091 bit32 bootStatus; member