| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| H A D | tspps.c | 325 if ((rc = read_data(fd, buf, tmp.blob_size))) { in psfile_get_key_by_uuid() 364 if ((result = read_data(fd, buf, tmp.blob_size))) { in psfile_get_key_by_pub() 719 if ((result = read_data(fd, &tmp[i].uuid, sizeof(TSS_UUID)))) { in psfile_get_all_cache_entries() 725 if ((result = read_data(fd, &tmp[i].parent_uuid, sizeof(TSS_UUID)))) { in psfile_get_all_cache_entries() 731 if ((result = read_data(fd, &tmp[i].pub_data_size, sizeof(UINT16)))) { in psfile_get_all_cache_entries() 740 if ((result = read_data(fd, &tmp[i].blob_size, sizeof(UINT16)))) { in psfile_get_all_cache_entries() 749 if ((result = read_data(fd, &tmp[i].vendor_data_size, sizeof(UINT32)))) { in psfile_get_all_cache_entries() 756 if ((result = read_data(fd, &tmp[i].flags, sizeof(UINT16)))) { in psfile_get_all_cache_entries() 808 if ((result = read_data(fd, (void *)blob, c->blob_size))) { in copy_key_info() 851 if ((result = read_data(fd, (void *)blob, c->blob_size))) { in copy_key_info2() [all …]
|
| H A D | ps_utils.c | 26 read_data(int fd, void *data, UINT32 size) in read_data() function
|
| /netbsd-src/sbin/mount_qemufwcfg/ |
| H A D | fwcfg.c | 75 read_data(void *buf, size_t buflen) in read_data() function 159 read_data(tmp, len); in fwcfg_read() 164 read_data(buf, size); in fwcfg_read() 175 read_data(&count, sizeof(count)); in fwcfg_statfs() 205 read_data(&count, sizeof(count)); in build_tree() 207 read_data(&f, sizeof(f)); in build_tree()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| H A D | ps_utils.c | 52 read_data(int fd, void *data, UINT32 size) in read_data() function 402 if ((rc = read_data(fd, (void *)&tmp->uuid, sizeof(TSS_UUID)))) { in init_disk_cache() 408 if ((rc = read_data(fd, (void *)&tmp->parent_uuid, sizeof(TSS_UUID)))) { in init_disk_cache() 414 if ((rc = read_data(fd, &tmp->pub_data_size, sizeof(UINT16)))) { in init_disk_cache() 423 if ((rc = read_data(fd, &tmp->blob_size, sizeof(UINT16)))) { in init_disk_cache() 431 if ((rc = read_data(fd, &tmp->vendor_data_size, sizeof(UINT32)))) { in init_disk_cache() 438 if ((rc = read_data(fd, &tmp->flags, sizeof(UINT16)))) { in init_disk_cache() 460 if ((rc = read_data(fd, srk_blob, tmp->blob_size))) { in init_disk_cache()
|
| H A D | tcsps.c | 141 if ((rc = read_data(fd, ret_uuid, sizeof(TSS_UUID)))) { in psfile_get_parent_uuid_by_uuid() 191 if ((rc = read_data(fd, ret_buffer, tmp->blob_size))) { in psfile_get_key_by_uuid() 234 if ((rc = read_data(fd, ret_buffer, c->blob_size))) { in psfile_get_key_by_cache_entry() 267 if ((rc = read_data(fd, *data, c->vendor_data_size))) { in psfile_get_vendor_data() 340 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { in psfile_is_pub_registered() 405 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { in psfile_get_uuid_by_pub() 475 if ((rc = read_data(fd, tmp_buffer, tmp->pub_data_size))) { in psfile_get_key_by_pub() 506 if ((rc = read_data(fd, tmp_buffer, tmp->blob_size))) { in psfile_get_key_by_pub()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | qmqp-sink.c | 121 static void read_data(int unused_event, void *context) in read_data() function 152 event_enable_read(fd, read_data, context); in read_data() 191 read_data(event, context); in read_length()
|
| /netbsd-src/external/bsd/iscsi/dist/src/osd/ |
| H A D | osd.c | 168 uint8_t *read_data = NULL; in device_command() local 404 if ((read_data = iscsi_malloc_atomic(osd_args.length)) == NULL) { in device_command() 412 if (read(rc, read_data, osd_args.length) != osd_args.length) { in device_command() 421 sg[0].iov_base = read_data; in device_command() 431 if (read_data) in device_command() 432 iscsi_free_atomic(read_data); in device_command()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_read_private.h | 202 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *); member 235 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | ArchiveExp.h | 33 void read_data (int s_option);
|
| H A D | ArchiveExp.cc | 48 ArchiveExp::read_data (int s_option) in read_data() function in ArchiveExp
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | ArchiveExp.h | 33 void read_data (int s_option);
|
| H A D | ArchiveExp.cc | 48 ArchiveExp::read_data (int s_option) in read_data() function in ArchiveExp
|
| H A D | gp-archive.cc | 332 exp->read_data (s_option); in start()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | packet-parse.c | 143 read_data(pgp_data_t *data, pgp_region_t *region, pgp_stream_t *stream) in read_data() function 1355 if (!read_data(&pkt.u.userattr, region, stream)) { in parse_userattr() 1661 if (!read_data(&pkt.u.ss_skapref, &subregion, stream)) { in parse_one_sig_subpacket() 1667 if (!read_data(&pkt.u.ss_hashpref, &subregion, stream)) { in parse_one_sig_subpacket() 1673 if (!read_data(&pkt.u.ss_zpref, &subregion, stream)) { in parse_one_sig_subpacket() 1686 if (!read_data(&pkt.u.ss_key_flags, &subregion, stream)) { in parse_one_sig_subpacket() 1692 if (!read_data(&pkt.u.ss_key_server_prefs, &subregion, stream)) { in parse_one_sig_subpacket() 1698 if (!read_data(&pkt.u.ss_features, &subregion, stream)) { in parse_one_sig_subpacket() 1711 if (!read_data(&pkt.u.ss_embedded_sig, &subregion, stream)) { in parse_one_sig_subpacket() 1770 if (!read_data(&pkt.u.ss_userdef, &subregion, stream)) { in parse_one_sig_subpacket() [all …]
|
| /netbsd-src/usr.sbin/tpctl/ |
| H A D | tpctl.h | 89 int read_data(const char *, struct tpctl_data *);
|
| H A D | main.c | 186 error = read_data(data_file, data); in load_data()
|
| H A D | data.c | 89 read_data(const char *filename, struct tpctl_data *data) in read_data() function
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tspps.h | 21 TSS_RESULT read_data(int, void *, UINT32);
|
| H A D | tcsps.h | 27 TSS_RESULT read_data(int, void *, UINT32);
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | do_command.c | 153 read_data(entry *e, const char *mailto, const char *usernm, char **envp, in read_data() function 637 retval = read_data(e, mailto, usernm, envp, stdout_pipe, jobpid); in child_process()
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | Makefile.am | 54 random.c read_data.c read_description.c read_line.c rounding.c \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | rpc.c | 197 read_data(krb5_storage *sp, krb5_storage *msg, size_t len) in read_data() function 235 CHECK(read_data(sp, msg, len)); in collect_framents() 824 CHECK(read_data(sp, msg, len)); in process_stream()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/ |
| H A D | dump.c | 267 read_data(const ctf_header_t *hp, const ctf_data_t *cd) in read_data() function 992 error |= read_data(hp, &cd); in main()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
| H A D | http.c | 620 isc_region_t read_data; 625 isc_buffer_usedregion(cstream->rbuf, &read_data); in on_client_stream_close_callback() 626 cstream->read_cb(session->client_httphandle, result, &read_data, in on_client_stream_close_callback() 2798 isc_region_t read_data; 2799 isc_buffer_usedregion(cstream->rbuf, &read_data); 2801 &read_data, cstream->read_cbarg); in client_call_failed_read_cb() 609 isc_region_t read_data; call_unlink_cstream_readcb() local 2818 isc_region_t read_data; client_call_failed_read_cb() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | input.cc | 101 bool read_data (); 500 if (read_data ()) in create() 619 file_cache_slot::read_data () in read_data() function in file_cache_slot 646 return read_data (); in maybe_read_data()
|