Home
last modified time | relevance | path

Searched refs:agsaGetDeviceStateRsp_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h517 agsaGetDeviceStateRsp_t *pIomb
H A Dsampidefs.h1608 } agsaGetDeviceStateRsp_t; typedef
H A Dsampirsp.c521 mpiGetDeviceStateRsp(agRoot, (agsaGetDeviceStateRsp_t *)pMsg1);
6200 agsaGetDeviceStateRsp_t *pIomb in mpiGetDeviceStateRsp()
6215 OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDeviceStateRsp_t, tag)); in mpiGetDeviceStateRsp()
6216 OSSA_READ_LE_32(AGROOT, &deviceId, pIomb, OSSA_OFFSET_OF(agsaGetDeviceStateRsp_t, deviceId)); in mpiGetDeviceStateRsp()
6217 OSSA_READ_LE_32(AGROOT, &status, pIomb, OSSA_OFFSET_OF(agsaGetDeviceStateRsp_t, status)); in mpiGetDeviceStateRsp()
6237 OSSA_READ_LE_32(AGROOT, &deviceState, pIomb, OSSA_OFFSET_OF(agsaGetDeviceStateRsp_t, ds)); in mpiGetDeviceStateRsp()
H A Dsaint.c2809 mpiGetDeviceStateRsp(agRoot, (agsaGetDeviceStateRsp_t *)pMsg1); in mpiParseOBIomb()