Home
last modified time | relevance | path

Searched refs:nowait (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c192 int nowait; in vsyslog() local
358 nowait = (LogStat & LOG_NOWAIT); in vsyslog()
359 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID)); in vsyslog()
381 if (!nowait) in vsyslog()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd4.c63 int f, *msgvec, nowait=0; in dopipe() local
96 nowait++; in dopipe()
162 if (!nowait) { in dopipe()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c278 int fill_input_buf (int nowait) in fill_input_buf() argument
295 if (nowait) in fill_input_buf()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c132 int nowait = 0; /* 0 => wait at bottom of each page */ variable
156 nowait = 1; in main()
547 if (nowait) in t_page()
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h98 int nowait; member
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c488 int nowait; in swap_putpage() local
496 nowait = flags & B_PAGE_NOWAIT; in swap_putpage()
562 if (!nowait && ((flags & B_INVAL) || in swap_putpage()
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1279 untimeout_generic(callout_id_t id, int nowait) in untimeout_generic() argument
1374 if (nowait == 0) { in untimeout_generic()
1434 untimeout_default(callout_id_t id, int nowait) in untimeout_default() argument
1439 hleft = untimeout_generic(id, nowait); in untimeout_default()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c965 boolean_t nowait; in sendvec_chunk() local
980 nowait = (sfv->sfv_flag & SFV_NOWAIT) != 0; in sendvec_chunk()
983 nowait); in sendvec_chunk()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c4008 boolean_t nowait; in ccid_ioctl_txn_begin() local
4018 nowait = (uct.uct_flags & UCCID_TXN_DONT_BLOCK) != 0; in ccid_ioctl_txn_begin()
4031 ret = ccid_slot_excl_req(slot, cmp, nowait); in ccid_ioctl_txn_begin()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2518 ssize_t *count, boolean_t nowait) in snf_segmap() argument
2706 if (total_size == 0 && !nowait) { in snf_segmap()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1113 goto nowait; in tcp_close_common()
1169 nowait: in tcp_close_common()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c474 int link_cnt, int tgt_cnt, int nowait, int flags);
480 int nowait, int flags);
8295 int link_cnt, int tgt_cnt, int nowait, int flags) in fcp_offline_target() argument
8324 if (nowait == 0) { in fcp_offline_target()
8380 int nowait, int flags) in fcp_offline_lun() argument
8388 if (nowait) { in fcp_offline_lun()
8396 if (nowait == 0) { in fcp_offline_lun()