diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
commit | 040444db8fc48cd4012bc7ec4568f6a9b6143cb3 (patch) | |
tree | 82fe63ebc8f4e505d9337345cf67704bd60e9834 /km | |
parent | CMakeLists.txt updates (diff) | |
download | windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.tar.gz windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.zip |
nt_path_converter -> nt_namespace
Diffstat (limited to 'km')
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/.gitignore (renamed from km/build/wdk8.1update/special/nt_path_converter/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln (renamed from km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln) | 2 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj (renamed from km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj) | 14 | ||||
-rw-r--r-- | km/src/special/dirs | 2 | ||||
-rw-r--r-- | km/src/special/nt_namespace/control_codes.h (renamed from km/src/special/nt_path_converter/control_codes.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/device.c (renamed from km/src/special/nt_path_converter/device.c) | 12 | ||||
-rw-r--r-- | km/src/special/nt_namespace/device.h (renamed from km/src/special/nt_path_converter/device.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/main.c (renamed from km/src/special/nt_path_converter/main.c) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/makefile (renamed from km/src/special/nt_path_converter/makefile) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/nt2dos.c (renamed from km/src/special/nt_path_converter/nt2dos.c) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/nt2dos.h (renamed from km/src/special/nt_path_converter/nt2dos.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_namespace/sources (renamed from km/src/special/nt_path_converter/sources) | 2 |
12 files changed, 16 insertions, 16 deletions
diff --git a/km/build/wdk8.1update/special/nt_path_converter/.gitignore b/km/build/wdk8.1update/special/nt_namespace/.gitignore index 4ded7c4..4ded7c4 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/.gitignore +++ b/km/build/wdk8.1update/special/nt_namespace/.gitignore diff --git a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln index 45cf003..7b06101 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln +++ b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nt_path_converter.vs12", "nt_path_converter.vs12.vcxproj", "{6B611107-4492-46B1-A233-12BAB1FF0FC2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nt_namespace.vs12", "nt_namespace.vs12.vcxproj", "{6B611107-4492-46B1-A233-12BAB1FF0FC2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj index f87134e..9b33bb0 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj +++ b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj @@ -57,7 +57,7 @@ <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> <Configuration Condition="'$(Configuration)' == ''">Win8.1 Debug</Configuration> <Platform Condition="'$(Platform)' == ''">Win32</Platform> - <RootNamespace>nt_path_converter_vs12</RootNamespace> + <RootNamespace>nt_namespace_vs12</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label="Configuration"> @@ -217,14 +217,14 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\..\..\src\special\nt_path_converter\control_codes.h" /> - <ClInclude Include="..\..\..\..\src\special\nt_path_converter\device.h" /> - <ClInclude Include="..\..\..\..\src\special\nt_path_converter\nt2dos.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\control_codes.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\device.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\nt2dos.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\..\src\special\nt_path_converter\device.c" /> - <ClCompile Include="..\..\..\..\src\special\nt_path_converter\main.c" /> - <ClCompile Include="..\..\..\..\src\special\nt_path_converter\nt2dos.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\device.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\main.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\nt2dos.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/km/src/special/dirs b/km/src/special/dirs index 479f4db..6492e74 100644 --- a/km/src/special/dirs +++ b/km/src/special/dirs @@ -1 +1 @@ -DIRS = nt_path_converter sysenter +DIRS = nt_namespace sysenter diff --git a/km/src/special/nt_path_converter/control_codes.h b/km/src/special/nt_namespace/control_codes.h index 3fb2aff..3fb2aff 100644 --- a/km/src/special/nt_path_converter/control_codes.h +++ b/km/src/special/nt_namespace/control_codes.h diff --git a/km/src/special/nt_path_converter/device.c b/km/src/special/nt_namespace/device.c index a179984..6d88dc4 100644 --- a/km/src/special/nt_path_converter/device.c +++ b/km/src/special/nt_namespace/device.c @@ -38,8 +38,8 @@ static NTSTATUS handle_convert_nt_path( UNICODE_STRING uUnresolved, uResolved; NTSTATUS status = STATUS_SUCCESS; - DbgPrint("nt_path_converter: unresolved path: %ws\n", (WCHAR *) in_buf); - DbgPrint("nt_path_converter: unresolved size: %lu\n", in_buf_size); + DbgPrint("nt_namespace: unresolved path: %ws\n", (WCHAR *) in_buf); + DbgPrint("nt_namespace: unresolved size: %lu\n", in_buf_size); RtlInitUnicodeString(&uUnresolved, (WCHAR *) in_buf); status = nt2dos(&uResolved, &uUnresolved); @@ -49,8 +49,8 @@ static NTSTATUS handle_convert_nt_path( *nbwritten = uResolved.Length + sizeof(WCHAR); - DbgPrint("nt_path_converter: resolved path: %wZ\n", &uResolved); - DbgPrint("nt_path_converter: resolved size: %Iu\n", *nbwritten); + DbgPrint("nt_namespace: resolved path: %wZ\n", &uResolved); + DbgPrint("nt_namespace: resolved size: %Iu\n", *nbwritten); if (out_buf_size < *nbwritten) { @@ -127,8 +127,8 @@ Device; static DeviceInfo devices_info[NUMOF_DEVICES] = { { - L"\\Device\\nt_path_converter", - L"\\DosDevices\\nt_path_converter", + L"\\Device\\nt_namespace", + L"\\DosDevices\\nt_namespace", }, }; diff --git a/km/src/special/nt_path_converter/device.h b/km/src/special/nt_namespace/device.h index 4f117e9..4f117e9 100644 --- a/km/src/special/nt_path_converter/device.h +++ b/km/src/special/nt_namespace/device.h diff --git a/km/src/special/nt_path_converter/main.c b/km/src/special/nt_namespace/main.c index a1c08e8..a1c08e8 100644 --- a/km/src/special/nt_path_converter/main.c +++ b/km/src/special/nt_namespace/main.c diff --git a/km/src/special/nt_path_converter/makefile b/km/src/special/nt_namespace/makefile index 5acbbd2..5acbbd2 100644 --- a/km/src/special/nt_path_converter/makefile +++ b/km/src/special/nt_namespace/makefile diff --git a/km/src/special/nt_path_converter/nt2dos.c b/km/src/special/nt_namespace/nt2dos.c index d1bdb3d..d1bdb3d 100644 --- a/km/src/special/nt_path_converter/nt2dos.c +++ b/km/src/special/nt_namespace/nt2dos.c diff --git a/km/src/special/nt_path_converter/nt2dos.h b/km/src/special/nt_namespace/nt2dos.h index ce0b690..ce0b690 100644 --- a/km/src/special/nt_path_converter/nt2dos.h +++ b/km/src/special/nt_namespace/nt2dos.h diff --git a/km/src/special/nt_path_converter/sources b/km/src/special/nt_namespace/sources index 02a42cd..7629a23 100644 --- a/km/src/special/nt_path_converter/sources +++ b/km/src/special/nt_namespace/sources @@ -1,3 +1,3 @@ TARGETTYPE = DRIVER -TARGETNAME = nt_path_converter +TARGETNAME = nt_namespace SOURCES = device.c main.c nt2dos.c |