Searched refs:dowait (Results 1 – 6 of 6) sorted by relevance
| /freebsd/bin/sh/ |
| H A D | jobs.c | 133 static pid_t dowait(int, struct job *); 605 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, job) != -1); in waitcmdloop() 1090 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG | in waitforjob() 1142 dowait(int mode, struct job *job) in dowait() function 1311 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/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()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath.c | 2891 ath_reset_grablock(struct ath_softc *sc, int dowait) in ath_reset_grablock() argument 2902 if (dowait == 0) { in ath_reset_grablock()
|