Searched refs:nowait (Results 1 - 3 of 3) 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)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm103 nowait => 0,
445 if ($options{nowait}) {
928 C<nowait> - Don't wait for child processes that may have been created

Completed in 25 milliseconds