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

  /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
  /src/external/gpl3/gdb.old/dist/gdb/
displaced-stepping.h 123 bool in_progress () const function in struct:displaced_step_thread_state
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;
  /src/external/gpl3/gdb/dist/gdb/
displaced-stepping.h 162 bool in_progress () const function in struct:displaced_step_thread_state
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;
  /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/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
  /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...]

Completed in 25 milliseconds