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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnodelay.c57 nodelay(WINDOW *win, bool bf) function
H A Dllib-lcurses846 /* nodelay.c */
847 int nodelay(WINDOW *win, bool bf);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtimeout.c49 #undef nodelay macro
52 nodelay(WINDOW *w, bool bf) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtimeout.c47 (nodelay)(WINDOW *w, bool bf) function
50 __m_trace("nodelay(%p, %d)", w, bf);
55 return __m_return_code("nodelay", OK);
/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;
197 boolean_t nodelay, uint32_t ncoalesce)
238 fwcmd->params.req.cq_ctx.nodelay = nodelay;
274 cq->cq_cfg.nodelay = (uint8_t)nodelay;
195 oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len, uint32_t item_size, boolean_t sol_event, boolean_t is_eventable, boolean_t nodelay, uint32_t ncoalesce) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h924 uint32_t nodelay:1; member in struct:oce_eq_ctx
959 uint32_t nodelay:1;
1019 uint32_t nodelay:1; member in struct:oce_cq_ctx
1041 uint32_t nodelay:1;
H A Doce_io.h131 boolean_t nodelay; member in struct:cq_config
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1136 int nodelay; local
1153 nodelay = (flag & (FNDELAY | FNONBLOCK));
1160 if (!nodelay) {
1167 if (p_lblkcnt <= 0 && (!nodelay || otyp != OTYP_CHR)) {
1173 if (!nodelay) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses739 int nodelay(WINDOW *, bool);
H A Dllib-lxcurses739 int nodelay(WINDOW *, bool);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses739 int nodelay(WINDOW *, bool);
H A Dllib-lxcurses739 int nodelay(WINDOW *, bool);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c248 (char *)&iscsi_net->tweaks.nodelay, sizeof (int));
H A Discsi.h1081 int nodelay; member in struct:iscsi_network::__anon6504
H A Discsi.c460 iscsi_net->tweaks.nodelay = ddi_prop_get_int(
461 DDI_DEV_T_ANY, ihp->hba_dip, 0, "tcp-nodelay",
491 "tcp-nodelay", iscsi_net->tweaks.nodelay);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com76 newwin.o nocbreak.o nodelay.o noraw.o \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h525 extern int nodelay(WINDOW *, bool);
1063 #define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h560 extern int nodelay(WINDOW *, bool);
1076 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK) macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile371 nodelay.3curses \
754 nodelay.3curses := LINKSRC = curs_inopts.3curses
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c3040 boolean_t nodelay; local
3046 nodelay = (flag & (FNDELAY | FNONBLOCK));
3053 if (!nodelay && (xdf_connect_locked(vdp, B_TRUE) != XD_READY)) {
3091 if (nodelay)
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1258 int nodelay = (flag & (FNDELAY | FNONBLOCK)); local
1292 if ((un->un_state == DCD_STATE_PM_SUSPENDED) && (!nodelay)) {
1354 if (!nodelay) {
1412 if (!nodelay) {
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile108 nodelay.3xcurses \
/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;
1314 nodelay = flag & (FNDELAY | FNONBLOCK);
1316 if ((flag & FWRITE) && (!nodelay) &&
1335 if (vdc->vdisk_type != VD_DISK_TYPE_UNK && nodelay) {
1364 (!nodelay && (vdc->vdisk_label == VD_DISK_LABEL_UNK ||
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10111 int nodelay; local
10175 nodelay = (flag & (FNDELAY | FNONBLOCK));
10194 if (!nodelay) {
10242 if ((flag & FWRITE) && (!nodelay)) {
10268 if (!nodelay) {
10302 * x86 requires special nodelay handling, so that p0 is
10342 if (!nodelay) {
10353 (nodelay ? KM_NOSLEEP : KM_SLEEP));
10365 if (!nodelay) {
10388 if (!nodelay) {
10426 int nodelay; local
[all...]

Completed in 206 milliseconds