/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_roboswitch.c | 289 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 D | mvwin.h | 308 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 D | net_read.c | 83 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 D | debugfs.h | 9 .read = iwl_dbgfs_##name##_read, \ 33 .read = iwl_dbgfs_##name##_read, \
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_iovar.h | 87 static bhnd_nvram_iop_read bhnd_nvram_ ## _n ## _read; \ 96 .read = bhnd_nvram_ ## _n ## _read, \
|
/freebsd/lib/libc/stdio/ |
H A D | stdio.c | 53 return(_read(fp->_file, buf, (size_t)n)); in __sread() 87 ret = (*fp->_read)(fp->_cookie, buf, n); in _sread()
|
H A D | funopen.c | 67 fp->_read = readfn; in funopen()
|
H A D | vsscanf.c | 66 f._read = eofread; in vsscanf_l()
|
H A D | fopen.c | 78 fp->_read = __sread; in fopen()
|
H A D | fdopen.c | 96 fp->_read = __sread; in fdopen()
|
H A D | vswscanf.c | 86 f._read = eofread; in vswscanf_l()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | debugfs.c | 36 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 D | unix.h | 53 #define read _read
|
/freebsd/lib/libc/gen/ |
H A D | eventfd.c | 45 return (sizeof(*value) == _read(fd, value, sizeof(*value)) ? 0 : -1); in eventfd_read()
|
H A D | nlist.c | 140 _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 D | namespace.h | 41 #define _read(a, b, c) read(a, b, c) macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | average.h | 85 ewma_ ## _name ## _read(struct ewma_ ## _name *ewma) \
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 95 #define read _read
|
/freebsd/lib/libc/rpc/ |
H A D | rtime.c | 128 res = _read(s, (char *)&thetime, sizeof(thetime)); in rtime()
|
/freebsd/contrib/expat/xmlwf/ |
H A D | readfilemap.c | 54 # define EXPAT_read _read
|
/freebsd/crypto/openssl/ms/ |
H A D | applink.c | 130 OPENSSL_ApplinkTable[APPLINK_READ] = _read; in OPENSSL_Applink()
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 171 #define read _read
|
/freebsd/lib/libc/locale/ |
H A D | ldpart.c | 106 if (_read(fd, p, (size_t) st.st_size) != st.st_size) in __part_load_locale()
|
/freebsd/sys/contrib/zlib/ |
H A D | gzguts.h | 47 # define read _read
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_local.h | 179 # define UP_read _read
|