PiSwFindChildren

LIST_ENTRY *__stdcall PiSwFindChildren(UNICODE_STRING *DeviceInstancePath){
  LIST_ENTRY *v1; 
  LIST_ENTRY *v2; 
  LIST_ENTRY *result; 
  LODWORD(v1) = PiSwFindBusRelations((INT64)DeviceInstancePath);
  v2 = v1;
  result = 0i64;
  if( v2 )
    return v2 + 1;
  return result;
}

Referenced by:

PiSwProcessParentStartIrp
PiSwStopDestroy
PipEnumerateCompleted