Searched refs:read_data (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DArchiveExp.h33 void read_data (int s_option);
H A DArchiveExp.cc48 ArchiveExp::read_data (int s_option) function in class:ArchiveExp
H A Dgp-archive.cc332 exp->read_data (s_option);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dps_utils.c26 read_data(int fd, void *data, UINT32 size) function
H A Dtspps.c325 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(f
[all...]
/netbsd-current/sbin/mount_qemufwcfg/
H A Dfwcfg.c75 read_data(void *buf, size_t buflen) function
159 read_data(tmp, len);
164 read_data(buf, size);
175 read_data(&count, sizeof(count));
205 read_data(&count, sizeof(count));
207 read_data(&f, sizeof(f));
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c119 /* 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);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dps_utils.c52 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))) {
H A Dtcsps.c141 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))) {
/netbsd-current/usr.sbin/tpctl/
H A Dtpctl.h89 int read_data(const char *, struct tpctl_data *);
H A Ddata.c89 read_data(const char *filename, struct tpctl_data *data) function
H A Dmain.c186 error = read_data(data_file, data);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h202 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 *),
H A Darchive_read.c979 if (a->format->read_data == NULL) {
982 "No format->read_data function registered");
986 return (a->format->read_data)(a, buff, size, offset);
1187 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
1209 a->formats[i].read_data = read_data;
H A Darchive_read_support_format_mtree.c131 static int read_data(struct archive_read *a,
288 mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, NULL);
1879 read_data(struct archive_read *a, const void **buff, size_t *size, function
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtspps.h21 TSS_RESULT read_data(int, void *, UINT32);
H A Dtcsps.h27 TSS_RESULT read_data(int, void *, UINT32);
/netbsd-current/external/bsd/iscsi/dist/src/osd/
H A Dosd.c168 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);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.c133 * 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(
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Ddo_command.c153 read_data(entry *e, const char *mailto, const char *usernm, char **envp, function
637 retval = read_data(e, mailto, usernm, envp, stdout_pipe, jobpid);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A DMakefile.am54 random.c read_data.c read_description.c read_line.c rounding.c \
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c197 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));
/netbsd-current/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c267 read_data(const ctf_header_t *hp, const ctf_data_t *cd) function
992 error |= read_data(hp, &cd);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.cc101 bool read_data ();
500 if (read_data ())
619 file_cache_slot::read_data () function in class:file_cache_slot
646 return read_data ();
/netbsd-current/external/lgpl3/mpc/dist/
H A DMakefile.vc89 $(DIRMPCTESTS)\random.c $(DIRMPCTESTS)\read_data.c $(DIRMPCTESTS)\read_description.c $(DIRMPCTESTS)\read_line.c $(DIRMPCTESTS)\rounding.c \
102 # ls t*.c | sed "s/\.c//" | grep -v comparisons | grep -v read_data | grep -v random | awk ' { printf("\t$(TESTCOMPILE)%s.c $(MIDTESTCOMPILE)%s.exe $(ENDTESTCOMPILE)\n\tcd $(DIRMPCTESTS) && %s.exe && cd ..\n",$1,$1,$1,$1); } '

Completed in 409 milliseconds

12