Searched refs:OS_ASSERT (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sadisc.c | 109 OS_ASSERT(pDevice != agNULL, "saDeregisterDeviceHandle pDevice is NULL"); in saDeregisterDeviceHandle() 167 OS_ASSERT(pDevice != agNULL, "siRemoveDevHandle is NULL"); in siRemoveDevHandle() 259 OS_ASSERT(pPort != agNULL, "saGetDeviceHandles is NULL"); in saGetDeviceHandles() 320 OS_ASSERT(pPort != agNULL, "saRegisterNewDevice is NULL"); in saRegisterNewDevice() 321 OS_ASSERT(saRoot != agNULL, "saRoot is NULL"); in saRegisterNewDevice() 622 OS_ASSERT(pDevice != agNULL, "saGetDeviceInfo is NULL"); in saGetDeviceInfo() 687 OS_ASSERT(pDevice != agNULL, "saSetDeviceInfo is NULL"); in saSetDeviceInfo() 751 OS_ASSERT(pDevice != agNULL, "saGetDeviceState is NULL"); in saGetDeviceState() 815 OS_ASSERT(saRoot != agNULL, "saSetDeviceState saRoot"); in saSetDeviceState() 823 OS_ASSERT(agDevHandle != agNULL, "saSetDeviceState agDevHandle is NULL"); in saSetDeviceState() [all …]
|
| H A D | samacro.h | 209 #define SA_ASSERT OS_ASSERT
|
| H A D | mpidebug.c | 145 OS_ASSERT(saRoot != NULL, ""); in siEnableTracing()
|
| H A D | sampirsp.c | 2339 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 2371 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 2413 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 3754 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSSPEvent() 3760 OS_ASSERT(pDevice, "pDevice"); in mpiSSPEvent() 4119 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSATAEvent() 6019 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval() 6047 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval()
|
| H A D | saport.c | 206 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | ossa.h | 36 #define ossaAssert OS_ASSERT 39 #define DM_ASSERT OS_ASSERT 42 #define SM_ASSERT OS_ASSERT
|
| H A D | tddefs.h | 1055 #define TD_ASSERT OS_ASSERT
|
| H A D | tdinit.c | 145 OS_ASSERT(CardID < TD_MAX_CARD_NUM, "Invalid CardID\n"); in tdsaFreeCardID()
|
| H A D | tdioctl.c | 1878 …OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | osdebug.h | 45 #define OS_ASSERT(expr, message) \ macro 56 #define OS_ASSERT(expr, message) \ macro
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| H A D | ttdio.c | 1985 OS_ASSERT((length <= 64), "length too big in tiTGTSenseBufferGet"); in tiTGTSenseBufferGet()
|