Home
last modified time | relevance | path

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

/src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c96 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 Dsamacro.h208 #define SA_ASSERT OS_ASSERT
H A Dmpidebug.c144 OS_ASSERT(saRoot != NULL, ""); in siEnableTracing()
H A Dsampirsp.c2335 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 Dsaport.c205 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()
/src/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h35 #define ossaAssert OS_ASSERT
38 #define DM_ASSERT OS_ASSERT
41 #define SM_ASSERT OS_ASSERT
H A Dtddefs.h1054 #define TD_ASSERT OS_ASSERT
H A Dtdioctl.c1877OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
H A Dtdinit.c144 OS_ASSERT(CardID < TD_MAX_CARD_NUM, "Invalid CardID\n"); in tdsaFreeCardID()
/src/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h44 #define OS_ASSERT(expr, message) \ macro
55 #define OS_ASSERT(expr, message) \ macro
/src/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c1985 OS_ASSERT((length <= 64), "length too big in tiTGTSenseBufferGet"); in tiTGTSenseBufferGet()