Searched refs:dowait (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/bin/sh/
H A Djobs.c88 /* mode flags for dowait */
101 static pid_t dowait(int, struct job *);
554 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1030 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1079 dowait(int mode, struct job *job) function
1096 TRACE(("dowait(%d, %p) called\n", mode, job));
1248 while (njobs > 0 && dowait(0, NULL) > 0)
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.decls.h349 extern void dowait (Char **, struct command *);
H A Dsh.init.c174 { "wait", dowait, 0, 0 },
H A Dsh.proc.c588 * dowait - wait for all processes to finish
593 dowait(Char **v, struct command *c) function
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh3.c57 _PROTOTYPE(int dowait, (struct op *t ));
796 dowait(t) function
1115 "wait", dowait,
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c2277 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) argument
2293 if (dowait) {
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath.c2722 * "dowait" signals whether to spin, waiting for the reset
2732 ath_reset_grablock(struct ath_softc *sc, int dowait) argument
2743 if (dowait == 0) {

Completed in 66 milliseconds