/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | syslog.c | 192 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 D | cmd4.c | 63 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 D | serial.c | 278 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 D | ta.c | 132 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 D | kiconv.h | 98 int nowait; member
|
/illumos-gate/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 488 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 D | callout.c | 1279 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 D | sendfile.c | 965 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 D | ccid.c | 4008 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 D | socksyscalls.c | 2536 ssize_t *count, boolean_t nowait) in snf_segmap() argument 2724 if (total_size == 0 && !nowait) { in snf_segmap()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 474 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()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 1114 goto nowait; in tcp_close_common() 1170 nowait: in tcp_close_common()
|