Home
last modified time | relevance | path

Searched refs:KernelHandle (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/wdmaud.drv/
H A Dlegacy.c24 HANDLE KernelHandle = INVALID_HANDLE_VALUE; variable
88 if (KernelHandle != INVALID_HANDLE_VALUE) in WdmAudCleanupByLegacy()
90 CloseHandle(KernelHandle); in WdmAudCleanupByLegacy()
91 KernelHandle = INVALID_HANDLE_VALUE; in WdmAudCleanupByLegacy()
112 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudGetNumWdmDevsByLegacy()
158 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudGetCapabilitiesByLegacy()
264 if ( KernelHandle == INVALID_HANDLE_VALUE ) in WdmAudOpenSoundDeviceByLegacy()
311 if ( KernelHandle == INVALID_HANDLE_VALUE ) in WdmAudOpenSoundDeviceByLegacy()
385 SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudCloseSoundDeviceByLegacy()
405 CloseHandle(KernelHandle); in WdmAudCloseSoundDeviceByLegacy()
[all …]
H A Dmixer.c19 extern HANDLE KernelHandle;
533 …Result = WriteFileEx(KernelHandle, &DeviceInfo, sizeof(WDMAUD_DEVICE_INFO), (LPOVERLAPPED)Overlap,… in WriteFileEx_Remixer()
535 …Result = WriteFileEx(KernelHandle, &DeviceInfo, sizeof(WDMAUD_DEVICE_INFO), (LPOVERLAPPED)Overlap,… in WriteFileEx_Remixer()
544 WaitForSingleObjectEx (KernelHandle, INFINITE, TRUE); in WriteFileEx_Remixer()
/reactos/ntoskrnl/ob/
H A Dobwait.c53 HANDLE Handles[MAXIMUM_WAIT_OBJECTS], KernelHandle; in NtWaitForMultipleObjects() local
160 KernelHandle = ObKernelHandleToHandle(Handles[i]); in NtWaitForMultipleObjects()
163 HandleEntry = ExMapHandleToPointer(HandleTable, KernelHandle); in NtWaitForMultipleObjects()
H A Dobhandle.c1324 BOOLEAN AttachedToProcess = FALSE, KernelHandle = FALSE; in ObpCreateUnnamedHandle() local
1352 KernelHandle = TRUE; in ObpCreateUnnamedHandle()
1414 if (KernelHandle) Handle = ObMarkHandleAsKernelHandle(Handle); in ObpCreateUnnamedHandle()
1512 BOOLEAN AttachedToProcess = FALSE, KernelHandle = FALSE; in ObpCreateHandle() local
1547 KernelHandle = TRUE; in ObpCreateHandle()
1634 if (KernelHandle) Handle = ObMarkHandleAsKernelHandle(Handle); in ObpCreateHandle()
2228 BOOLEAN KernelHandle = FALSE; in ObDuplicateObject() local
2307 KernelHandle = TRUE; in ObDuplicateObject()
2471 if (KernelHandle) in ObDuplicateObject()
/reactos/sdk/include/xdk/
H A Dobtypes.h55 _In_ ULONG KernelHandle:1; member
83 _In_ ULONG KernelHandle:1; member
/reactos/sdk/include/psdk/
H A Dwmistr.h20 HANDLE KernelHandle; member
/reactos/ntoskrnl/wmi/
H A Dsmbios.c257 AllData->WnodeHeader.KernelHandle = NULL; in WmipQueryRawSMBiosTables()
/reactos/ntoskrnl/config/
H A Dntapi.c200 _Out_ PHANDLE KernelHandle) in CmpConvertHandleToKernelHandle() argument
205 *KernelHandle = NULL; in CmpConvertHandleToKernelHandle()
228 KernelHandle); in CmpConvertHandleToKernelHandle()