/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | timeout.c | 49 #undef nodelay 52 nodelay(WINDOW *w, bool bf) in nodelay() function
|
/titanic_50/usr/src/cmd/sendmail/cf/feature/ |
H A D | conncontrol.m4 | 20 strcasecmp(defn(`_ARG_'), `nodelay'), `1', 26 `errprint(`*** ERROR: FEATURE(`conncontrol', `nodelay') requires FEATURE(`delay_checks')')'
|
H A D | ratecontrol.m4 | 20 strcasecmp(defn(`_ARG_'), `nodelay'), `1', 26 `errprint(`*** ERROR: FEATURE(`ratecontrol', `nodelay') requires FEATURE(`delay_checks')')'
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | nodelay.c | 57 nodelay(WINDOW *win, bool bf) in nodelay() function
|
H A D | mapfile-vers | 217 nodelay;
|
H A D | curses.ed | 172 /* 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 D | llib-lcurses | 846 /* nodelay.c */ 847 int nodelay(WINDOW *win, bool bf);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | timeout.c | 47 (nodelay)(WINDOW *w, bool bf)
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_queue.c | 47 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()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 924 uint32_t nodelay:1; member 959 uint32_t nodelay:1; 1019 uint32_t nodelay:1; member 1041 uint32_t nodelay:1;
|
H A D | oce_io.h | 131 boolean_t nodelay; member
|
/titanic_50/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1136 int nodelay; in cmdkopen() local 1153 nodelay = (flag & (FNDELAY | FNONBLOCK)); in cmdkopen() 1160 if (!nodelay) { in cmdkopen() 1167 if (p_lblkcnt <= 0 && (!nodelay || otyp != OTYP_CHR)) { in cmdkopen() 1173 if (!nodelay) { in cmdkopen()
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 257 nodelay;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 259 nodelay;
|
/titanic_50/usr/src/lib/libcurses/ |
H A D | Makefile.com | 76 newwin.o nocbreak.o nodelay.o noraw.o \
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 3041 boolean_t nodelay; in xdf_open() local 3047 nodelay = (flag & (FNDELAY | FNONBLOCK)); in xdf_open() 3054 if (!nodelay && (xdf_connect_locked(vdp, B_TRUE) != XD_READY)) { in xdf_open() 3092 if (nodelay) in xdf_open()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 248 (char *)&iscsi_net->tweaks.nodelay, sizeof (int)); in iscsi_net_set_connect_options()
|
H A D | iscsi.h | 1081 int nodelay; member
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 560 extern int nodelay(WINDOW *, bool); 1076 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK) macro
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 525 extern int nodelay(WINDOW *, bool); 1063 #define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK) macro
|
/titanic_50/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 1258 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()
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 371 nodelay.3curses \ 754 nodelay.3curses := LINKSRC = curs_inopts.3curses
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 1183 int nodelay = 1; local 1186 (char *)&nodelay, sizeof(nodelay));
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 1294 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()
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 739 int nodelay(WINDOW *, bool);
|