Searched refs:oldonePortContext (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1363 tdsaPortContext_t *oldonePortContext; local
1428 oldonePortContext = tdSMPRequestBody->tdPortContext;
1429 if (oldonePortContext != agNULL)
1431 TI_DBG3(("itdssSMPCompleted: old pid %d\n", oldonePortContext->id));
1435 TI_DBG1(("itdssSMPCompleted: Wrong!!! oldonePortContext is NULL\n"));
1463 if (onePortContext != oldonePortContext)
1478 if (oldonePortContext->discovery.DiscoverySMPTimer.timerRunning == agTRUE)
1482 &(oldonePortContext->discovery.DiscoverySMPTimer)
1488 tdsaCleanAllExp(tiRoot, oldonePortContext);
1490 tdssInternalRemovals(oldonePortContext
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c2292 dmIntPortContext_t *oldonePortContext; local
2408 oldonePortContext = dmSMPRequestBody->dmPortContext;
2409 if (oldonePortContext != agNULL)
2411 DM_DBG5(("dmSMPCompleted: old pid %d\n", oldonePortContext->id));
2415 DM_DBG1(("dmSMPCompleted: Wrong, oldonePortContext is NULL!!!\n"));
2443 if (onePortContext != oldonePortContext)
2467 if (oldonePortContext->discovery.DiscoverySMPTimer.timerRunning == agTRUE)
2472 &(oldonePortContext->discovery.DiscoverySMPTimer)
2481 dmCleanAllExp(dmRoot, oldonePortContext);
2483 dmInternalRemovals(dmRoot, oldonePortContext);
[all...]

Completed in 122 milliseconds