/reactos/base/setup/usetup/ |
H A D | fslist.c | 115 PFILE_SYSTEM_LIST List; in CreateFileSystemList() local 119 List = (PFILE_SYSTEM_LIST)RtlAllocateHeap(ProcessHeap, 0, sizeof(*List)); in CreateFileSystemList() 120 if (List == NULL) in CreateFileSystemList() 123 List->Left = Left; in CreateFileSystemList() 124 List->Top = Top; in CreateFileSystemList() 125 List->Selected = NULL; in CreateFileSystemList() 142 if (!List->Selected) in CreateFileSystemList() 145 return List; in CreateFileSystemList() 182 coPos.X = List->Left; in DrawFileSystemList() 228 if (List->Selected->ListEntry.Flink != &List->ListHead) in ScrollDownFileSystemList() [all …]
|
H A D | genlist.c | 42 ListUi->List = List; in InitGenericListUi() 156 PGENERIC_LIST List = ListUi->List; in DrawListEntries() local 232 PGENERIC_LIST List = ListUi->List; in DrawScrollBarGenericList() local 280 PGENERIC_LIST List = ListUi->List; in CenterCurrentListItem() local 333 PGENERIC_LIST List = ListUi->List; in DrawGenericList() local 379 PGENERIC_LIST List = ListUi->List; in ScrollDownGenericList() local 385 if (List->CurrentEntry->Entry.Flink != &List->ListHead) in ScrollDownGenericList() 407 PGENERIC_LIST List = ListUi->List; in ScrollUpGenericList() local 413 if (List->CurrentEntry->Entry.Blink != &List->ListHead) in ScrollUpGenericList() 480 PGENERIC_LIST List = ListUi->List; in ScrollToPositionGenericList() local [all …]
|
/reactos/base/setup/lib/utils/ |
H A D | genlist.c | 22 PGENERIC_LIST List; in CreateGenericList() local 25 if (List == NULL) in CreateGenericList() 29 List->NumOfEntries = 0; in CreateGenericList() 32 return List; in CreateGenericList() 73 Entry->List = List; in AppendGenericListEntry() 78 ++List->NumOfEntries; in AppendGenericListEntry() 88 IN PGENERIC_LIST List, in SetCurrentListEntry() argument 91 if (!Entry || (Entry->List != List)) in SetCurrentListEntry() 98 IN PGENERIC_LIST List) in GetCurrentListEntry() argument 105 IN PGENERIC_LIST List) in GetFirstListEntry() argument [all …]
|
H A D | partlist.c | 139 IN PPARTLIST List) in AssignDriveLetters() argument 631 PLIST_ENTRY List; in InsertDiskRegion() local 642 for (Entry = List->Flink; Entry != List; Entry = Entry->Flink) in InsertDiskRegion() 1293 IN PPARTLIST List, in SetDiskSignature() argument 1355 IN PPARTLIST List) in UpdateDiskSignatures() argument 1385 IN PPARTLIST List) in UpdateHwDiskNumbers() argument 1989 PPARTLIST List; in CreatePartitionList() local 2004 if (!List) in CreatePartitionList() 2068 return List; in CreatePartitionList() 3758 if (!List) in WritePartitionsToDisk() [all …]
|
H A D | genlist.h | 13 struct _GENERIC_LIST* List; member 31 IN OUT PGENERIC_LIST List, 36 IN OUT PGENERIC_LIST List, 42 IN PGENERIC_LIST List, 47 IN PGENERIC_LIST List); 51 IN PGENERIC_LIST List); 67 IN PGENERIC_LIST List);
|
H A D | partlist.h | 290 IN PPARTLIST List); 294 _In_ PPARTLIST List, 299 _In_ PPARTLIST List, 304 _In_ PPARTLIST List, 311 _In_ PPARTLIST List, 321 _In_ PPARTLIST List, 327 IN PPARTLIST List, 332 IN PPARTLIST List, 363 IN PPARTLIST List, 370 IN PPARTLIST List, [all …]
|
H A D | osdetect.c | 42 IN PGENERIC_LIST List, 49 _In_ PGENERIC_LIST List, 61 _Inout_ PGENERIC_LIST List; member 540 IN PGENERIC_LIST List) in DumpNTOSInstalls() argument 566 IN PGENERIC_LIST List, in FindExistingNTOSInstall() argument 610 _In_ PGENERIC_LIST List, in AddNTOSInstallation() argument 719 Data.List = List; in FindNTOSInstallations() 766 PGENERIC_LIST List; in CreateNTOSInstallationsList() local 772 if (!List) in CreateNTOSInstallationsList() 813 DumpNTOSInstalls(List); in CreateNTOSInstallationsList() [all …]
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | syspte.c | 76 if (Pte->u.List.OneEntry) in MI_GET_CLUSTER_SIZE() 83 return (ULONG)Pte->u.List.NextEntry; in MI_GET_CLUSTER_SIZE() 146 PreviousPte->u.List.NextEntry = NextPte->u.List.NextEntry; in MiReserveAlignedSystemPtes() 161 if (NextPte->u.List.OneEntry == 0) in MiReserveAlignedSystemPtes() 181 NextPte->u.List.OneEntry = 1; in MiReserveAlignedSystemPtes() 219 NextPte->u.List.NextEntry = PreviousPte->u.List.NextEntry; in MiReserveAlignedSystemPtes() 325 PreviousPte->u.List.NextEntry = NextPte->u.List.NextEntry; in MiReleaseSystemPtes() 327 if (NextPte->u.List.OneEntry == 0) in MiReleaseSystemPtes() 365 StartingPte->u.List.OneEntry = 0; in MiReleaseSystemPtes() 371 StartingPte->u.List.OneEntry = 1; in MiReleaseSystemPtes() [all …]
|
/reactos/boot/freeldr/freeldr/lib/mm/ |
H A D | meminit.c | 84 PFREELDR_MEMORY_DESCRIPTOR List) in DbgDumpMemoryMap() argument 94 (List[i].BasePage + List[i].PageCount) * PAGE_SIZE, in DbgDumpMemoryMap() 119 ((List[Index].BasePage + List[Index].PageCount) <= BasePage)) in AddMemoryDescriptor() 136 Index, BasePage, PageCount, List[Index].BasePage, List[Index].PageCount); in AddMemoryDescriptor() 151 if (List[Index].BasePage + List[Index].PageCount > EndPage) in AddMemoryDescriptor() 158 List[Index + 1].PageCount = List[Index].BasePage + in AddMemoryDescriptor() 161 List[Index].PageCount = BasePage - List[Index].BasePage; in AddMemoryDescriptor() 169 List[Index].PageCount = BasePage - List[Index].BasePage; in AddMemoryDescriptor() 174 else if ((List[Index].BasePage + List[Index].PageCount) <= in AddMemoryDescriptor() 187 List[Index].PageCount -= EndPage - List[Index].BasePage; in AddMemoryDescriptor() [all …]
|
/reactos/ntoskrnl/include/internal/ |
H A D | ob_x.h | 382 PNPAGED_LOOKASIDE_LIST List; in ObpAllocateObjectCreateInfoBuffer() local 389 List->L.TotalAllocates++; in ObpAllocateObjectCreateInfoBuffer() 394 List->L.AllocateMisses++; in ObpAllocateObjectCreateInfoBuffer() 398 List->L.TotalAllocates++; in ObpAllocateObjectCreateInfoBuffer() 406 Buffer = List->L.Allocate(List->L.Type, List->L.Size, List->L.Tag); in ObpAllocateObjectCreateInfoBuffer() 419 PNPAGED_LOOKASIDE_LIST List; in ObpFreeCapturedAttributes() local 424 List->L.TotalFrees++; in ObpFreeCapturedAttributes() 427 if (ExQueryDepthSList(&List->L.ListHead) >= List->L.Depth) in ObpFreeCapturedAttributes() 430 List->L.FreeMisses++; in ObpFreeCapturedAttributes() 434 List->L.TotalFrees++; in ObpFreeCapturedAttributes() [all …]
|
/reactos/modules/rostests/apitests/acpi/ |
H A D | Bus_PDO_QueryResourceRequirements.c | 211 ok(ReqList->List[0].Version == 1, "List[0].Version = %u\n", ReqList->List[0].Version); in START_TEST() 212 ok(ReqList->List[0].Revision == 1, "List[0].Revision = %u\n", ReqList->List[0].Revision); in START_TEST() 213 ok(ReqList->List[0].Count == 1, "List[0].Count = %lu\n", ReqList->List[0].Count); in START_TEST() 252 ok(ReqList->List[0].Version == 1, "List[0].Version = %u\n", ReqList->List[0].Version); in START_TEST() 254 ok(ReqList->List[0].Count == 2, "List[0].Count = %lu\n", ReqList->List[0].Count); in START_TEST() 295 ok(ReqList->List[0].Version == 1, "List[0].Version = %u\n", ReqList->List[0].Version); in START_TEST() 297 ok(ReqList->List[0].Count == 1, "List[0].Count = %lu\n", ReqList->List[0].Count); in START_TEST() 344 ok(ReqList->List[0].Version == 1, "List[0].Version = %u\n", ReqList->List[0].Version); in START_TEST() 346 ok(ReqList->List[0].Count == 3, "List[0].Count = %lu\n", ReqList->List[0].Count); in START_TEST() 433 ok(ReqList->List[0].Version == 1, "List[0].Version = %u\n", ReqList->List[0].Version); in START_TEST() [all …]
|
/reactos/drivers/filesystems/npfs/ |
H A D | statesup.c | 41 IN PLIST_ENTRY List) in NpSetConnectedPipeState() argument 64 InsertTailList(List, NextEntry); in NpSetConnectedPipeState() 78 IN PLIST_ENTRY List) in NpSetDisconnectedPipeState() argument 104 InsertTailList(List, NextEntry); in NpSetDisconnectedPipeState() 190 IN PLIST_ENTRY List) in NpSetListeningPipeState() argument 201 List); in NpSetListeningPipeState() 248 IN PLIST_ENTRY List) in NpSetClosingPipeState() argument 275 InsertTailList(List, NextEntry); in NpSetClosingPipeState() 295 NpDeleteCcb(Ccb, List); in NpSetClosingPipeState() 296 if (!Fcb->CurrentInstances) NpDeleteFcb(Fcb, List); in NpSetClosingPipeState() [all …]
|
/reactos/sdk/lib/cmlib/ |
H A D | cmindex.c | 89 FastEntry = &FastIndex->List[Count]; in CmpCompareInIndex() 165 LeafCell = Index->List[i]; in CmpFindSubKeyInRoot() 250 LeafCell = Index->List[Low]; in CmpFindSubKeyInRoot() 305 LeafCell = Index->List[High]; in CmpFindSubKeyInRoot() 540 LeafCell = Index->List[i]; in CmpDoFindSubKeyByNumber() 594 return Index->List[Number]; in CmpDoFindSubKeyByNumber() 663 FastEntry = &FastIndex->List[i]; in CmpFindSubKeyByHash() 1094 Leaf->List[i] = NewKey; in CmpAddToLeaf() 1223 RtlMoveMemory(&NewKey->List[0], in CmpSplitLeaf() 1230 RtlMoveMemory(&NewKey->List[0], in CmpSplitLeaf() [all …]
|
H A D | cmvalue.c | 226 ASSERT(ChildList->List != HCELL_NIL); in CmpAddValueToList() 254 ASSERT(ChildList->List == HCELL_NIL); in CmpAddValueToList() 262 ChildList->List = ListCell; in CmpAddValueToList() 354 ChildList->List, in CmpRemoveValueFromList() 357 HvReleaseCell(Hive,ChildList->List); in CmpRemoveValueFromList() 360 ChildList->List = NewCell; in CmpRemoveValueFromList() 365 HvFreeCell(Hive, ChildList->List); in CmpRemoveValueFromList() 366 ChildList->List = HCELL_NIL; in CmpRemoveValueFromList() 536 DestValueList->List = HCELL_NIL; in CmpCopyKeyValueList() 599 DestValueList->List = HCELL_NIL; in CmpCopyKeyValueList() [all …]
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | iocomp.c | 66 PNPAGED_LOOKASIDE_LIST List; in IopFreeMiniPacket() local 71 List->L.TotalFrees++; in IopFreeMiniPacket() 74 if (ExQueryDepthSList(&List->L.ListHead) >= List->L.Depth) in IopFreeMiniPacket() 77 List->L.FreeMisses++; in IopFreeMiniPacket() 82 List->L.TotalFrees++; in IopFreeMiniPacket() 85 if (ExQueryDepthSList(&List->L.ListHead) >= List->L.Depth) in IopFreeMiniPacket() 88 List->L.FreeMisses++; in IopFreeMiniPacket() 155 PNPAGED_LOOKASIDE_LIST List; in IoSetIoCompletion() local 164 List->L.TotalAllocates++; in IoSetIoCompletion() 171 List->L.AllocateMisses++; in IoSetIoCompletion() [all …]
|
/reactos/base/shell/cmd/ |
H A D | for.c | 327 if (*List == StringQuote || *List == CommandQuote) in ForF() 330 Start = List; in ForF() 331 End = &List[_tcslen(List)]; in ForF() 336 End = List; in ForF() 488 TCHAR *Start, *End = List; in ForLoop() 516 TCHAR *Start, *End = List; in ForDir() 607 LPTSTR List; in ExecuteFor() local 612 List = DoDelayedExpansion(Cmd->For.List); in ExecuteFor() 613 if (!List) in ExecuteFor() 621 cmd_free(List); in ExecuteFor() [all …]
|
/reactos/drivers/storage/class/classpnp/ |
H A D | obsolete.c | 33 PIRP ClassRemoveCScanList(IN PCSCAN_LIST List); 34 VOID ClasspInitializeCScanList(IN PCSCAN_LIST List); 1067 InitializeListHead(&(List->NextSweep)); 1072 VOID ClasspStartNextSweep(PCSCAN_LIST List) argument 1080 if(IsListEmpty(&(List->NextSweep))) { 1088 List->CurrentSweep = List->NextSweep; 1095 InitializeListHead(&(List->NextSweep)); 1101 List->CurrentSweep.Flink->Blink = &(List->CurrentSweep); 1102 List->CurrentSweep.Blink->Flink = &(List->CurrentSweep); 1118 ClasspStartNextSweep(List); [all …]
|
/reactos/ntoskrnl/ex/ |
H A D | lookas.c | 39 List->Tag = Tag; in ExInitializeSystemLookasideList() 40 List->Type = Type; in ExInitializeSystemLookasideList() 41 List->Size = Size; in ExInitializeSystemLookasideList() 44 List->Depth = 2; in ExInitializeSystemLookasideList() 46 List->Free = ExFreePool; in ExInitializeSystemLookasideList() 48 List->TotalAllocates = 0; in ExInitializeSystemLookasideList() 49 List->AllocateHits = 0; in ExInitializeSystemLookasideList() 50 List->TotalFrees = 0; in ExInitializeSystemLookasideList() 51 List->FreeHits = 0; in ExInitializeSystemLookasideList() 52 List->LastTotalAllocates = 0; in ExInitializeSystemLookasideList() [all …]
|
/reactos/base/setup/lib/ |
H A D | settings.c | 448 PGENERIC_LIST List, in AddComputerTypeEntries() argument 531 if (List == NULL) in CreateComputerTypeList() 542 return List; in CreateComputerTypeList() 764 if (List == NULL) in CreateDisplayDriverList() 782 return List; in CreateDisplayDriverList() 1079 if (List == NULL) in CreateKeyboardDriverList() 1093 return List; in CreateKeyboardDriverList() 1182 if (List == NULL) in CreateLanguageList() 1204 return List; in CreateLanguageList() 1230 if (List == NULL) in CreateKeyboardLayoutList() [all …]
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | resource.cpp | 114 …PartialDescriptor = &m_UntranslatedResourceList->List[0].PartialResourceList.PartialDescriptors[In… in NumberOfEntriesOfType() 147 …PartialDescriptor = &m_TranslatedResourceList->List[0].PartialResourceList.PartialDescriptors[Desc… in FindTranslatedEntry() 189 …PartialDescriptor = &m_UntranslatedResourceList->List[0].PartialResourceList.PartialDescriptors[De… in FindUntranslatedEntry() 241 m_UntranslatedResourceList->List[0].PartialResourceList.Count++; in AddEntry() 242 m_TranslatedResourceList->List[0].PartialResourceList.Count++; in AddEntry() 348 …ASSERT(UntranslatedResourceList->List[0].PartialResourceList.Count == TranslatedResourceList->List… in PcNewResourceList() 351 ResourceCount = UntranslatedResourceList->List[0].PartialResourceList.Count; in PcNewResourceList() 353 …ResourceSize = FIELD_OFFSET(CM_RESOURCE_LIST, List[0].PartialResourceList.PartialDescriptors[Resou… in PcNewResourceList() 415 …ResourceSize = FIELD_OFFSET(CM_RESOURCE_LIST, List[0].PartialResourceList.PartialDescriptors[Maxim… in PcNewResourceSublist() 443 NewList->m_UntranslatedResourceList->List[0].PartialResourceList.Count = 0; in PcNewResourceSublist() [all …]
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfresource.h | 550 WDFCMRESLIST List, 561 WDFCMRESLIST List, in _IRQL_requires_max_() 581 WDFCMRESLIST List, 594 WDFCMRESLIST List, in _IRQL_requires_max_() 615 WDFCMRESLIST List 623 WDFCMRESLIST List in _IRQL_requires_max_() 640 WDFCMRESLIST List, 650 WDFCMRESLIST List, in _IRQL_requires_max_() 669 WDFCMRESLIST List, 679 WDFCMRESLIST List, in _IRQL_requires_max_() [all …]
|
/reactos/boot/environ/lib/mm/ |
H A D | mm.c | 208 PBL_MEMORY_DESCRIPTOR_LIST List; in BlMmMapPhysicalAddressEx() local 328 List = &MmMdlUnmappedAllocated; in BlMmMapPhysicalAddressEx() 335 List = &MmMdlPersistentMemory; in BlMmMapPhysicalAddressEx() 343 List = &MmMdlUnmappedUnallocated; in BlMmMapPhysicalAddressEx() 351 List = &MmMdlReservedAllocated; in BlMmMapPhysicalAddressEx() 407 if ((List != &MmMdlReservedAllocated) && in BlMmMapPhysicalAddressEx() 408 (List != &MmMdlPersistentMemory)) in BlMmMapPhysicalAddressEx() 411 if (List != &MmMdlUnmappedAllocated) in BlMmMapPhysicalAddressEx() 414 List = &MmMdlMappedUnallocated; in BlMmMapPhysicalAddressEx() 419 List = &MmMdlMappedAllocated; in BlMmMapPhysicalAddressEx() [all …]
|
/reactos/drivers/wdm/audio/drivers/CMIDriver/ |
H A D | adapter.cpp | 346 resourceList->List[0].Version = 1; in AdapterDispatchPnp() 347 resourceList->List[0].Revision = 1; in AdapterDispatchPnp() 348 resourceList->List[0].Count = 0; in AdapterDispatchPnp() 351 for (unsigned int i=0;i<list->List[0].Count;i++) { in AdapterDispatchPnp() 352 …if (CopyResourceDescriptor(&list->List[0].Descriptors[i], &resourceList->List[0].Descriptors[resou… in AdapterDispatchPnp() 353 resourceList->List[0].Count++; in AdapterDispatchPnp() 359 resourceList->List[0].Count++; in AdapterDispatchPnp() 360 descriptor = &resourceList->List[0].Descriptors[resourceList->List[0].Count-1]; in AdapterDispatchPnp() 373 resourceList->List[0].Count++; in AdapterDispatchPnp() 374 descriptor = &resourceList->List[0].Descriptors[resourceList->List[0].Count-1]; in AdapterDispatchPnp() [all …]
|
/reactos/boot/environ/lib/misc/ |
H A D | bcdopt.c | 18 _In_ PBL_BCD_OPTION List, in MiscGetBootOption() argument 26 if (!List) in MiscGetBootOption() 147 _In_ PBL_BCD_OPTION List, in BlGetBootOptionString() argument 167 Option = MiscGetBootOption(List, Type); in BlGetBootOptionString() 229 _In_ PBL_BCD_OPTION List, in BlGetBootOptionGuid() argument 267 _In_ PBL_BCD_OPTION List, in BlGetBootOptionGuidList() argument 322 _In_ PBL_BCD_OPTION List, in BlGetBootOptionDevice() argument 468 _In_ PBL_BCD_OPTION List, in BlGetBootOptionInteger() argument 505 _In_ PBL_BCD_OPTION List, in BlGetBootOptionBoolean() argument 542 _In_ PBL_BCD_OPTION List, in BlpGetBootOptionIntegerList() argument [all …]
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | wcache_lib.cpp | 549 if(List[pos] == Lba) in WCacheGetSortedListIndex() 556 if(List[pos] < Lba) { in WCacheGetSortedListIndex() 658 List[firstPos] = Lba; in WCacheInsertItemToList() 1541 lba_t* List, in WCacheFlushBlocksRAM() argument 1566 Lba = List[firstPos]; in WCacheFlushBlocksRAM() 3338 Lba = List[i]; in WCachePurgeAllR() 3375 Lba = List[0]; in WCachePurgeAllR() 3493 Lba = List[i]; in WCacheSyncReloc__() 3529 lba_t* List; in WCacheDiscardBlocks__() local 3540 if(!List) { in WCacheDiscardBlocks__() [all …]
|