Home
last modified time | relevance | path

Searched refs:nodelay (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtimeout.c47 #undef nodelay
50 nodelay(WINDOW *w, bool bf) in nodelay() function
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dratecontrol.m420 strcasecmp(defn(`_ARG_'), `nodelay'), `1',
26 `errprint(`*** ERROR: FEATURE(`ratecontrol', `nodelay') requires FEATURE(`delay_checks')')'
H A Dconncontrol.m420 strcasecmp(defn(`_ARG_'), `nodelay'), `1',
26 `errprint(`*** ERROR: FEATURE(`conncontrol', `nodelay') requires FEATURE(`delay_checks')')'
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnodelay.c55 nodelay(WINDOW *win, bool bf) in nodelay() function
H A Dcurses.ed172 /* 0: for nodelay */
718 extern int nodelay(WINDOW *, bool);
852 nl(), nocrmode(), nodelay(),
974 #define nodelay(win, bf) (((win)->_delay = (bf) ? 0 : -1), OK)
1008 extern int nodelay(WINDOW *, bool);
1026 scrollok(), nodelay(), is_linetouched(), is_wintouched(),
H A Dmapfile-vers217 nodelay;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtimeout.c45 (nodelay)(WINDOW *w, bool bf)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c47 boolean_t nodelay, uint32_t ncoalesce);
121 fwcmd->params.req.eq_ctx.nodelay = 0; in oce_eq_create()
197 boolean_t nodelay, uint32_t ncoalesce) in oce_cq_create() argument
238 fwcmd->params.req.cq_ctx.nodelay = nodelay; in oce_cq_create()
274 cq->cq_cfg.nodelay = (uint8_t)nodelay; in oce_cq_create()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h924 uint32_t nodelay:1; member
959 uint32_t nodelay:1;
1019 uint32_t nodelay:1; member
1041 uint32_t nodelay:1;
H A Doce_io.h131 boolean_t nodelay; member
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1100 int nodelay; in cmdkopen() local
1117 nodelay = (flag & (FNDELAY | FNONBLOCK)); in cmdkopen()
1124 if (!nodelay) { in cmdkopen()
1131 if (p_lblkcnt <= 0 && (!nodelay || otyp != OTYP_CHR)) { in cmdkopen()
1137 if (!nodelay) { in cmdkopen()
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers257 nodelay;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers259 nodelay;
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com77 newwin.o nocbreak.o nodelay.o noraw.o \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c247 (char *)&iscsi_net->tweaks.nodelay, sizeof (int)); in iscsi_net_set_connect_options()
H A Discsi.h1083 int nodelay; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c3081 boolean_t nodelay; in xdf_open() local
3087 nodelay = (flag & (FNDELAY | FNONBLOCK)); in xdf_open()
3094 if (!nodelay && (xdf_connect_locked(vdp, B_TRUE) != XD_READY)) { in xdf_open()
3132 if (nodelay) in xdf_open()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h523 extern int nodelay(WINDOW *, bool);
1061 #define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h558 extern int nodelay(WINDOW *, bool);
1074 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK) macro
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1258 int nodelay = (flag & (FNDELAY | FNONBLOCK)); in dcdopen() local
1292 if ((un->un_state == DCD_STATE_PM_SUSPENDED) && (!nodelay)) { in dcdopen()
1354 if (!nodelay) { in dcdopen()
1412 if (!nodelay) { in dcdopen()
/illumos-gate/usr/src/man/man3curses/
H A DMakefile371 nodelay.3curses \
754 nodelay.3curses := LINKSRC = curs_inopts.3curses
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1183 int nodelay = 1; local
1186 (char *)&nodelay, sizeof(nodelay));
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c1294 int instance, nodelay; in vdc_open()
1314 nodelay = flag & (FNDELAY | FNONBLOCK); in vdc_open()
1316 if ((flag & FWRITE) && (!nodelay) && in vdc_open()
1335 if (vdc->vdisk_type != VD_DISK_TYPE_UNK && nodelay) { in vdc_open()
1364 (!nodelay && (vdc->vdisk_label == VD_DISK_LABEL_UNK || in vdc_open()
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile108 nodelay.3xcurses \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9402 int nodelay; in sdopen() local
9437 nodelay = (flag & (FNDELAY | FNONBLOCK)); in sdopen()
9450 if (!nodelay) { in sdopen()
9498 if ((flag & FWRITE) && (!nodelay)) { in sdopen()
9524 if (!nodelay) { in sdopen()
9598 if (!nodelay) { in sdopen()
9621 if (!nodelay) { in sdopen()
9638 if (!nodelay) { in sdopen()
9668 int nodelay; in sdclose() local
9681 nodelay = flag & (FNDELAY | FNONBLOCK); in sdclose()
[all …]

12