Searched refs:__os_get_syserr (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_errno.c28 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
43 return (__os_get_syserr());
58 return (__os_get_syserr());
63 * __os_get_syserr --
66 * PUBLIC: int __os_get_syserr __P((void));
69 __os_get_syserr() function
H A Dos_map.c147 ret = __os_get_syserr();
159 ret = __os_get_syserr();
169 id, SHM_LOCK, NULL) == 0 ? 0 : __os_get_syserr();
281 ret = __os_get_syserr();
287 NULL) != 0 && (ret = __os_get_syserr()) != EINVAL) {
306 ret = __os_get_syserr();
503 return (__os_posix_err(__os_get_syserr()));
512 ret = __os_get_syserr();
528 ret = mlock(p, len) == 0 ? 0 : __os_get_syserr();
H A Dos_handle.c55 ret = __os_posix_err(__os_get_syserr());
130 switch (ret = __os_posix_err(__os_get_syserr())) {
163 ret = __os_get_syserr();
H A Dos_yield.c93 ret = __os_get_syserr();
H A Dos_rw.c161 ret = __os_get_syserr();
258 ret = __os_get_syserr();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_rename.c45 ret = __os_get_syserr();
53 ret = __os_get_syserr();
66 ret = __os_get_syserr();
H A Dos_dir.c50 return (__os_posix_err(__os_get_syserr()));
89 ret = __os_posix_err(__os_get_syserr());
96 ret = __os_posix_err(__os_get_syserr());
H A Dos_map.c89 ret = !UnmapViewOfFile(infop->addr) ? __os_get_syserr() : 0;
155 return (!UnmapViewOfFile(addr) ? __os_posix_err(__os_get_syserr()) : 0);
212 return (__os_posix_err(__os_get_syserr()));
329 ret = __os_get_syserr();
337 ret = __os_get_syserr();
H A Dos_fid.c56 ret = __os_get_syserr();
H A Dos_getenv.c72 if ((ret = __os_get_syserr()) == ERROR_ENVVAR_NOT_FOUND) {
H A Dos_seek.c51 &offbytes.high, FILE_BEGIN) == (DWORD)-1) ? __os_get_syserr() : 0;
H A Dos_unlink.c67 ret = __os_get_syserr();
H A Dos_handle.c63 switch (ret = __os_posix_err(__os_get_syserr())) {
H A Dos_errno.c26 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
67 * __os_get_syserr --
71 __os_get_syserr() function
H A Dos_open.c212 ret = __os_posix_err(__os_get_syserr());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h29 (ret) = __os_get_syserr(); \
43 (ret) = __os_get_syserr(); \
58 (ret) = __os_get_syserr(); \
H A Dwin_db.h108 ret = __os_posix_err(__os_get_syserr()); \
118 ret = __os_posix_err(__os_get_syserr()); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_qnx/
H A Dos_qnx_open.c57 ret = __os_posix_err(__os_get_syserr());
68 ret = __os_get_syserr();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_rw.c87 ret = __os_get_syserr();
144 ret = __os_get_syserr();
H A Dos_errno.c26 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
45 * __os_get_syserr --
49 __os_get_syserr() function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c63 ret = __os_get_syserr();
227 ret = __os_get_syserr();
288 ret = __os_get_syserr();
H A Dmut_fcntl.c126 err: ret = __os_get_syserr();
H A Dmut_tas.c51 ret = __os_get_syserr();
H A Dtest_mutex.c951 return (__os_posix_err(__os_get_syserr()));
963 return (__os_posix_err(__os_get_syserr()));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dos_ext.h38 int __os_get_syserr __P((void));

Completed in 170 milliseconds