HomeSort by relevance Sort by last modified time
    Searched defs:slave (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/hcidump/src/
csrsniff.c 145 "\tcsrsniff [-i <dev>] <master-bdaddr> [slave-bdaddr]\n");
160 bdaddr_t bdaddr, master, slave; local
164 bacpy(&slave, BDADDR_ANY);
195 str2ba(argv[1], &slave);
  /external/dropbear/
chansession.h 47 int slave; member in struct:ChanSess
  /external/qemu/slirp/
misc.c 174 register int master, slave; local
187 if ((slave = open(ptr, O_RDWR)) < 0 ||
188 ioctl(slave, I_PUSH, "ptem") < 0 ||
189 ioctl(slave, I_PUSH, "ldterm") < 0 ||
190 ioctl(slave, I_PUSH, "ttcompat") < 0) {
192 close(slave);
197 *aslave = slave;
220 if ((slave = open(line, O_RDWR, 0)) != -1) {
222 *aslave = slave;
  /external/qemu/slirp-android/
misc.c 154 register int master, slave; local
167 if ((slave = open(ptr, O_RDWR)) < 0 ||
168 ioctl(slave, I_PUSH, "ptem") < 0 ||
169 ioctl(slave, I_PUSH, "ldterm") < 0 ||
170 ioctl(slave, I_PUSH, "ttcompat") < 0) {
172 close(slave);
177 *aslave = slave;
200 if ((slave = open(line, O_RDWR, 0)) != -1) {
202 *aslave = slave;
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 119 // slave to make sure it reads the data properly.
132 // Create a slave database.
133 VisitedLinkSlave slave; local
137 slave.OnUpdateVisitedLinks(new_handle);
138 g_slaves.push_back(&slave);
146 found = slave.IsVisited(cur);
147 EXPECT_TRUE(found) << "URL " << i << "not found in slave.";
153 found = slave.IsVisited(GURL("http://unfound.site/"));
274 VisitedLinkSlave slave; local
278 slave.OnUpdateVisitedLinks(new_handle)
323 VisitedLinkSlave slave; local
    [all...]
  /hardware/invensense/mlsdk/mlutils/
mputest.c 65 #include "slave.h"
227 * the slave address the MPU device is setup to respond at.
861 /* load the slave descr from the getter */
1344 struct ext_slave_descr *slave = mputestCfgPtr->accel; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 116 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon21060
126 int slavedelay; /* Delay until slave starts up */
135 int triggercps; /* BogoCPS needed for triggering slave */
  /external/qemu/hw/
bt-hci.c 275 * (Slave to master only)
390 struct bt_device_s *slave;
394 slave = 0;
396 slave = net->slave;
401 bt_submit_lmp(slave, length - 1, data + 1);
405 bt_sumbit_l2cap(slave, length - 1, data + 1, (data[0] >> 2) & 1);
516 struct bt_device_s *slave)
520 .bdaddr = BAINIT(&slave->bd_addr),
524 .dev_class[0] = slave->class[0]
585 struct bt_device_s *slave; local
677 struct bt_device_s *slave; local
944 struct bt_device_s *slave; local
969 struct bt_device_s *slave; local
1019 struct bt_device_s *slave; local
    [all...]
bt.h 57 struct bt_device_s *slave; member in struct:bt_scatternet_s
61 struct bt_device_s *slave, *host; member in struct:bt_link_s
    [all...]
  /external/ppp/pppd/
sys-linux.c 178 static int slave_fd = -1; /* pty for old-style demand mode, slave */
1967 char slave[16]; local
    [all...]
  /external/qemu/
qemu-char.c 863 const char *slave; local
875 if ((slave = ptsname(mfd)) == NULL)
878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 2517 Bit8u channel, slave, shift; local
2789 Bit8u channel, slave, sn, sc; local
2859 Bit8u channel, slave; local
3010 Bit8u channel, slave; local
3162 Bit8u channel, slave; local
    [all...]

Completed in 835 milliseconds