OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lasterror
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_root.c
60
int
lasterror
= 0;
local
74
lasterror
= cvd->vdev_open_error;
81
return (
lasterror
);
vdev_mirror.c
241
int
lasterror
= 0;
local
254
lasterror
= cvd->vdev_open_error;
268
return (
lasterror
);
vdev_raidz.c
1493
int
lasterror
= 0;
local
1510
lasterror
= cvd->vdev_open_error;
1527
return (
lasterror
);
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.c
127
DWORD
lasterror
;
local
129
lasterror
= GetLastError();
131
SetLastError(
lasterror
);
gthr-win32.h
225
DWORD
lasterror
;
local
228
lasterror
= GetLastError ();
232
SetLastError (
lasterror
);
/src/sys/arch/sun3/dev/
xdvar.h
51
int
lasterror
; /* last error we got */
member in struct:xd_iorq
xyvar.h
51
int
lasterror
; /* last error we got */
member in struct:xy_iorq
/src/sys/dev/vme/
xdvar.h
52
int
lasterror
; /* last error we got */
member in struct:xd_iorq
xyvar.h
51
int
lasterror
; /* last error we got */
member in struct:xy_iorq
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.h
236
DWORD
lasterror
= GetLastError ();
local
238
SetLastError (
lasterror
);
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc
260
DWORD
lasterror
= 0;
local
268
lasterror
= GetLastError ();
276
lasterror
= GetLastError ();
278
if (!success &&
lasterror
== ERROR_PARTIAL_COPY && done > 0)
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc
260
DWORD
lasterror
= 0;
local
268
lasterror
= GetLastError ();
276
lasterror
= GetLastError ();
278
if (!success &&
lasterror
== ERROR_PARTIAL_COPY && done > 0)
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
1525
long
lasterror
= 0;
local
1791
time_offset.tv_sec =
lasterror
/ 1000000;
1792
time_offset.tv_usec =
lasterror
% 1000000;
1818
(
lasterror
< 0) ? '-' : '+', l_abs(
lasterror
) / 1000000, l_abs(
lasterror
) % 1000000
1826
lasterror
= usecerror / (i+1);
1830
lasterror
= 0; /* we cannot calculate phase errors on bad reception */
/src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c
2879
DWORD
lasterror
= 0;
local
2889
lasterror
= GetLastError ();
2901
lasterror
= GetLastError ();
2904
if (!success &&
lasterror
== ERROR_PARTIAL_COPY && done > 0)
/src/external/gpl3/gdb/dist/gdb/
windows-nat.c
2882
DWORD
lasterror
= 0;
local
2892
lasterror
= GetLastError ();
2904
lasterror
= GetLastError ();
2907
if (!success &&
lasterror
== ERROR_PARTIAL_COPY && done > 0)
/src/usr.sbin/syslogd/
syslogd.c
2516
int
lasterror
= f->f_lasterror;
local
2518
if (
lasterror
!= e)
Completed in 43 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026