Searched refs:get_error (Results 1 - 8 of 8) sorted by relevance

/external/qemu/
H A Dmigration-tcp.c62 } while (ret == -1 && (s->get_error(s)) == EINTR);
92 s->get_error = socket_errno;
116 ret = -(s->get_error(s));
H A Dmigration-tcp-android.c84 s->get_error = socket_errno;
108 ret = -(s->get_error(s));
H A Dmigration.h44 int (*get_error)(struct FdMigrationState*); member in struct:FdMigrationState
H A Dmigration.c219 } while (ret == -1 && ((s->get_error(s)) == EINTR));
222 ret = -(s->get_error(s));
328 } while (ret == -1 && (s->get_error(s)) == EINTR);
H A Dmigration-exec.c94 s->get_error = file_errno;
/external/chromium/base/
H A Dlogging.h779 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError
/external/chromium_org/base/
H A Dlogging.h850 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError
/external/strace/
H A Dsyscall.c1528 get_error(struct tcb *tcp) function
2421 res = get_error(tcp);

Completed in 185 milliseconds