OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_error
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
migration-tcp.c
62
} while (ret == -1 && (s->
get_error
(s)) == EINTR);
92
s->
get_error
= socket_errno;
116
ret = -(s->
get_error
(s));
migration.h
44
int (*
get_error
)(struct FdMigrationState*);
member in struct:FdMigrationState
migration-tcp-android.c
84
s->
get_error
= socket_errno;
108
ret = -(s->
get_error
(s));
migration-exec.c
84
s->
get_error
= file_errno;
migration.c
219
} while (ret == -1 && ((s->
get_error
(s)) == EINTR));
222
ret = -(s->
get_error
(s));
328
} while (ret == -1 && (s->
get_error
(s)) == EINTR);
/external/strace/
syscall.c
1439
get_error
(tcp)
function
[
all
...]
Completed in 68 milliseconds