FirstEntrySList

PSLIST_ENTRY __stdcall FirstEntrySList(PSLIST_HEADER SListHead){
  PSLIST_ENTRY result; 

  result = (PSLIST_ENTRY)SListHead->Region;
  LOBYTE(result) = (unsigned __int8)result & 0xF0;
  return result;
}

Referenced by:

PopMarkComponentsBootPhase