OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dwError
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
tap-win32.c
488
DWORD
dwError
;
499
dwError
= GetLastError();
500
if (
dwError
== ERROR_IO_PENDING) {
507
dwError
= GetLastError();
509
NULL,
dwError
, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
511
fprintf(stderr, "Tap-Win32: Error GetOverlappedResult %d - %s\n",
dwError
, lpBuffer);
519
NULL,
dwError
, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
521
fprintf(stderr, "Tap-Win32: Error ReadFile %d - %s\n",
dwError
, lpBuffer);
/external/netperf/
netlib.c
415
DWORD
dwError
;
417
dwError
= GetLastError();
421
dwError
,
430
fprintf(stream, "%s: error 0x%x\n", text,
dwError
);
[
all
...]
Completed in 26 milliseconds