Searched defs:nowait (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c268 int fill_input_buf (int nowait)
285 if (nowait)
266 fill_input_buf(int nowait) argument
/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c192 int nowait; local
356 nowait = (LogStat & LOG_NOWAIT);
357 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID));
379 if (!nowait)

Completed in 22 milliseconds