Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Djobs.c138 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/
Dsh3.c57 _PROTOTYPE(int dowait, (struct op *t ));
796 dowait(t) in dowait() function
1115 "wait", dowait,
/freebsd-12-stable/contrib/tcsh/
Dsh.decls.h353 extern void dowait (Char **, struct command *);
Dsh.init.c170 { "wait", dowait, 0, 0 },
Dsh.proc.c593 dowait(Char **v, struct command *c) in dowait() function
/freebsd-12-stable/sys/dev/mpt/
Dmpt_cam.c2264 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/
Dif_ath.c2841 ath_reset_grablock(struct ath_softc *sc, int dowait) in ath_reset_grablock() argument
2852 if (dowait == 0) { in ath_reset_grablock()