Home
last modified time | relevance | path

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

123

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_roboswitch.c289 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local
294 ROBO_ARLCTRL_CONF, &_read, 1) < 0) in wpa_driver_roboswitch_leave()
297 if (!(_read & (1 << 4))) return -1; in wpa_driver_roboswitch_leave()
316 _read &= ~(1 << 4); in wpa_driver_roboswitch_leave()
318 ROBO_ARLCTRL_CONF, &_read, in wpa_driver_roboswitch_leave()
361 u16 vlan = 0, _read[2]; in wpa_driver_roboswitch_init() local
422 _read[0] = ROBO_VLAN_MAX; in wpa_driver_roboswitch_init()
424 _read, 1); in wpa_driver_roboswitch_init()
426 _read + 1, 1); in wpa_driver_roboswitch_init()
427 drv->is_5350 = _read[0] == _read[1]; in wpa_driver_roboswitch_init()
[all …]
/freebsd/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/crypto/heimdal/lib/roken/
H A Dnet_read.c83 count = _read (sock, cbuf, rem); in net_read()
93 count = _read (sock, cbuf, rem); in net_read()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.h9 .read = iwl_dbgfs_##name##_read, \
33 .read = iwl_dbgfs_##name##_read, \
/freebsd/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/lib/libc/stdio/
H A Dstdio.c53 return(_read(fp->_file, buf, (size_t)n)); in __sread()
87 ret = (*fp->_read)(fp->_cookie, buf, n); in _sread()
H A Dfunopen.c67 fp->_read = readfn; in funopen()
H A Dvsscanf.c66 f._read = eofread; in vsscanf_l()
H A Dfopen.c78 fp->_read = __sread; in fopen()
H A Dfdopen.c96 fp->_read = __sread; in fdopen()
H A Dvswscanf.c86 f._read = eofread; in vswscanf_l()
/freebsd/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/contrib/libpcap/testprogs/
H A Dunix.h53 #define read _read
/freebsd/lib/libc/gen/
H A Deventfd.c45 return (sizeof(*value) == _read(fd, value, sizeof(*value)) ? 0 : -1); in eventfd_read()
H A Dnlist.c140 _read(fd, &ehdr, sizeof(Elf_Ehdr)) != sizeof(Elf_Ehdr) || in __elf_fdnlist()
224 if (_read(fd, sbuf, cc) != cc) in __elf_fdnlist()
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h41 #define _read(a, b, c) read(a, b, c) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Daverage.h85 ewma_ ## _name ## _read(struct ewma_ ## _name *ewma) \
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h95 #define read _read
/freebsd/lib/libc/rpc/
H A Drtime.c128 res = _read(s, (char *)&thetime, sizeof(thetime)); in rtime()
/freebsd/contrib/expat/xmlwf/
H A Dreadfilemap.c54 # define EXPAT_read _read
/freebsd/crypto/openssl/ms/
H A Dapplink.c130 OPENSSL_ApplinkTable[APPLINK_READ] = _read; in OPENSSL_Applink()
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h171 #define read _read
/freebsd/lib/libc/locale/
H A Dldpart.c106 if (_read(fd, p, (size_t) st.st_size) != st.st_size) in __part_load_locale()
/freebsd/sys/contrib/zlib/
H A Dgzguts.h47 # define read _read
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_local.h179 # define UP_read _read

123