Home
last modified time | relevance | path

Searched refs:Return (Results 1 – 25 of 189) sorted by relevance

12345678

/reactos/ntoskrnl/tests/
H A Dfsrtl.c28 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 Dstraddr.c172 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 Dcountry.c80 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 Dmcb.c46 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 Ddcatitem.c71 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 Dwsautil.c77 DWORD Return; in WsCheckCatalogState() local
80 Return = WaitForSingleObject(Event, 0); in WsCheckCatalogState()
83 if (Return == WAIT_OBJECT_0) return TRUE; in WsCheckCatalogState()
H A Dselect.c27 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 Denumprot.c24 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 Dthrdini.c106 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 Dgdientry.c86 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 Dcmname.c193 goto Return; in CmpFindNameInList()
225 goto Return; in CmpFindNameInList()
235 goto Return; in CmpFindNameInList()
246 Return: in CmpFindNameInList()
H A Dcmindex.c189 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 Dbios32.c233 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 Dquota.c69 …= 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 Dpovolume.c43 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 Dxboxi2c.c175 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 DMultiByteToWideChar.c30 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 Dkxamd64.inc93 ; 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 Dthrdini.c104 ExceptionFrame->Return = 0; in KiInitializeContextThread()
134 CtxSwitchFrame->Return = (ULONG)KiThreadStartup; in KiInitializeContextThread()
/reactos/drivers/network/afd/include/
H A Dtdi_proto.h45 PULONG Return);
/reactos/subsystems/win/basesrv/
H A Dinit.c249 goto Return; in CreateBaseAcls()
261 goto Return; in CreateBaseAcls()
353 Return: in CreateBaseAcls()
/reactos/modules/rosapps/applications/net/tditest/tditest/
H A Dtditest.c233 PULONG Return) in TdiQueryDeviceControl() argument
268 if (Return) in TdiQueryDeviceControl()
269 *Return = Iosb.Information; in TdiQueryDeviceControl()
/reactos/ntoskrnl/include/internal/i386/
H A Dke.h279 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 Dketypes.h400 ULONG Return; // 0x34 member
721 ULONG Return; member
729 ULONG Return; member
/reactos/sdk/include/ndk/amd64/
H A Dketypes.h1061 ULONG64 Return; member
1139 ULONG64 Return; member
1152 ULONG64 Return; member

12345678