Searched refs:inprogress (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c247 volatile int inprogress; member in struct:jog_rv_args
281 args->inprogress = 0;
283 while (args->inprogress)
302 args.inprogress = 1;
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Drpc.c744 int inprogress; member in struct:gctx
934 INSIST(gctx.inprogress == 0);
937 gctx.inprogress = 1;
943 INSIST(gctx.inprogress);
1057 if (gctx.inprogress) {
1059 gctx.inprogress = 0;
/freebsd-12-stable/contrib/dtc/
H A Dchecks.c51 bool inprogress; member in struct:check
121 assert(!c->inprogress);
126 c->inprogress = true;
149 c->inprogress = false;
/freebsd-12-stable/sys/ddb/
H A Ddb_capture.c95 SYSCTL_INT(_debug_ddb_capture, OID_AUTO, inprogress, CTLFLAG_RD,

Completed in 169 milliseconds