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

/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h100 int nowait; member in struct:kiconv_mod_info
/illumos-gate/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)
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd4.c65 int f, *msgvec, nowait=0; local
98 nowait++;
164 if (!nowait) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c280 int fill_input_buf (int nowait)
297 if (nowait)
278 fill_input_buf(int nowait) argument
/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;
552 if (nowait)
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c488 int nowait; local
496 nowait = flags & B_PAGE_NOWAIT;
562 if (!nowait && ((flags & B_INVAL) ||
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1278 untimeout_generic(callout_id_t id, int nowait) argument
1373 if (nowait == 0) {
1433 untimeout_default(callout_id_t id, int nowait) argument
1438 hleft = untimeout_generic(id, nowait);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c3756 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...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c961 boolean_t nowait; local
963 nowait = (sfv->sfv_flag & SFV_NOWAIT) != 0;
966 nowait);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2463 ssize_t *count, boolean_t nowait)
2651 if (total_size == 0 && !nowait) {
2462 snf_segmap(file_t *fp, vnode_t *fvp, u_offset_t fileoff, u_offset_t total_size, ssize_t *count, boolean_t nowait) argument
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1106 goto nowait;
1162 nowait:
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c470 int link_cnt, int tgt_cnt, int nowait, int flags);
476 int nowait, int flags);
8292 int link_cnt, int tgt_cnt, int nowait, int flags)
8321 if (nowait == 0) {
8377 int nowait, int flags)
8385 if (nowait) {
8393 if (nowait == 0) {
8291 fcp_offline_target(struct fcp_port *pptr, struct fcp_tgt *ptgt, int link_cnt, int tgt_cnt, int nowait, int flags) argument
8376 fcp_offline_lun(struct fcp_lun *plun, int link_cnt, int tgt_cnt, int nowait, int flags) argument

Completed in 154 milliseconds