Searched refs:_read (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-current/contrib/libpcap/testprogs/
H A Dunix.h53 #define read _read
/freebsd-current/lib/libc/gen/
H A Deventfd.c45 return (sizeof(*value) == _read(fd, value, sizeof(*value)) ? 0 : -1);
/freebsd-current/tools/build/libc-bootstrap/
H A Dnamespace.h41 #define _read(a, b, c) read(a, b, c) macro
/freebsd-current/lib/libc/stdio/
H A Dfunopen.c67 fp->_read = readfn;
H A Dvsscanf.c66 f._read = eofread;
H A Dstdio.c53 return(_read(fp->_file, buf, (size_t)n));
87 ret = (*fp->_read)(fp->_cookie, buf, n);
H A Dvswscanf.c86 f._read = eofread;
H A Dfopen.c78 fp->_read = __sread;
H A Dfdopen.c96 fp->_read = __sread;
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_roboswitch.c289 u16 _read, addr_be16[3], addr_read[3], ports_read; local
294 ROBO_ARLCTRL_CONF, &_read, 1) < 0)
297 if (!(_read & (1 << 4))) return -1;
316 _read &= ~(1 << 4);
318 ROBO_ARLCTRL_CONF, &_read,
361 u16 vlan = 0, _read[2]; local
422 _read[0] = ROBO_VLAN_MAX;
424 _read, 1);
426 _read + 1, 1);
427 drv->is_5350 = _read[
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dnet_read.c83 count = _read (sock, cbuf, rem);
93 count = _read (sock, cbuf, rem);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.h8 .read = iwl_dbgfs_##name##_read, \
32 .read = iwl_dbgfs_##name##_read, \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Daverage.h47 * wmba_*_read seems to return up-to [u]long values; have to deal with 32/64bit.
85 ewma_ ## _name ## _read(struct ewma_ ## _name *ewma) \
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h87 static bhnd_nvram_iop_read bhnd_nvram_ ## _n ## _read; \
96 .read = bhnd_nvram_ ## _n ## _read, \
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h95 #define read _read
/freebsd-current/sys/arm/mv/
H A Dmvwin.h308 pre ## _ ## reg ## _read(int i) \
315 pre ## _ ## reg ## _read(int i, int j) \
322 pre ## _ ## reg ## _read(uint32_t base, int i) \
329 pre ## _ ## reg ## _read(uint32_t base, int i, int j) \
364 pre ## _ ## reg ## _read(void) \
371 pre ## _ ## reg ## _read(uint32_t base) \
/freebsd-current/lib/libc/rpc/
H A Drtime.c128 res = _read(s, (char *)&thetime, sizeof(thetime));
/freebsd-current/crypto/openssl/ms/
H A Dapplink.c130 OPENSSL_ApplinkTable[APPLINK_READ] = _read;
/freebsd-current/contrib/expat/xmlwf/
H A Dreadfilemap.c54 # define EXPAT_read _read
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h55 # define read _read
/freebsd-current/contrib/tcpdump/
H A Dnetdissect-stdinc.h171 #define read _read
193 * Windows doesn't have ssize_t; routines such as _read() return int.
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_local.h179 # define UP_read _read
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c36 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \
44 data->rlen = iwl_dbgfs_##name##_read(data->arg, \
66 .read = _iwl_dbgfs_##name##_read, \
94 .read = _iwl_dbgfs_##name##_read, \
/freebsd-current/lib/libc/locale/
H A Dldpart.c106 if (_read(fd, p, (size_t) st.st_size) != st.st_size)
/freebsd-current/sys/contrib/zlib/
H A Dgzguts.h47 # define read _read

Completed in 479 milliseconds

123