Searched defs:read_all (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/misc/
H A Duuidd.c88 static ssize_t read_all(int fd, char *buf, size_t count) function
195 ret = read_all(s, (char *) &reply_len, sizeof(reply_len));
208 ret = read_all(s, (char *) buf, reply_len);
357 if (read_all(ns, (char *) &num, sizeof(num)) != 4)
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c423 static ssize_t read_all(int fd, char *buf, size_t count) function
535 ret = read_all(s, (char *) &reply_len, sizeof(reply_len));
542 ret = read_all(s, op_buf, reply_len);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c394 static void read_all (lua_State *L, FILE *f) { function
454 read_all(L, f); /* read entire file */
/external/chromium_org/tools/linux/
H A Dprocfs.py650 def read_all(self): member in class:_ProcessMemory
726 procs[pid].read_all()
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c318 int read_all(int fd, void *buf, size_t len) function
726 ret = read_all(fd, data, len);
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c200 static int read_all(dnssd_sock_t sd, char *buf, int len) function
210 if ((num_read < 0) && (errno == EINTR)) { syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue"); continue; }
227 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
233 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd,
238 syslog(LOG_INFO, "dnssd_clientstub read_all(%d) DEFUNCT", sd);
751 // Close our end of the socketpair *before* blocking in read_all to get the four-byte error code.
752 // Otherwise, if the daemon closes our socket (or crashes), we block in read_all() forever
758 // At this point we may block in read_all for a few milliseconds waiting for the daemon to send us the error code,
764 if (read_all(errsd, (char*)&err, (int)sizeof(err)) < 0)
765 err = kDNSServiceErr_ServiceNotRunning; // On failure read_all wil
[all...]
/external/qemu/include/hw/
H A Dbt.h851 uint8_t read_all; member in struct:__anon29767

Completed in 224 milliseconds