Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Djobs.c131 static pid_t dowait(int, struct job *);
602 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1); in waitcmdloop()
1086 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG | in waitforjob()
1135 dowait(int mode, struct job *job) in dowait() function
1304 while (njobs > 0 && dowait(0, NULL) > 0) in checkzombies()
/freebsd/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.c593 dowait(Char **v, struct command *c) in dowait() function
/freebsd/sys/dev/ath/
H A Dif_ath.c2888 ath_reset_grablock(struct ath_softc *sc, int dowait) in ath_reset_grablock() argument
2899 if (dowait == 0) { in ath_reset_grablock()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c2257 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) in mpt_fc_reset_link() argument
2273 if (dowait) { in mpt_fc_reset_link()