/titanic_44/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()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | cmd4.c | 65 int f, *msgvec, nowait=0; in dopipe() local 98 nowait++; in dopipe() 164 if (!nowait) { in dopipe()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | serial.c | 270 int fill_input_buf (int nowait) in fill_input_buf() argument 287 if (nowait) in fill_input_buf()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kiconv.h | 100 int nowait; member
|
/titanic_44/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() 552 if (nowait) in t_page()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | callout.c | 1278 untimeout_generic(callout_id_t id, int nowait) in untimeout_generic() argument 1373 if (nowait == 0) { in untimeout_generic() 1433 untimeout_default(callout_id_t id, int nowait) in untimeout_default() argument 1438 hleft = untimeout_generic(id, nowait); in untimeout_default()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 962 boolean_t nowait; in sendvec_chunk() local 977 nowait = (sfv->sfv_flag & SFV_NOWAIT) != 0; in sendvec_chunk() 980 nowait); in sendvec_chunk()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.c | 3756 int nowait = flag & ALLOC_NOWAIT; local 3861 if (nowait) 4318 int nowait = flag & ALLOC_NOWAIT; local 4344 if (nowait) { 4375 if (nowait) { 4394 if (nowait) { 4533 int nowait = flag & ALLOC_NOWAIT; local 4535 if (nowait) { 4548 if (nowait) { 4651 if (nowait) { [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2452 ssize_t *count, boolean_t nowait) in snf_segmap() argument 2640 if (total_size == 0 && !nowait) { in snf_segmap()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 1106 goto nowait; in tcp_close_common() 1162 nowait: in tcp_close_common()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 470 int link_cnt, int tgt_cnt, int nowait, int flags); 476 int nowait, int flags); 8306 int link_cnt, int tgt_cnt, int nowait, int flags) in fcp_offline_target() argument 8335 if (nowait == 0) { in fcp_offline_target() 8391 int nowait, int flags) in fcp_offline_lun() argument 8399 if (nowait) { in fcp_offline_lun() 8407 if (nowait == 0) { in fcp_offline_lun()
|