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

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c290 u16 _read, addr_be16[3], addr_read[3], ports_read; local
295 &_read, 1);
297 if (!(_read & (1 << 4))) return -1;
312 _read &= ~(1 << 4);
314 ROBO_ARLCTRL_CONF, &_read,
354 u16 vlan = 0, _read[2]; local
412 _read[0] = ROBO_VLAN_MAX;
414 _read, 1);
416 _read + 1, 1);
417 drv->is_5350 = _read[
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_roboswitch.c293 u16 _read, addr_be16[3], addr_read[3], ports_read; local
298 &_read, 1);
300 if (!(_read & (1 << 4))) return -1;
315 _read &= ~(1 << 4);
317 ROBO_ARLCTRL_CONF, &_read,
357 u16 vlan = 0, _read[2]; local
415 _read[0] = ROBO_VLAN_MAX;
417 _read, 1);
419 _read + 1, 1);
420 drv->is_5350 = _read[
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c293 u16 _read, addr_be16[3], addr_read[3], ports_read; local
298 &_read, 1);
300 if (!(_read & (1 << 4))) return -1;
315 _read &= ~(1 << 4);
317 ROBO_ARLCTRL_CONF, &_read,
357 u16 vlan = 0, _read[2]; local
415 _read[0] = ROBO_VLAN_MAX;
417 _read, 1);
419 _read + 1, 1);
420 drv->is_5350 = _read[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c293 u16 _read, addr_be16[3], addr_read[3], ports_read; local
298 &_read, 1);
300 if (!(_read & (1 << 4))) return -1;
315 _read &= ~(1 << 4);
317 ROBO_ARLCTRL_CONF, &_read,
357 u16 vlan = 0, _read[2]; local
415 _read[0] = ROBO_VLAN_MAX;
417 _read, 1);
419 _read + 1, 1);
420 drv->is_5350 = _read[
[all...]
/external/e2fsprogs/include/nonunix/
H A Dunistd.h22 #define read _read
/external/openssl/crypto/bio/
H A Dbio_lcl.h24 #define UP_read _read
/external/openssl/crypto/des/
H A Denc_read.c156 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py139 return self._read(timeout, size=0)
160 return self._read(timeout, size)
162 def _read(self, timeout, size): member in class:ServerProcess
/external/tcpdump/
H A Dtcpdump-stdinc.h65 #define read _read
/external/kernel-headers/original/asm-mips/sgi/
H A Dioc.h144 u8 _read[3]; member in struct:sgioc_regs
/external/stlport/src/details/
H A Dfstream_stdio.cpp101 # define _read read macro
/external/libxml2/
H A Dtrio.c149 # define read _read
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py342 self._read(self._get_iterable_expectations(self._expectations),
353 self._read(self._get_iterable_expectations(self._overrides),
486 def _read(self, expectations, overrides_allowed): member in class:TestExpectationsFile
/external/llvm/tools/gold/
H A Dgold-plugin.cpp39 # define read _read
/external/libvpx/build/make/
H A Dobj_int_extract.c1026 if (_read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size)
/external/chromium/third_party/libevent/
H A Devdns.c146 #define read _read
/external/dropbear/libtommath/
H A Dbn.tex1724 \index{mp\_read\_radix}
1750 \index{mp\_read\_unsigned\_bin}
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2891 When you read from RC4, the output is XOR'ed against your buffer you provide. In this manner, you can use rc4\_read()
2911 sober128\_read() as an encrypt (and decrypt) function.

Completed in 361 milliseconds