Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c108 OS_ASSERT(pDevice != agNULL, "saDeregisterDeviceHandle pDevice is NULL"); 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()
814 OS_ASSERT(saRoot != agNULL, "saSetDeviceState saRoot"); in saSetDeviceState()
822 OS_ASSERT(agDevHandle != agNULL, "saSetDeviceState agDevHandle is NULL"); in saSetDeviceState()
[all …]
H A Dsamacro.h208 #define SA_ASSERT OS_ASSERT
H A Dmpidebug.c144 OS_ASSERT(saRoot != NULL, ""); in siEnableTracing()
H A Dsampirsp.c2338 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()
2370 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()
2412 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()
3753 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSSPEvent()
3759 OS_ASSERT(pDevice, "pDevice"); in mpiSSPEvent()
4118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSATAEvent()
6018 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval()
6046 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()
/freebsd-14.2/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()
/freebsd-14.2/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h44 #define OS_ASSERT(expr, message) \ macro
55 #define OS_ASSERT(expr, message) \ macro
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c1985 OS_ASSERT((length <= 64), "length too big in tiTGTSenseBufferGet"); in tiTGTSenseBufferGet()