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

  /external/qemu/hw/
bt.c 25 /* Slave implementations can ignore this */
33 if (link->slave->reject_reason)
60 link->slave = req->slave;
94 /* Simple slave-only devices need to implement only .lmp_acl_data */
105 dev->next = net->slave;
106 net->slave = dev;
111 struct bt_device_s **p = &dev->net->slave;
bt-hci.c 277 * (Slave to master only)
392 struct bt_device_s *slave;
396 slave = 0;
398 slave = net->slave;
403 bt_submit_lmp(slave, length - 1, data + 1);
407 bt_sumbit_l2cap(slave, length - 1, data + 1, (data[0] >> 2) & 1);
518 struct bt_device_s *slave)
522 .bdaddr = BAINIT(&slave->bd_addr),
526 .dev_class[0] = slave->class[0]
587 struct bt_device_s *slave; local
679 struct bt_device_s *slave; local
946 struct bt_device_s *slave; local
971 struct bt_device_s *slave; local
999 struct bt_device_s *slave; local
1022 struct bt_device_s *slave; local
    [all...]
bt-l2cap.c     [all...]
bt.h 59 struct bt_device_s *slave; member in struct:bt_scatternet_s
63 struct bt_device_s *slave, *host; member in struct:bt_link_s
    [all...]
  /external/bluetooth/bluez/audio/
bluetooth.conf 30 slave {
  /external/dropbear/
chansession.h 47 int slave; member in struct:ChanSess
sshpty.c 75 char *slave;
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0);
78 if (slave == NULL) {
83 strlcpy(namebuf, slave, namebuflen);
84 /* Open the slave side. */
123 "Slave pty side name could not be obtained.");
128 /* Open the slave side. */
176 "Could not open pty slave side %.100s: %.100s",
210 /* Open the slave side. */
svr-chansession.c 228 chansess->slave = -1;
540 if (pty_allocate(&chansess->master, &chansess->slave, namebuf, 64) == 0) {
773 pty_make_controlling_tty(&chansess->slave, chansess->tty);
775 if ((dup2(chansess->slave, STDIN_FILENO) < 0) ||
776 (dup2(chansess->slave, STDERR_FILENO) < 0) ||
777 (dup2(chansess->slave, STDOUT_FILENO) < 0)) {
782 close(chansess->slave);
832 close(chansess->slave);
  /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/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;
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaShapeRasterizer.java 243 void sort(int[] master, int[] slave, int length) {
256 min = slave[num];
257 slave[num] = slave[i];
258 slave[i] = min;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 130 such as "C:\b\slave\webkit-release\build\third_party\cygwin\bin"
  /external/qemu/
qemu-char-android.c 798 const char *slave; local
810 if ((slave = ptsname(mfd)) == NULL)
813 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
    [all...]
qemu-char.c 766 const char *slave; local
778 if ((slave = ptsname(mfd)) == NULL)
781 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
    [all...]
vl-android.c     [all...]
vl.c     [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...]

Completed in 558 milliseconds