| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-reference.cc | 390 bool read_all = x_global->statics_read == all_module_statics; 393 e && !(read_all && write_all); 658 /* Set READ_ALL/WRITE_ALL based on decl flags of NODE. */ 662 bool &read_all, bool &write_all) 673 read_all = true; 681 read_all = true; 689 /* Set READ_ALL/WRITE_ALL based on decl flags of NODE or any member 694 bool &read_all, bool &write_all) 701 read_write_all_from_decl (node, read_all, write_all); 704 e && !(read_all && write_all) 389 bool read_all = x_global->statics_read == all_module_statics; local 785 bool read_all = false; local 916 bool read_all = local [all...] |
| value-prof.cc | 772 gcov_type read_all = abs_hwi (hist->hvalue.counters[0]); local 788 else if (covered != read_all 799 && check_counter (stmt, counter_type, &c, &read_all, 803 *all = read_all;
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_signd.c | 82 read_all(int fd, void *buf, size_t len) function 113 if (read_all(fd, len, sizeof(*len)) != sizeof(*len)) return -1; 116 if (read_all(fd, *buf, *len) != *len) {
|
| /src/usr.bin/btkey/ |
| device.c | 170 cp.read_all = 0x01; 208 cp.read_all = 0x00;
|
| /src/external/bsd/libevent/dist/ |
| arc4random.c | 130 read_all(int fd, unsigned char *buf, size_t count) function 303 n = read_all(fd, buf, sizeof(buf));
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| arc4random.c | 131 read_all(int fd, unsigned char *buf, size_t count) function 304 n = read_all(fd, buf, sizeof(buf));
|
| /src/sbin/disklabel/ |
| main.c | 158 static int read_all; /* set if op = READ && Aflag */ variable 722 read_all = Aflag; 724 if (read_all) 1203 if (read_all == 2) 1247 if (read_all && (tlp.d_magic == DISKMAGIC_DELETED || 1272 if (!read_all) 1290 read_all = 2;
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_clientstub.c | 449 static int read_all(const dnssd_sock_t sd, uint8_t *buf, size_t len) function 461 syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue"); 482 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); 488 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd, 493 syslog(LOG_INFO, "dnssd_clientstub read_all(%d) DEFUNCT", sd); 1120 // Close our end of the socketpair *before* calling read_all() to get the four-byte error code. 1122 // in read_all() because the socket is not closed (we still have an open reference to it) 1127 // At this point we may wait in read_all for a few milliseconds waiting for the daemon to send us the error code, 1132 ioresult = read_all(errsd, (uint8_t *)&err, (int)sizeof(err)); 1134 err = (ioresult == read_all_defunct) ? kDNSServiceErr_DefunctConnection : kDNSServiceErr_ServiceNotRunning; // On failure read_all will have written a message to syslog for u [all...] |
| /src/sys/netbt/ |
| hci.h | 1068 uint8_t read_all; /* read all keys? 0x01 - yes */ member in struct:__anon7214
|