Searched refs:NotifReqElment (Results 1 – 1 of 1) sorted by relevance
357 NotifReqElment_t *NotifReqElment; in DistributorMgr_Reg() local362 NotifReqElment = (NotifReqElment_t*)List_AllocElement(DistributorMgr->DistributionList); in DistributorMgr_Reg()363 if (NotifReqElment == NULL) in DistributorMgr_Reg()366 NotifReqElment->CallBack = (GeneralEventCall_t)CallBack; in DistributorMgr_Reg()367 NotifReqElment->Mask = Mask; in DistributorMgr_Reg()368 NotifReqElment->Context = Context; in DistributorMgr_Reg()369 NotifReqElment->Cookie = Cookie; in DistributorMgr_Reg()370 NotifReqElment->HaltReq = TI_FALSE; in DistributorMgr_Reg()371 return (TI_HANDLE)NotifReqElment; in DistributorMgr_Reg()383 NotifReqElment_t *NotifReqElment = (NotifReqElment_t*)ReqElmenth; in DistributorMgr_ReReg() local[all …]