Searched refs:dowait (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/sh/ |
H A D | jobs.c | 131 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 D | sh.decls.h | 353 extern void dowait (Char **, struct command *);
|
H A D | sh.init.c | 170 { "wait", dowait, 0, 0 },
|
H A D | sh.proc.c | 593 dowait(Char **v, struct command *c) in dowait() function
|
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 2888 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 D | mpt_cam.c | 2257 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) in mpt_fc_reset_link() argument 2273 if (dowait) { in mpt_fc_reset_link()
|