Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c109 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 Dsamacro.h209 #define SA_ASSERT OS_ASSERT
H A Dmpidebug.c145 OS_ASSERT(saRoot != NULL, ""); in siEnableTracing()
H A Dsampirsp.c2339 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 Dsaport.c206 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 Dossa.h36 #define ossaAssert OS_ASSERT
39 #define DM_ASSERT OS_ASSERT
42 #define SM_ASSERT OS_ASSERT
H A Dtddefs.h1055 #define TD_ASSERT OS_ASSERT
H A Dtdinit.c145 OS_ASSERT(CardID < TD_MAX_CARD_NUM, "Invalid CardID\n"); in tdsaFreeCardID()
H A Dtdioctl.c1878OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h45 #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 Dttdio.c1985 OS_ASSERT((length <= 64), "length too big in tiTGTSenseBufferGet"); in tiTGTSenseBufferGet()