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

/freebsd-11-stable/bin/sh/
H A Djobs.c125 /* mode flags for dowait */
138 static pid_t dowait(int, struct job *);
607 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1084 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1133 dowait(int mode, struct job *job) function
1150 TRACE(("dowait(%d, %p) called\n", mode, job));
1302 while (njobs > 0 && dowait(0, NULL) > 0)
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h353 extern void dowait (Char **, struct command *);
H A Dsh.init.c170 { "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-stable/release/picobsd/tinyware/msh/
H A Dsh3.c57 _PROTOTYPE(int dowait, (struct op *t ));
796 dowait(t) function
1115 "wait", dowait,
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c2721 * "dowait" signals whether to spin, waiting for the reset
2731 ath_reset_grablock(struct ath_softc *sc, int dowait) argument
2742 if (dowait == 0) {
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c2282 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) argument
2298 if (dowait) {

Completed in 361 milliseconds