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

1 2

  /external/bison/lib/
wait-process.c 57 'child' field to 0 when unregistering a slave process, and wouldn't need
68 /* The registered slave subprocesses. */
74 /* The termination signal for slave subprocesses.
88 /* Get the last registered slave. */
97 pid_t slave = slaves[n].child; local
99 /* Kill the slave. */
100 kill (slave, TERMINATOR);
105 /* Register a subprocess as being a slave process. This means that the
120 /* Try to store the new slave in an unused entry of the slaves array. */
166 new slave and its 'used' bit have been written to the memory location
    [all...]
  /external/fio/
diskutil.h 42 /* If this disk is a slave, hook it into the master's
58 * entries for the slave devices. The disk_util entries for
81 struct disk_util *slave; local
83 slave = flist_entry(n, struct disk_util, slavelist);
84 slave->users += val;
diskutil.c 31 struct disk_util *slave; local
33 slave = flist_entry(du->slaves.next, struct disk_util, slavelist);
34 flist_del(&slave->slavelist);
35 slave->users--;
239 * are links to the real directories for the slave
244 perror("readlink() for slave device.");
252 perror("Error getting slave device numbers.");
606 * those slave devices also.
640 * those slave devices also.
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java 50 String slave = local
54 writeFile(tmpdir, "S.g", slave);
70 String slave = local
74 writeFile(tmpdir, "S.g", slave);
90 String slave = local
94 writeFile(tmpdir, "S.g", slave);
107 String slave = local
114 writeFile(tmpdir, "S.g", slave);
126 String slave = local
131 writeFile(tmpdir, "S.g", slave);
148 String slave = local
188 String slave = local
234 String slave = local
263 String slave = local
316 String slave = local
369 String slave = local
407 String slave = local
448 String slave = local
474 String slave = local
498 String slave = local
515 String slave = local
540 String slave = local
567 String slave = local
583 String slave = local
603 String slave = local
644 String slave = local
675 String slave = local
698 String slave = local
721 String slave = local
748 String slave = local
794 String slave = local
857 String slave = local
955 String slave = local
    [all...]
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 167 // slave to make sure it reads the data properly.
179 // Create a slave database.
180 VisitedLinkSlave slave; local
184 slave.OnUpdateVisitedLinks(new_handle);
185 g_slaves.push_back(&slave);
193 found = slave.IsVisited(cur);
194 EXPECT_TRUE(found) << "URL " << i << "not found in slave.";
200 found = slave.IsVisited(GURL("http://unfound.site/"));
313 VisitedLinkSlave slave; local
317 slave.OnUpdateVisitedLinks(new_handle)
360 VisitedLinkSlave slave; local
    [all...]
  /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;
  /bionic/libc/kernel/uapi/linux/
isdn.h 115 char slave[10]; member in struct:__anon550
  /development/ndk/platforms/android-L/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon2150
  /external/kernel-headers/original/uapi/linux/
isdn.h 111 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon6823
121 int slavedelay; /* Delay until slave starts up */
130 int triggercps; /* BogoCPS needed for triggering slave */
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 371 Camera2RequestSettingsSet slave = new Camera2RequestSettingsSet(); local
372 master.union(slave);
376 requestSettingsSetAndForget(slave, CaptureRequest.CONTROL_CAPTURE_INTENT, null);
377 master.union(slave);
380 requestSettingsSetAndForget(slave, CaptureRequest.CONTROL_CAPTURE_INTENT,
382 master.union(slave);
386 slave.unset(CaptureRequest.CONTROL_CAPTURE_INTENT);
387 master.union(slave);
  /hardware/invensense/60xx/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
isdn.h 110 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon25869
120 int slavedelay; /* Delay until slave starts up */
129 int triggercps; /* BogoCPS needed for triggering slave */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdn.h 110 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon27605
120 int slavedelay; /* Delay until slave starts up */
129 int triggercps; /* BogoCPS needed for triggering slave */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon55306
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon56073
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon56852
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon57630
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon58406
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
isdn.h 115 char slave[10]; member in struct:__anon59183
  /external/ppp/pppd/
sys-linux.c 179 static int slave_fd = -1; /* pty for old-style demand mode, slave */
1968 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/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 3516 Tcl_Interp *slave; local
    [all...]

Completed in 1200 milliseconds

1 2