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

  /system/extras/ext4_utils/
simg2img.c 44 static int read_all(int fd, void *buf, size_t len) function
96 ret = read_all(in, copybuf, chunk);
125 ret = read_all(in, &fill_val, sizeof(fill_val));
162 ret = read_all(in, &file_crc32, 4);
216 ret = read_all(in, &sparse_header, sizeof(sparse_header));
245 ret = read_all(in, &chunk_header, sizeof(chunk_header));
  /external/bluetooth/glib/tests/
timeloop-basic.c 34 read_all (int fd, char *buf, int len) function
86 read_all (in_fd, (char *)&val, sizeof (val));
100 if (!read_all (source, (char *)&val, sizeof(val)))
timeloop-closure.c 35 read_all (GIOChannel *channel, char *buf, int len) function
87 read_all (in_channel, (char *)&val, sizeof (val));
109 if (!read_all (source, (char *)&val, sizeof(val)))
timeloop.c 34 read_all (GIOChannel *channel, char *buf, int len) function
86 read_all (in_channel, (char *)&val, sizeof (val));
108 if (!read_all (source, (char *)&val, sizeof(val)))
gio-test.c 64 read_all (int fd, function
143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb);
170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb);
198 error = read_all (fd, channel, buf, nbytes, &nb);
mainloop-test.c 58 read_all (GIOChannel *channel, char *buf, gsize len) function
112 if (!read_all (source, buf1, 32) ||
113 !read_all (source, buf2, 32))
234 if (!read_all (source, result, 32))
  /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);
  /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/bluetooth/bluez/lib/bluetooth/
hci.h 777 uint8_t read_all; member in struct:__anon2044
    [all...]
  /external/qemu/hw/
bt.h 851 uint8_t read_all; member in struct:__anon11052
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 781 uint8_t read_all; member in struct:__anon36171
    [all...]
  /external/bluetooth/bluez/lib/
hci.c     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c     [all...]
  /external/bluetooth/hcidump/parser/
hci.c 1329 printf("bdaddr %s all %d\n", addr, cp->read_all);
    [all...]

Completed in 385 milliseconds