Searched refs:OS_ASSERT (Results 1 – 11 of 11) sorted by relevance
| /src/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sadisc.c | 96 OS_ASSERT(agDevHandle != agNULL, "saDeregisterDeviceHandle agDevHandle is NULL"); in saDeregisterDeviceHandle() 108 OS_ASSERT(pDevice != agNULL, "saDeregisterDeviceHandle pDevice is NULL"); in saDeregisterDeviceHandle() 118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in saDeregisterDeviceHandle() 166 OS_ASSERT(pDevice != agNULL, "siRemoveDevHandle is NULL"); in siRemoveDevHandle() 258 OS_ASSERT(pPort != agNULL, "saGetDeviceHandles is NULL"); in saGetDeviceHandles() 319 OS_ASSERT(pPort != agNULL, "saRegisterNewDevice is NULL"); in saRegisterNewDevice() 320 OS_ASSERT(saRoot != agNULL, "saRoot is NULL"); in saRegisterNewDevice() 621 OS_ASSERT(pDevice != agNULL, "saGetDeviceInfo is NULL"); in saGetDeviceInfo() 686 OS_ASSERT(pDevice != agNULL, "saSetDeviceInfo is NULL"); in saSetDeviceInfo() 750 OS_ASSERT(pDevice != agNULL, "saGetDeviceState is NULL"); in saGetDeviceState() [all …]
|
| H A D | samacro.h | 208 #define SA_ASSERT OS_ASSERT
|
| H A D | mpidebug.c | 144 OS_ASSERT(saRoot != NULL, ""); in siEnableTracing()
|
| H A D | sampirsp.c | 2335 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 2367 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 2409 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp() 3750 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSSPEvent() 3756 OS_ASSERT(pDevice, "pDevice"); in mpiSSPEvent() 4115 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSATAEvent() 6015 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval() 6043 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval()
|
| H A D | saport.c | 205 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()
|
| /src/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | ossa.h | 35 #define ossaAssert OS_ASSERT 38 #define DM_ASSERT OS_ASSERT 41 #define SM_ASSERT OS_ASSERT
|
| H A D | tddefs.h | 1054 #define TD_ASSERT OS_ASSERT
|
| H A D | tdioctl.c | 1877 …OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
|
| H A D | tdinit.c | 144 OS_ASSERT(CardID < TD_MAX_CARD_NUM, "Invalid CardID\n"); in tdsaFreeCardID()
|
| /src/sys/dev/pms/freebsd/driver/common/ |
| H A D | osdebug.h | 44 #define OS_ASSERT(expr, message) \ macro 55 #define OS_ASSERT(expr, message) \ macro
|
| /src/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()
|