Searched refs:EndBuffer (Results 1 – 9 of 9) sorted by relevance
/reactos/drivers/usb/usbport/ |
H A D | pnp.c | 1418 PWCHAR EndBuffer; in USBPORT_GetDeviceHwIds() local 1431 &EndBuffer, in USBPORT_GetDeviceHwIds() 1439 EndBuffer++; in USBPORT_GetDeviceHwIds() 1442 RtlStringCbPrintfExW(EndBuffer, in USBPORT_GetDeviceHwIds() 1444 &EndBuffer, in USBPORT_GetDeviceHwIds() 1451 EndBuffer++; in USBPORT_GetDeviceHwIds() 1454 RtlStringCbPrintfExW(EndBuffer, in USBPORT_GetDeviceHwIds() 1473 EndBuffer++; in USBPORT_GetDeviceHwIds() 1476 RtlStringCbPrintfExW(EndBuffer, in USBPORT_GetDeviceHwIds() 1485 EndBuffer++; in USBPORT_GetDeviceHwIds() [all …]
|
/reactos/drivers/usb/usbhub/ |
H A D | pnp.c | 1566 PWCHAR EndBuffer; in USBH_PdoQueryId() local 1646 EndBuffer++; in USBH_PdoQueryId() 1649 RtlStringCbPrintfExW(EndBuffer, in USBH_PdoQueryId() 1707 EndBuffer++; in USBH_PdoQueryId() 1710 RtlStringCbPrintfExW(EndBuffer, in USBH_PdoQueryId() 1719 EndBuffer++; in USBH_PdoQueryId() 1722 RtlStringCbPrintfExW(EndBuffer, in USBH_PdoQueryId() 1730 EndBuffer++; in USBH_PdoQueryId() 1733 RtlStringCbPrintfExW(EndBuffer, in USBH_PdoQueryId() 1752 EndBuffer++; in USBH_PdoQueryId() [all …]
|
/reactos/boot/environ/lib/io/display/ |
H A D | textcons.c | 223 Console->EndBuffer = Buffer + 128; in ConsoleInputBaseConstruct() 238 Console->EndBuffer = Buffer + 128; in ConsoleInputBaseReinitialize()
|
/reactos/ntoskrnl/ex/ |
H A D | init.c | 1351 PCHAR StringBuffer, EndBuffer, BeginBuffer, MpString = ""; in Phase1InitializationDiscard() local 1435 EndBuffer = StringBuffer; in Phase1InitializationDiscard() 1442 &EndBuffer, in Phase1InitializationDiscard() 1456 *EndBuffer = ANSI_NULL; /* Null-terminate the string */ in Phase1InitializationDiscard() 1460 ++EndBuffer; in Phase1InitializationDiscard() 1481 Status = RtlStringCbPrintfA(EndBuffer, in Phase1InitializationDiscard() 1498 Status = RtlStringCbCopyA(EndBuffer, Remaining, "REACTOS (R)\r\n"); in Phase1InitializationDiscard() 1507 InbvDisplayString(EndBuffer); in Phase1InitializationDiscard()
|
/reactos/win32ss/user/ntuser/ |
H A D | desktop.c | 332 PWCHAR EndBuffer; in GetSystemVersionString() local 371 EndBuffer = VersionBuffer; in GetSystemVersionString() 377 &EndBuffer, in GetSystemVersionString() 385 *EndBuffer = UNICODE_NULL; in GetSystemVersionString() 391 *EndBuffer = UNICODE_NULL; in GetSystemVersionString() 416 EndBuffer = wcsrchr(pwszzVersion, L'\n'); in GetSystemVersionString() 417 if (EndBuffer) *EndBuffer = UNICODE_NULL; in GetSystemVersionString() 426 if (EndBuffer) *EndBuffer = L'\n'; in GetSystemVersionString() 488 EndBuffer = wcschr(pwszzVersion, L'\n'); in GetSystemVersionString() 489 if (!EndBuffer) break; in GetSystemVersionString() [all …]
|
/reactos/boot/environ/lib/io/display/efi/ |
H A D | textcons.c | 517 for (i = Console->Buffer; i < Console->EndBuffer; i++) in ConsoleInputBaseEraseBuffer()
|
/reactos/sdk/lib/rtl/ |
H A D | path.c | 313 PWSTR EndBuffer = Path + PathLength; // Path + PathBufferSize / sizeof(WCHAR); in RtlpCollapsePath() local 413 ASSERT(EndBuffer >= p); in RtlpCollapsePath() 414 RtlZeroMemory(p, (EndBuffer - p + 1) * sizeof(WCHAR)); in RtlpCollapsePath()
|
/reactos/boot/environ/include/ |
H A D | bl.h | 1135 PULONG EndBuffer; member
|
/reactos/sdk/include/ddk/ |
H A D | ndis.h | 846 PUCHAR EndBuffer; member
|