Searched refs:dowait (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/bin/csh/
H A Dinit.c96 { "wait", dowait, 0, 0 },
H A Dextern.h225 void dowait(Char **, struct command *);
H A Dproc.c344 * dowait - wait for all processes to finish
347 dowait(Char **v, struct command *t) function
/openbsd-current/sys/arch/sparc64/dev/
H A Dvdsp.c295 void vdsp_sendmsg(struct vdsp_softc *, void *, size_t, int dowait);
883 vdsp_sendmsg(struct vdsp_softc *sc, void *msg, size_t len, int dowait) argument
890 if (dowait && err == EWOULDBLOCK) {
900 } while (dowait && err == EWOULDBLOCK);

Completed in 92 milliseconds