Home
last modified time | relevance | path

Searched refs:dowait (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sbin/vinum/
H A Dv.c86 int dowait = 0; /* wait for completion */ variable
330 dowait = 0; /* initialize flags */ in parseline()
404 dowait = 1; in parseline()
760 if (dowait == 0) in continue_revive()
791 if (dowait == 0) in continue_revive()
796 if (dowait == 0) in continue_revive()
H A Dvext.h74 void initsd(int sdno, int dowait);
153 extern int dowait; /* wait for children to exit */
H A Dcommands.c333 initsd(objno, dowait); in vinum_init()
374 if (dowait == 0) { in initplex()
417 if (dowait == 0) /* we're the waiting child, */ in initplex()
423 initsd(int sdno, int dowait) in initsd() argument
433 if (dowait == 0) { in initsd()
505 if (!dowait) in initsd()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_flush.c122 int dowait; in hammer2_trans_init() local
127 dowait = 0; in hammer2_trans_init()
135 dowait = 1; in hammer2_trans_init()
161 if (dowait) in hammer2_trans_init()
164 if (dowait == 0) in hammer2_trans_init()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_flush.c126 int dowait; in hammer2_trans_init() local
131 dowait = 0; in hammer2_trans_init()
139 dowait = 1; in hammer2_trans_init()
165 if (dowait) in hammer2_trans_init()
168 if (dowait == 0) in hammer2_trans_init()
/dragonfly/bin/sh/
H A Djobs.c139 static pid_t dowait(int, struct job *);
618 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1); in waitcmdloop()
1097 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG | in waitforjob()
1146 dowait(int mode, struct job *job) in dowait() function
1315 while (njobs > 0 && dowait(0, NULL) > 0) in checkzombies()
/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h354 extern void dowait (Char **, struct command *);
H A Dsh.init.c170 { "wait", dowait, 0, 0 },
H A Dsh.proc.c593 dowait(Char **v, struct command *c) in dowait() function
/dragonfly/usr.bin/dsynth/
H A Dbuild.c1473 volatile int dowait; in childBuilderThread() local
1482 dowait = 1; in childBuilderThread()
1575 dowait = 0; in childBuilderThread()
1665 if (dowait) in childBuilderThread()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c2332 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) in mpt_fc_reset_link() argument
2348 if (dowait) { in mpt_fc_reset_link()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c2816 ath_reset_grablock(struct ath_softc *sc, int dowait) argument
2827 if (dowait == 0) {