Searched refs:smpRespDiscover2_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h257 smpRespDiscover2_t *pDiscoverResp
272 smpRespDiscover2_t *pDiscoverResp
820 smpRespDiscover2_t *pdmSMPDiscover2Resp
H A Ddmtypes.h109 smpRespDiscover2_t SMPDiscover2Resp;
H A Ddmsmp.c211 expectedRspLen = sizeof(smpRespDiscover2_t) + 4;
967 smpRespDiscover2_t *pdmSMPDiscover2Resp;
996 saFrameReadBlock(agRoot, frameHandle, 4, pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
999 saFrameReadBlock(agRoot, dmSMPResponseBody->IndirectSMP, 4, pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
1030 dmhexdump("dmDiscover2RespRcvd", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
1057 dmhexdump("dmDiscover2RespRcvd", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
3176 if ((agIOInfoLen != sizeof(smpRespDiscover2_t) + 4) &&
3180 DM_DBG1(("dmSMPCompleted: discover mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (int)sizeof(smpRespDiscover2_t) + 4));
H A Ddmdisc.c1013 smpRespDiscover2_t *pDiscoverResp
1074 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover2_t));
2236 smpRespDiscover2_t *pDiscoverResp
2301 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover2_t));
7260 smpRespDiscover2_t *pdmSMPDiscover2Resp
7347 smpRespDiscover2_t *pdmSMPDiscover2Resp = agNULL;
7361 pdmSMPDiscover2Resp = (smpRespDiscover2_t *)timerData3;
7437 dmhexdump("dmConfigureRouteTimerCB", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
H A Ddmdefs.h811 } smpRespDiscover2_t; typedef in typeref:struct:smpRespDiscover2_s

Completed in 185 milliseconds