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

  /external/ipsec-tools/src/racoon/
nattraversal.c 74 unsigned in_use; member in struct:natt_ka_addrs
378 ka->in_use++;
379 plog (LLV_INFO, LOCATION, NULL, "KA found: %s (in_use=%u)\n",
380 saddr2str_fromto("%s->%s", src, dst), ka->in_use);
403 new_addr->in_use = 1;
437 plog (LLV_DEBUG, LOCATION, NULL, "KA tree dump: %s (in_use=%u)\n",
438 saddr2str_fromto("%s->%s", src, dst), ka->in_use);
442 -- ka->in_use <= 0) {
  /external/qemu/slirp/
tftp.c 29 int in_use; member in struct:tftp_session
45 spt->in_use = 1;
50 spt->in_use = 0;
61 if (!spt->in_use)
89 if (spt->in_use) {
  /external/qemu/slirp-android/
tftp.c 29 int in_use; member in struct:tftp_session
45 spt->in_use = 1;
50 spt->in_use = 0;
61 if (!spt->in_use)
89 if (spt->in_use) {
  /external/v8/src/
mark-compact.h 115 static bool in_use() { return state_ > PREPARE_GC; } function in class:v8::internal::MarkCompactCollector
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 59 unsigned in_use:1; member in struct:unix_cache
266 cache->in_use = 0;
285 cache->in_use = 0;
307 if (!cache->in_use) {
331 if (cache->dirty && cache->in_use)
334 cache->in_use = 1;
354 if (!cache->in_use)
358 cache->in_use = 0;
  /external/e2fsprogs/misc/
dumpe2fs.c 45 #define in_use(m, x) (ext2fs_test_bit ((x), (m))) macro
83 if (!in_use (bitmap, i))
88 for (j = i; j < nbytes && !in_use (bitmap, j); j++)
  /external/quake/quake/src/WinQuake/
cl_input.cpp 52 kbutton_t in_strafe, in_speed, in_use, in_jump, in_attack; variable
154 void IN_UseDown (void) {KeyDown(&in_use);}
155 void IN_UseUp (void) {KeyUp(&in_use);}
  /external/chromium/net/tools/flip_server/
epoll_server.h 532 in_use(false) {
541 events_to_fake(0), in_use(false) {
567 mutable bool in_use; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /external/quake/quake/src/QW/client/
cl_input.c 51 kbutton_t in_strafe, in_speed, in_use, in_jump, in_attack; variable
153 void IN_UseDown (void) {KeyDown(&in_use);}
154 void IN_UseUp (void) {KeyUp(&in_use);}
  /external/libpcap/
gencode.h 248 atomset in_use; member in struct:block
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cyclades.h 85 time_t in_use; /* Time device has been in use (secs) */ member in struct:cyclades_idle_stats

Completed in 342 milliseconds