Searched refs:dowait (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/bin/sh/ |
| D | jobs.c | 138 static pid_t dowait(int, struct job *); 607 } 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-12-stable/release/picobsd/tinyware/msh/ |
| D | sh3.c | 57 _PROTOTYPE(int dowait, (struct op *t )); 796 dowait(t) in dowait() function 1115 "wait", dowait,
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.decls.h | 353 extern void dowait (Char **, struct command *);
|
| D | sh.init.c | 170 { "wait", dowait, 0, 0 },
|
| D | sh.proc.c | 593 dowait(Char **v, struct command *c) in dowait() function
|
| /freebsd-12-stable/sys/dev/mpt/ |
| D | mpt_cam.c | 2264 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) in mpt_fc_reset_link() argument 2280 if (dowait) { in mpt_fc_reset_link()
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath.c | 2841 ath_reset_grablock(struct ath_softc *sc, int dowait) in ath_reset_grablock() argument 2852 if (dowait == 0) { in ath_reset_grablock()
|