/reactos/dll/opengl/glu32/src/libutil/ |
H A D | error.c | 43 static const struct token_string Errors[] = { variable 70 for (i = 0; Errors[i].String; i++) { in gluErrorString() 71 if (Errors[i].Token == errorCode) in gluErrorString() 72 return (const GLubyte *) Errors[i].String; in gluErrorString()
|
/reactos/base/applications/network/netstat/lang/ |
H A D | en-US.rc | 34 IDS_IP_HEAD_REC_ERROR " Received Header Errors = %lu\n" 35 IDS_IP_ADDR_REC_ERROR " Received Address Errors = %lu\n" 57 IDS_ICMP_ERROR " Errors %-11lu %-10lu\n" 89 IDS_UDP_RECEIVE_ERROR " Receive Errors = %lu\n" 101 IDS_ETHERNET_ERROR "Errors %14lu %15lu\n"
|
/reactos/drivers/serial/serial/ |
H A D | devctrl.c | 250 pSerialStatus->Errors = 0; in SerialGetCommStatus() 252 pSerialStatus->Errors |= SERIAL_ERROR_BREAK; in SerialGetCommStatus() 254 pSerialStatus->Errors |= SERIAL_ERROR_FRAMING; in SerialGetCommStatus() 256 pSerialStatus->Errors |= SERIAL_ERROR_OVERRUN; in SerialGetCommStatus() 258 pSerialStatus->Errors |= SERIAL_ERROR_QUEUEOVERRUN; in SerialGetCommStatus() 260 pSerialStatus->Errors |= SERIAL_ERROR_PARITY; in SerialGetCommStatus()
|
/reactos/drivers/filesystems/fs_rec/ |
H A D | ext.h | 28 USHORT Errors; member
|
/reactos/dll/win32/kernel32/wine/ |
H A D | comm.c | 675 if (ss.Errors & SERIAL_ERROR_BREAK) *errors |= CE_BREAK; in ClearCommError() 676 if (ss.Errors & SERIAL_ERROR_FRAMING) *errors |= CE_FRAME; in ClearCommError() 677 if (ss.Errors & SERIAL_ERROR_OVERRUN) *errors |= CE_OVERRUN; in ClearCommError() 678 if (ss.Errors & SERIAL_ERROR_QUEUEOVERRUN) *errors |= CE_RXOVER; in ClearCommError() 679 if (ss.Errors & SERIAL_ERROR_PARITY) *errors |= CE_RXPARITY; in ClearCommError()
|
/reactos/modules/rostests/winetests/GUI/lang/ |
H A D | en-US.rc | 18 LTEXT "Errors:",IDC_STATIC,55,53,23,8
|
/reactos/drivers/network/dd/e1000/ |
H A D | e1000hw.h | 71 UCHAR Errors; member
|
/reactos/sdk/include/ddk/ |
H A D | ndiswan.h | 269 _In_ ULONG Errors; member 350 _In_ ULONG Errors; member
|
H A D | ndis.h | 1149 ULONG Errors; member 1425 ULONG Errors; member
|
/reactos/sdk/include/psdk/ |
H A D | ntddser.h | 171 ULONG Errors; member
|
H A D | bits.idl | 303 [out] ULONG *Errors
|
/reactos/dll/win32/qmgr/ |
H A D | job.c | 774 ULONG *Errors) in BackgroundCopyJob_GetErrorCount() argument 777 FIXME("(%p)->(%p): stub\n", This, Errors); in BackgroundCopyJob_GetErrorCount()
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | README | 29 * Errors are reported to the application in a way that distinguishes
|
/reactos/dll/win32/winmm/lang/ |
H A D | winmm_Sk.rc | 74 MCIERR_MULTIPLE, "Errors occurred in more than one device. Specify each command and device separa…
|
H A D | winmm_En.rc | 74 MCIERR_MULTIPLE, "Errors occurred in more than one device. Specify each command and device separa…
|
/reactos/dll/win32/rasdlg/lang/ |
H A D | en-US.rc | 38 CAPTION "Line Bundling Errors"
|
H A D | he-IL.rc | 38 CAPTION "Line Bundling Errors"
|
/reactos/sdk/include/reactos/mc/ |
H A D | netmsgmsg.mc | 5013 Errors occurred while saving the profile file. The profile was partially saved. 5019 Errors occurred while saving the profile file. The profile was partially saved. 5022 Errors occurred while saving the profile file. The profile was partially saved. 5025 Errors occurred while saving the profile file. The profile was partially saved. 5028 Errors occurred while saving the profile file. The profile was partially saved. 5031 Errors occurred while saving the profile file. The profile was partially saved. 5034 Errors occurred while saving the profile file. The profile was partially saved.
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 1031 * tcp_impl.h, tcp_out.c, tcp.c, api_msg.c: fixed bug #37614 "Errors from
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 4277 Errors handled through png_error() are fatal, meaning that png_error()
|
H A D | CHANGES | 2947 Errors in the 16-bit gamma correction (overflows) have been corrected.
|
/reactos/hal/halx86/legacy/bus/ |
H A D | pci_vendors.ids | 32306 2f2a Xeon E7 v3/Xeon E5 v3/Core i7 RAS, Control Status and Global Errors 33138 3c2a Xeon E5/Core i7 Control Status and Global Errors 33763 6f2a Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO RAS/Control Status/Global Errors
|