Home
last modified time | relevance | path

Searched refs:smIntRoot (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sat/src/
HDsminit.c168 smIntRoot_t *smIntRoot; in smInitialize() local
230 smIntRoot = (smIntRoot_t *) (memoryAllocated->smMemory[SM_ROOT_MEM_INDEX].virtPtr); in smInitialize()
231 smRoot->smData = (void *) smIntRoot; in smInitialize()
233 smAllShared = (smIntContext_t *)&(smIntRoot->smAllShared); in smInitialize()
302 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smInitTimers() local
303 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smInitTimers()
375 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smDeviceDataInit() local
376 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smDeviceDataInit()
450 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smIOInit() local
451 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smIOInit()
HDsmsatcb.c233 smIntRoot_t *smIntRoot = agNULL; in smsatPacketCB() local
268 smIntRoot = (smIntRoot_t *)smRoot->smData; in smsatPacketCB()
269 smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smsatPacketCB()
426 smIntRoot_t *smIntRoot = agNULL; in smsatRequestSenseForATAPICB() local
453 smIntRoot = (smIntRoot_t *)smRoot->smData; in smsatRequestSenseForATAPICB()
454 smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smsatRequestSenseForATAPICB()
561 smIntRoot_t *smIntRoot = agNULL; in smsatSetFeaturesPIOCB() local
589 smIntRoot = (smIntRoot_t *)smRoot->smData; in smsatSetFeaturesPIOCB()
590 smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smsatSetFeaturesPIOCB()
708 smIntRoot_t *smIntRoot = agNULL; in smsatDeviceResetCB() local
[all …]
HDsmtimer.c116 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smProcessTimers() local
117 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smProcessTimers()
HDsmsathw.c59 smIntRoot_t *smIntRoot = (smIntRoot_t *) smRoot->smData; in smsataLLIOStart() local
60 smIntContext_t *smAllShared = (smIntContext_t *)&(smIntRoot->smAllShared); in smsataLLIOStart()
HDsmsat.c119 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smIOAbort() local
120 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smIOAbort()
244 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smIOAbortAll() local
245 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smIOAbortAll()
552 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smTaskManagement() local
553 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smTaskManagement()
685 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smDequeueIO() local
686 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smDequeueIO()
1190 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smPhyControlSend() local
1191 smIntContext_t *smAllShared = (smIntContext_t *)&smIntRoot->smAllShared; in smPhyControlSend()
[all …]