HomeSort by: relevance | last modified time | path
    Searched refs:in_progress (Results 1 - 18 of 18) sorted by relevancy

  /src/sbin/rcorder/
rcorder.c 112 int in_progress; member in struct:provnode
135 int in_progress; member in struct:filenode
254 temp->in_progress = RESET;
306 head->in_progress = RESET;
353 pnode->in_progress = RESET;
493 head->in_progress = RESET;
500 pnode->in_progress = RESET;
611 if (head->in_progress == SET) {
618 head->in_progress = SET;
681 if (fnode->in_progress == SET)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.h 129 int in_progress; /* not 0 if smearing is in progress, i.e. the offset has been computed */ member in struct:leap_smear_info
ntp_timer.c 602 leap_smear.in_progress = FALSE;
637 leap_smear.in_progress = TRUE;
ntp_proto.c 4723 if (leap_smear.in_progress) {
4739 if (leap_smear.in_progress) {
4741 DPRINTF(2, ("fast_xmit: leap_smear.in_progress: refid %8x, smear %s\n",
4759 if (leap_smear.in_progress)
4772 if (leap_smear.in_progress)
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 51 int in_progress; /* Only execute one cmd at a time per client */ member in struct:localsock_bits
clvmd.c 544 newfd->bits.localsock.in_progress = FALSE;
960 thisfd->bits.localsock.in_progress);
965 if (thisfd->bits.localsock.in_progress) {
1044 if (thisfd->bits.localsock.in_progress) {
1135 thisfd->bits.localsock.in_progress = FALSE;
1186 thisfd->bits.localsock.in_progress = TRUE;
1226 thisfd->bits.localsock.in_progress = TRUE;
1247 thisfd->bits.localsock.in_progress = TRUE;
1265 thisfd->bits.localsock.in_progress = TRUE;
1685 client->bits.localsock.in_progress = FALSE
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
displaced-stepping.h 123 bool in_progress () const function in struct:displaced_step_thread_state
displaced-stepping.c 48 gdb_assert (!thread->displaced_step_state.in_progress ());
219 gdb_assert (thread->displaced_step_state.in_progress ());
ser-mingw.c 36 int in_progress; member in struct:ser_windows_state
272 if (state->in_progress)
299 state->in_progress = 1;
320 if (state->in_progress)
323 state->in_progress = 0;
infrun.c 1627 return thread->displaced_step_state.in_progress ();
1804 gdb_assert (!disp_step_thread_state.in_progress ());
2062 if (!displaced->in_progress ())
4330 if (thr->displaced_step_state.in_progress ())
  /src/external/gpl3/gdb/dist/gdb/
displaced-stepping.h 162 bool in_progress () const function in struct:displaced_step_thread_state
displaced-stepping.c 48 gdb_assert (!thread->displaced_step_state.in_progress ());
219 gdb_assert (thread->displaced_step_state.in_progress ());
ser-mingw.c 36 int in_progress; member in struct:ser_windows_state
272 if (state->in_progress)
299 state->in_progress = 1;
320 if (state->in_progress)
323 state->in_progress = 0;
amd-dbgapi-target.c 1942 gdb_assert (!thread->displaced_step_state.in_progress ());
2009 gdb_assert (thread->displaced_step_state.in_progress ());
infrun.c 1633 return thread->displaced_step_state.in_progress ();
1804 gdb_assert (!disp_step_thread_state.in_progress ());
2058 if (!displaced->in_progress ())
4339 if (thr->displaced_step_state.in_progress ())
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 56 #define IN_PROGRESS(cp) ((cp)->mp->am_al->al_mnt->mf_flags & MFF_MOUNTING)
107 int in_progress = 0; /* # of (un)mount in progress */ local
195 in_progress++;
212 if (in_progress) {
213 dlog("Waiting while %d mount(s) in progress", in_progress);
631 if (error || !IN_PROGRESS(cp))
  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 713 unsigned in_progress : 1;
809 exp->in_progress = 1;
815 exp->in_progress = 0;
821 gcc_assert (!exp->in_progress);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 713 unsigned in_progress : 1;
808 exp->in_progress = 1;
814 exp->in_progress = 0;
820 gcc_assert (!exp->in_progress);

Completed in 193 milliseconds