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

  /external/compiler-rt/test/msan/Linux/
eventfd.cc 9 int efd = eventfd(42, 0); local
10 assert(efd >= 0);
13 int ret = eventfd_read(efd, &v);
  /external/openssh/
channels.h 105 int efd; /* extended fd */ member in struct:Channel
201 /* check whether 'efd' is still in use */
204 (c->efd != -1 || \
208 c->efd != -1 && (!(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD)) || \
channels.c 261 channel_register_fds(Channel *c, int rfd, int wfd, int efd,
267 channel_max_fd = MAXIMUM(channel_max_fd, efd);
273 if (efd != -1 && efd != rfd && efd != wfd)
274 fcntl(efd, F_SETFD, FD_CLOEXEC);
279 c->efd = efd;
295 if (efd != -1)
296 set_nonblock(efd);
    [all...]
nchan.c 456 c->efd != -1 &&
458 debug2("channel %d: active efd: %d len %d",
459 c->self, c->efd, buffer_len(&c->extended));
  /external/libxml2/
nanoftp.c 1552 fd_set rfd, efd; local
1734 fd_set rfd, efd; local
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 285 testfile6: efd N10__gnu_test9gnu_obj_2IlEE
328 testfile7: efd N10__gnu_test9gnu_obj_2IlEE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metacore12.d 503 .*: 14001efd SUBLE TXSTAT,D0Re0,D1\.7
533 .*: 14181efd SUBLE TXMASKI,D0Re0,D1\.7
593 .*: 15001efd SUBLE TXSTAT,D1Re0,D0\.7
623 .*: 15181efd SUBLE TXMASKI,D1Re0,D0\.7
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
stereo_g729.rtp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
allinsn.d 632 642: 4efd 3400 strd.l sl,\[r43],\+r5
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 295 milliseconds