SmRegistrationCtxStart

INT64 __fastcall SmRegistrationCtxStart(struct DMA_ADAPTER **a1){
  int Event; 
  Event = SmCreateEvent((KEVENT **)a1);
  if( Event >= 0 )
  {
    *a1 = 0i64;
    return 0;
  }
  return(unsigned int)Event;
}

Referenced by:

SmFirstTimeInit
SmGetRegistrationInfo
SmcCacheCreatePrepare