HomeSort by relevance Sort by last modified time
    Searched defs:read_all (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/misc/
uuidd.c 88 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/
gen_uuid.c 418 static ssize_t read_all(int fd, char *buf, size_t count) function
530 ret = read_all(s, (char *) &reply_len, sizeof(reply_len));
537 ret = read_all(s, op_buf, reply_len);
  /system/core/libsparse/
output_file.c 326 int read_all(int fd, void *buf, size_t len) function
733 ret = read_all(fd, data, len);
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 200 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 will have written a message to syslog for u
    [all...]
  /external/qemu/hw/
bt.h 851 uint8_t read_all; member in struct:__anon13639
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 781 uint8_t read_all; member in struct:__anon43596
    [all...]

Completed in 268 milliseconds