HomeSort by: relevance | last modified time | path
    Searched refs:dowait (Results 1 - 6 of 6) sorted by relevancy

  /src/regress/sys/fs/lfs/ckckp/
ckckp.c 46 int dowait = 1; local
63 fcntl(fd, LFCNWRAPSTOP, &dowait);
92 fcntl(fd, LFCNWRAPGO, &dowait);
  /src/bin/csh/
init.c 105 { "wait", dowait, 0, 0 },
extern.h 255 void dowait(Char **, struct command *);
proc.c 351 * dowait - wait for all processes to finish
355 dowait(Char **v, struct command *t) function
  /src/bin/sh/
jobs.c 108 STATIC int dowait(int, struct job *, struct job **);
607 if ((gotpid = dowait(WSILENT, NULL, NULL)) > 0)
608 while (dowait(WSILENT, NULL, NULL) > 0)
862 if ((i = dowait(WBLOCK|WNOFREE, NULL, &job)) == -1)
1476 dowait(WBLOCK, jp, NULL);
1538 dowait(int flags, struct job *job, struct job **changed) function
1549 VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n",
  /src/sys/dev/pad/
pad.c 320 pad_get_block(struct pad_softc *sc, pad_block_t *pb, int maxblksize, int dowait)
327 if (sc->sc_buflen == 0 && !dowait)

Completed in 16 milliseconds