Go to the source code of this file.
Functions | |
PVOID | CmpOpenInfFile (IN PVOID InfImage, IN ULONG ImageSize) |
VOID | CmpCloseInfFile (PVOID InfHandle) |
PCHAR | CmpGetKeyName (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex) |
BOOLEAN | CmpSearchInfSection (IN PVOID InfHandle, IN PCHAR SectionName) |
BOOLEAN | CmpSearchInfLine (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex) |
PCHAR | CmpGetSectionLineIndex (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex, IN ULONG ValueIndex) |
ULONG | CmpGetSectionLineIndexValueCount (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex) |
BOOLEAN | CmpGetIntField (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex, IN ULONG ValueIndex, IN OUT PULONG Data) |
BOOLEAN | CmpGetBinaryField (IN PVOID INFHandle, IN PCHAR SectionName, IN ULONG LineIndex, IN ULONG ValueIndex, IN OUT PVOID Buffer, IN ULONG BufferSize, IN OUT PULONG ActualSize) |
|
Definition at line 1832 of file parseini.c. References CmpFreeSectionList(), ExFreePool(), and PINF. Referenced by CmpMatchInfList().
|
|
Definition at line 2177 of file parseini.c. References Buffer, BufferSize, CmpGetSectionLineIndex(), CmpGetSectionLineIndexValueCount(), CmpSearchLineInSectionByIndex(), CmpSearchSectionByName(), FALSE, NULL, PINF, PLINE, PSECTION, PVALUE, and TRUE. Referenced by CmpGetAddRegInfData().
|
|
Definition at line 2120 of file parseini.c. References CmpGetSectionLineIndex(), FALSE, NULL, and TRUE. Referenced by CmpGetAddRegInfData(), CmpProcessAddRegLine(), and CmpProcessBitRegLine().
|
|
Definition at line 1890 of file parseini.c. References CmpSearchLineInSectionByIndex(), CmpSearchSectionByName(), NULL, PINF, PLINE, and PSECTION. Referenced by CmpGenInstall(), and CmpMatchDescription().
|
|
Definition at line 1991 of file parseini.c. References CmpProcessForSimpleStringSub(), CmpSearchLineInSectionByIndex(), CmpSearchSectionByName(), CmpSearchValueInLine(), NULL, PINF, PLINE, PSECTION, and PVALUE. Referenced by CmpGenInstall(), CmpGetAddRegInfData(), CmpGetBinaryField(), CmpGetInfData(), CmpGetIntField(), CmpMatchAcpiCreatorIdRule(), CmpMatchAcpiCreatorRevisionRule(), CmpMatchAcpiOemIdRule(), CmpMatchAcpiOemRevisionRule(), CmpMatchAcpiOemTableIdRule(), CmpMatchAcpiRevisionRule(), CmpMatchDateRule(), CmpMatchInfList(), CmpMatchInstallRule(), CmpMatchMemoryRule(), CmpMatchNextMatchRule(), CmpMatchOemIdRule(), CmpMatchPointerRule(), CmpMatchSearchRule(), CmpProcessAddRegLine(), CmpProcessBitRegLine(), and CmpProcessDelRegLine().
|
|
Definition at line 2060 of file parseini.c. References CmpSearchLineInSectionByIndex(), CmpSearchSectionByName(), PINF, PLINE, PSECTION, and PVALUE. Referenced by CmpGetAddRegInfData(), and CmpGetBinaryField().
|
|
Definition at line 1790 of file parseini.c. References CmpParseInfBuffer(), DbgPrint, NULL, and PINF. Referenced by CmpMatchInfList().
|
|
Definition at line 1942 of file parseini.c. References CmpSearchLineInSectionByIndex(), CmpSearchSectionByName(), NULL, PINF, PLINE, and PSECTION. Referenced by CmpProcessReg().
|
|
Referenced by CmpGenInstall(), and CmpMatchDescription(). |