| /src/external/gpl3/binutils/dist/gprofng/src/ |
| ArchiveExp.h | 33 void read_data (int s_option);
|
| ArchiveExp.cc | 48 ArchiveExp::read_data (int s_option) function in class:ArchiveExp
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| ArchiveExp.h | 33 void read_data (int s_option);
|
| ArchiveExp.cc | 48 ArchiveExp::read_data (int s_option) function in class:ArchiveExp
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| ps_utils.c | 26 read_data(int fd, void *data, UINT32 size) function
|
| tspps.c | 325 if ((rc = read_data(fd, buf, tmp.blob_size))) { 364 if ((result = read_data(fd, buf, tmp.blob_size))) { 719 if ((result = read_data(fd, &tmp[i].uuid, sizeof(TSS_UUID)))) { 725 if ((result = read_data(fd, &tmp[i].parent_uuid, sizeof(TSS_UUID)))) { 731 if ((result = read_data(fd, &tmp[i].pub_data_size, sizeof(UINT16)))) { 740 if ((result = read_data(fd, &tmp[i].blob_size, sizeof(UINT16)))) { 749 if ((result = read_data(fd, &tmp[i].vendor_data_size, sizeof(UINT32)))) { 756 if ((result = read_data(fd, &tmp[i].flags, sizeof(UINT16)))) { 808 if ((result = read_data(fd, (void *)blob, c->blob_size))) { 851 if ((result = read_data(fd, (void *)blob, c->blob_size))) [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-iouring-pollhup.c | 78 static void read_data(uv_stream_t* stream, function 101 ASSERT_OK(uv_read_start((uv_stream_t*) &p1, alloc_buffer, read_data));
|
| /src/sbin/mount_qemufwcfg/ |
| fwcfg.c | 76 read_data(void *buf, size_t buflen) function 160 read_data(tmp, len); 165 read_data(buf, size); 176 read_data(&count, sizeof(count)); 206 read_data(&count, sizeof(count)); 208 read_data(&f, sizeof(f));
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-sink.c | 119 /* read_data - read over-all netstring data */ 121 static void read_data(int unused_event, void *context) function 152 event_enable_read(fd, read_data, context); 191 read_data(event, context);
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| ps_utils.c | 52 read_data(int fd, void *data, UINT32 size) function 402 if ((rc = read_data(fd, (void *)&tmp->uuid, sizeof(TSS_UUID)))) { 408 if ((rc = read_data(fd, (void *)&tmp->parent_uuid, sizeof(TSS_UUID)))) { 414 if ((rc = read_data(fd, &tmp->pub_data_size, sizeof(UINT16)))) { 423 if ((rc = read_data(fd, &tmp->blob_size, sizeof(UINT16)))) { 431 if ((rc = read_data(fd, &tmp->vendor_data_size, sizeof(UINT32)))) { 438 if ((rc = read_data(fd, &tmp->flags, sizeof(UINT16)))) { 460 if ((rc = read_data(fd, srk_blob, tmp->blob_size))) {
|
| tcsps.c | 141 if ((rc = read_data(fd, ret_uuid, sizeof(TSS_UUID)))) { 191 if ((rc = read_data(fd, ret_buffer, tmp->blob_size))) { 234 if ((rc = read_data(fd, ret_buffer, c->blob_size))) { 267 if ((rc = read_data(fd, *data, c->vendor_data_size))) { 340 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { 405 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { 475 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { 506 if ((rc = read_data(fd, tmp_buffer, tmp->blob_size))) {
|
| /src/usr.sbin/tpctl/ |
| tpctl.h | 89 int read_data(const char *, struct tpctl_data *);
|
| data.c | 89 read_data(const char *filename, struct tpctl_data *data) function
|
| main.c | 186 error = read_data(data_file, data);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_private.h | 202 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *); member in struct:archive_read::archive_format_descriptor 235 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
|
| archive_read.c | 974 if (a->format->read_data == NULL) { 977 "No format->read_data function registered"); 981 return (a->format->read_data)(a, buff, size, offset); 1182 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *), 1204 a->formats[i].read_data = read_data;
|
| archive_read_support_format_mtree.c | 132 static int read_data(struct archive_read *a, 289 mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, NULL); 1887 read_data(struct archive_read *a, const void **buff, size_t *size, function
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| tcsps.h | 27 TSS_RESULT read_data(int, void *, UINT32);
|
| tspps.h | 21 TSS_RESULT read_data(int, void *, UINT32);
|
| /src/external/bsd/iscsi/dist/src/osd/ |
| osd.c | 168 uint8_t *read_data = NULL; local 404 if ((read_data = iscsi_malloc_atomic(osd_args.length)) == NULL) { 412 if (read(rc, read_data, osd_args.length) != osd_args.length) { 421 sg[0].iov_base = read_data; 431 if (read_data) 432 iscsi_free_atomic(read_data);
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| packet-parse.c | 133 * read_data reads the remainder of the subregion's data 143 read_data(pgp_data_t *data, pgp_region_t *region, pgp_stream_t *stream) function 1355 if (!read_data(&pkt.u.userattr, region, stream)) { 1661 if (!read_data(&pkt.u.ss_skapref, &subregion, stream)) { 1667 if (!read_data(&pkt.u.ss_hashpref, &subregion, stream)) { 1673 if (!read_data(&pkt.u.ss_zpref, &subregion, stream)) { 1686 if (!read_data(&pkt.u.ss_key_flags, &subregion, stream)) { 1692 if (!read_data(&pkt.u.ss_key_server_prefs, &subregion, stream)) { 1698 if (!read_data(&pkt.u.ss_features, &subregion, stream)) { 1711 if (!read_data(&pkt.u.ss_embedded_sig, &subregion, stream)) [all...] |
| /src/external/bsd/cron/dist/ |
| do_command.c | 153 read_data(entry *e, const char *mailto, const char *usernm, char **envp, function 637 retval = read_data(e, mailto, usernm, envp, stdout_pipe, jobpid);
|
| /src/external/lgpl3/mpc/dist/tests/ |
| Makefile.am | 54 random.c read_data.c read_description.c read_line.c rounding.c \
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| rpc.c | 197 read_data(krb5_storage *sp, krb5_storage *msg, size_t len) function 235 CHECK(read_data(sp, msg, len)); 824 CHECK(read_data(sp, msg, len));
|
| /src/external/cddl/osnet/dist/tools/ctf/dump/ |
| dump.c | 274 read_data(const ctf_header_t *hp, const ctf_data_t *cd) function 1088 error |= read_data(hp, &cd);
|