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

/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c80 #define read_data(k) (bus_space_read_1((k)->iot, (k)->ioh0, 0)) macro
461 addq(&kbdc->kbd, read_data(kbdc));
464 addq(&kbdc->aux, read_data(kbdc));
509 addq(&kbdc->aux, read_data(kbdc));
536 b = read_data(kbdc);
565 addq(&kbdc->kbd, read_data(kbdc));
592 b = read_data(kbdc);
767 return read_data(kbdcp(p));
792 return read_data(kbdcp(p));
818 addq(&kbdcp(p)->aux, read_data(kbdc
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h76 bfd_boolean read_data; member in struct:ieee_data_struct
H A Dieee.c1663 if (ieee->read_data)
1665 ieee->read_data = TRUE;
1808 ieee->read_data = FALSE;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_private.h205 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *); member in struct:archive_read::archive_format_descriptor
238 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
H A Darchive_read.c991 if (a->format->read_data == NULL) {
994 "No format->read_data function registered");
998 return (a->format->read_data)(a, buff, size, offset);
1200 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
1222 a->formats[i].read_data = read_data;
H A Darchive_read_support_format_mtree.c132 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);
1862 read_data(struct archive_read *a, const void **buff, size_t *size, function
/freebsd-11-stable/contrib/dialog/
H A Dguage.c89 read_data(char *buffer, FILE *fp) function
96 DLG_TRACE(("read_data:%s", buffer));
190 } else if ((status = read_data(buf, dialog_state.pipe_input)) > 0) {
198 if ((status = read_data(buf, dialog_state.pipe_input)) > 0) {
207 while ((status = read_data(buf, dialog_state.pipe_input)) > 0
/freebsd-11-stable/contrib/pjdfstest/tests/granular/
H A D02.t35 expect EPERM -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
37 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c352 read_data(struct memblock_t **mem, function
458 SVN_ERR(read_data(&mem, buf, scratch_pool));
501 /* If this call to read_data() will read from the spill file, and we
507 SVN_ERR(read_data(&mem, buf, iterpool));
/freebsd-11-stable/sys/dev/iicbus/
H A Dad7417.c79 struct read_data { struct
97 struct write_data out, struct read_data *in);
213 struct read_data *in)
493 struct read_data data;
H A Dds1631.c86 struct read_data { struct
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c302 u_int8_t read_data; local
315 read_data = read_bios(sc, addr);
316 if ((read_data & 0x80) == (data & 0x80)) break;
317 if (read_data & 0x20)
319 read_data = read_bios(sc, addr);
320 if ((read_data & 0x80) == (data & 0x80)) break;
327 read_data = read_bios(sc, addr);
328 if (read_data == data) break;
336 unsigned char read_data; local
351 read_data
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Drpc.c199 read_data(krb5_storage *sp, krb5_storage *msg, size_t len) function
237 CHECK(read_data(sp, msg, len));
826 CHECK(read_data(sp, msg, len));
/freebsd-11-stable/cddl/contrib/opensolaris/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);
/freebsd-11-stable/tools/tools/net80211/w00t/ap/
H A Dap.c548 void read_data(struct params *p, struct ieee80211_frame *wh, int len) function
696 read_data(p, wh, rc);
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c9310 static void S24C16_read_byte(hcb_p np, u_char *read_data, u_char ack_data, argument
9316 *read_data = 0;
9319 *read_data |= ((read_bit & 0x01) << (7 - x));
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c1443 *data = IXGBE_BE32_TO_CPU(hic.rsp.read_data);
H A Dixgbe_type.h3188 __be32 read_data; member in struct:ixgbe_hic_internal_phy_resp

Completed in 353 milliseconds