Home
last modified time | relevance | path

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

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