Searched defs:slave (Results 1 - 13 of 13) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-openpty.c81 char *slave; local
83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL)
86 /* Open the slave side. */
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) {
118 /* Open the slave side. */
168 /* Open the slave side. */
202 /* Open the slave side. */
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c145 "\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/
H A Dchansession.h47 int slave; member in struct:ChanSess
/external/qemu/slirp/
H A Dmisc.c174 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/
H A Dmisc.c154 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/
H A Dvisitedlink_unittest.cc119 // 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
323 VisitedLinkSlave slave; local
[all...]
/external/qemu/hw/
H A Dbt-hci.c390 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],
525 .dev_class[1] = slave
515 bt_hci_inquiry_result_standard(struct bt_hci_s *hci, struct bt_device_s *slave) argument
534 bt_hci_inquiry_result_with_rssi(struct bt_hci_s *hci, struct bt_device_s *slave) argument
554 bt_hci_inquiry_result(struct bt_hci_s *hci, struct bt_device_s *slave) argument
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...]
H A Dbt.h57 struct bt_device_s *slave; member in struct:bt_scatternet_s
61 struct bt_device_s *slave, *host; member in struct:bt_link_s
/external/ppp/pppd/
H A Dsys-linux.c178 static int slave_fd = -1; /* pty for old-style demand mode, slave */
1967 char slave[16]; local
1974 * So we grab a pty master/slave pair and use that.
1976 if (!get_pty(&mfd, &local_fd, slave, 0)) {
2542 * get_pty - get a pty master/slave pair and chown the slave side
2569 warn("Couldn't unlock pty slave %s: %m", pty_name);
2572 warn("Couldn't open pty slave %s: %m", pty_name);
2619 * in demand mode. Under Linux, we use a pty master/slave pair.
2650 warn("couldn't set slave loopbac
[all...]
/external/qemu/
H A Dqemu-char.c863 const char *slave; local
875 if ((slave = ptsname(mfd)) == NULL)
878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2517 Bit8u channel, slave, shift; local
2521 slave = device % 2;
2530 outb(iobase1+ATA_CB_DH, slave ? ATA_CB_DH_DEV1 : ATA_CB_DH_DEV0);
2549 outb(iobase1+ATA_CB_DH, slave ? ATA_CB_DH_DEV1 : ATA_CB_DH_DEV0);
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, heads, spt);
2743 printf("ata%d %s: ",channel,slave?" slave":"master");
2751 printf("ata%d %s: ",channel,slave?" slave":"master");
2759 printf("ata%d %s: Unknown device\n",channel,slave
2789 Bit8u channel, slave, sn, sc; local
2859 Bit8u channel, slave; local
3010 Bit8u channel, slave; local
3162 Bit8u channel, slave; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 181 milliseconds