/reactos/ntoskrnl/tests/ |
H A D | fsrtl.c | 28 BOOLEAN Return; in FsRtlTest_StartTest() local 85 Return = TRUE; in FsRtlTest_StartTest() 92 Return = TRUE; in FsRtlTest_StartTest() 174 Return = TRUE; in FsRtlTest_StartTest() 181 Return = TRUE; in FsRtlTest_StartTest() 239 Return = TRUE; in FsRtlTest_StartTest() 244 Return = TRUE; in FsRtlTest_StartTest() 266 Return = TRUE; in FsRtlTest_StartTest() 314 Return = TRUE; in FsRtlTest_StartTest() 321 Return = TRUE; in FsRtlTest_StartTest() [all …]
|
/reactos/sdk/lib/dnslib/ |
H A D | straddr.c | 172 BOOLEAN Return; in Dns_StringToAddressEx() local 221 if (Return) in Dns_StringToAddressEx() 265 if (Return) in Dns_StringToAddressEx() 326 BOOLEAN Return; in Dns_StringToDnsAddrEx() local 375 if (Return) in Dns_StringToDnsAddrEx() 393 if (Return) in Dns_StringToDnsAddrEx() 413 Return = TRUE; in Dns_StringToDnsAddrEx() 415 Return = FALSE; in Dns_StringToDnsAddrEx() 424 Return = TRUE; in Dns_StringToDnsAddrEx() 426 Return = FALSE; in Dns_StringToDnsAddrEx() [all …]
|
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | country.c | 80 INT Return; in DosGetCountryInfo() local 86 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 92 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 97 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 102 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 104 Return = GetLocaleInfoA(LOCALE_USER_DEFAULT, LOCALE_SDATE, in DosGetCountryInfo() 107 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 112 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 118 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() 124 if (Return == 0) return LOWORD(GetLastError()); in DosGetCountryInfo() [all …]
|
/reactos/ntoskrnl/fsrtl/ |
H A D | mcb.c | 46 BOOLEAN Return = FALSE; in FsRtlGetNextMcbEntry() local 52 Return = FsRtlGetNextLargeMcbEntry( in FsRtlGetNextMcbEntry() 65 return Return; in FsRtlGetNextMcbEntry() 90 BOOLEAN Return = FALSE; in FsRtlLookupLastMcbEntry() local 95 Return = FsRtlLookupLastLargeMcbEntry( in FsRtlLookupLastMcbEntry() 105 return Return; in FsRtlLookupLastMcbEntry() 119 BOOLEAN Return = FALSE; in FsRtlLookupMcbEntry() local 124 Return = FsRtlLookupLargeMcbEntry(&Mcb-> in FsRtlLookupMcbEntry() 138 return Return; in FsRtlLookupMcbEntry()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | dcatitem.c | 71 DWORD Return; in WsTcEntryInitializeFromRegistry() local 79 Return = RegOpenKeyEx(ParentKey, in WsTcEntryInitializeFromRegistry() 86 Return = RegQueryValueEx(EntryKey, in WsTcEntryInitializeFromRegistry() 97 Return = RegQueryValueEx(EntryKey, in WsTcEntryInitializeFromRegistry() 116 return Return; in WsTcEntryInitializeFromRegistry()
|
H A D | wsautil.c | 77 DWORD Return; in WsCheckCatalogState() local 80 Return = WaitForSingleObject(Event, 0); in WsCheckCatalogState() 83 if (Return == WAIT_OBJECT_0) return TRUE; in WsCheckCatalogState()
|
H A D | select.c | 27 INT Return = FALSE; in __WSAFDIsSet() local 30 while (i--) if (set->fd_array[i] == s) Return = TRUE; in __WSAFDIsSet() 33 return Return; in __WSAFDIsSet()
|
H A D | enumprot.c | 24 BOOL Return = FALSE; in CheckProtocolMatch() local 43 Return = TRUE; in CheckProtocolMatch() 55 Return = TRUE; in CheckProtocolMatch() 59 return Return; in CheckProtocolMatch()
|
/reactos/ntoskrnl/ke/amd64/ |
H A D | thrdini.c | 106 StartFrame->Return = (ULONG64)KiUserThreadStartupExit; in KiInitializeContextThread() 109 InitFrame->ExceptionFrame.Return = (ULONG64)KiServiceExit3; in KiInitializeContextThread() 132 StartFrame->Return = (ULONG64)KiInvalidSystemThreadStartupExit; in KiInitializeContextThread() 136 CtxSwitchFrame->Return = (ULONG64)KiThreadStartup; in KiInitializeContextThread()
|
/reactos/win32ss/gdi/gdi32/misc/ |
H A D | gdientry.c | 86 return Return; in DdDestroySurface() 542 return Return; in DdCreateSurface() 1458 BOOL Return = FALSE; in DdCreateDirectDrawObject() local 1498 return Return; in DdCreateDirectDrawObject() 1833 BOOL Return = FALSE; in DdDeleteDirectDrawObject() local 1840 if (Return) in DdDeleteDirectDrawObject() 1848 Return = TRUE; in DdDeleteDirectDrawObject() 1855 if (Return) in DdDeleteDirectDrawObject() 1863 return Return; in DdDeleteDirectDrawObject() 1889 BOOL Return = FALSE; in DdDeleteSurfaceObject() local [all …]
|
/reactos/sdk/lib/cmlib/ |
H A D | cmname.c | 193 goto Return; in CmpFindNameInList() 225 goto Return; in CmpFindNameInList() 235 goto Return; in CmpFindNameInList() 246 Return: in CmpFindNameInList()
|
H A D | cmindex.c | 189 goto Return; in CmpFindSubKeyInRoot() 219 goto Return; in CmpFindSubKeyInRoot() 268 goto Return; in CmpFindSubKeyInRoot() 293 goto Return; in CmpFindSubKeyInRoot() 323 goto Return; in CmpFindSubKeyInRoot() 338 goto Return; in CmpFindSubKeyInRoot() 349 Return: in CmpFindSubKeyInRoot()
|
/reactos/subsystems/mvdm/ntvdm/bios/bios32/ |
H A D | bios32.c | 233 BOOLEAN Return; in BiosMiscService() local 267 Return = getCF(); in BiosMiscService() 274 Return = Value == getBH(); in BiosMiscService() 281 Return = Value != getBH(); in BiosMiscService() 288 Return = (Value & getBH()) != 0; in BiosMiscService() 295 Return = (Value & getBH()) == 0; in BiosMiscService() 302 Return = TRUE; in BiosMiscService() 308 setCF(!Return); in BiosMiscService()
|
/reactos/ntoskrnl/ps/ |
H A D | quota.c | 69 …= QuotaBlock->QuotaEntry[PsQuotaTypeIndex].Limit + QuotaBlock->QuotaEntry[PsQuotaTypeIndex].Return; in _Requires_lock_held_() 130 … AmountToReturn += InterlockedExchangeSizeT(&QuotaBlockFromList->QuotaEntry[QuotaType].Return, 0); in _Requires_lock_held_() 393 InterlockedExchangeAddSizeT(&QuotaBlock->QuotaEntry[QuotaType].Return, AmountToReturn); in PspReturnProcessQuotaSpecifiedPool() 400 if (QuotaBlock->QuotaEntry[QuotaType].Return > ReturnThreshold) in PspReturnProcessQuotaSpecifiedPool() 402 MmReturnPoolQuota(QuotaType, QuotaBlock->QuotaEntry[QuotaType].Return); in PspReturnProcessQuotaSpecifiedPool() 403 InterlockedExchangeSizeT(QuotaBlock->QuotaEntry[QuotaType].Return, 0); in PspReturnProcessQuotaSpecifiedPool()
|
/reactos/ntoskrnl/po/ |
H A D | povolume.c | 43 if (DeviceExtension->Dope) goto Return; in PopGetDope() 49 if (!Dope) goto Return; in PopGetDope() 75 Return: in PopGetDope()
|
/reactos/boot/freeldr/freeldr/arch/i386/xbox/ |
H A D | xboxi2c.c | 175 I2CTransmitByteGetReturn(UCHAR bPicAddressI2cFormat, UCHAR bDataToWrite, ULONG *Return) in I2CTransmitByteGetReturn() argument 177 return ReadfromSMBus(bPicAddressI2cFormat, bDataToWrite, 1, Return); in I2CTransmitByteGetReturn()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | MultiByteToWideChar.c | 30 int Return; member 276 ok(ret == pEntry->Return, "Line %d: ret expected %d, got %d\n", in TestEntry() 277 pEntry->LineNo, pEntry->Return, ret); in TestEntry()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | kxamd64.inc | 93 ; Return value: 141 ; Return value: 192 ; Return value: 227 ; Return value: 293 ; Return value: 366 ; Return value: 450 ; Return value: 484 ; Return value:
|
/reactos/ntoskrnl/ke/arm/ |
H A D | thrdini.c | 104 ExceptionFrame->Return = 0; in KiInitializeContextThread() 134 CtxSwitchFrame->Return = (ULONG)KiThreadStartup; in KiInitializeContextThread()
|
/reactos/drivers/network/afd/include/ |
H A D | tdi_proto.h | 45 PULONG Return);
|
/reactos/subsystems/win/basesrv/ |
H A D | init.c | 249 goto Return; in CreateBaseAcls() 261 goto Return; in CreateBaseAcls() 353 Return: in CreateBaseAcls()
|
/reactos/modules/rosapps/applications/net/tditest/tditest/ |
H A D | tditest.c | 233 PULONG Return) in TdiQueryDeviceControl() argument 268 if (Return) in TdiQueryDeviceControl() 269 *Return = Iosb.Information; in TdiQueryDeviceControl()
|
/reactos/ntoskrnl/include/internal/i386/ |
H A D | ke.h | 279 BOOLEAN Return; in KeDisableInterrupts() local 283 Return = (Flags & EFLAGS_INTERRUPT_MASK) ? TRUE: FALSE; in KeDisableInterrupts() 287 return Return; in KeDisableInterrupts()
|
/reactos/sdk/include/ndk/arm/ |
H A D | ketypes.h | 400 ULONG Return; // 0x34 member 721 ULONG Return; member 729 ULONG Return; member
|
/reactos/sdk/include/ndk/amd64/ |
H A D | ketypes.h | 1061 ULONG64 Return; member 1139 ULONG64 Return; member 1152 ULONG64 Return; member
|