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

/freebsd-9.3-release/contrib/dialog/
H A Dpause.c121 nodelay(dialog, TRUE);
187 ; /* ignore errors in nodelay mode */
236 nodelay(dialog, FALSE);
H A Dmixedgauge.c301 nodelay(stdscr, TRUE);
366 nodelay(stdscr, FALSE);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c202 int error, nodelay; local
232 nodelay = 1;
233 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
234 sizeof(nodelay)) == -1) {
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c195 int ret, nodelay; local
224 nodelay = 1;
225 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
226 sizeof(nodelay)) == -1) {
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c96 do_connect (const char *hostname, int port, int nodelay) argument
132 (void *)&nodelay, sizeof(nodelay)) < 0)
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.h234 extern void nodelay P_((WINDOW *window, int flag));
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c88 nodelay(WINDOW *win, bool flag) function
90 T((T_CALLED("nodelay(%p,%d)"), win, flag));
/freebsd-9.3-release/sys/dev/oce/
H A Doce_queue.c76 uint32_t nodelay, uint32_t ncoalesce);
872 * @param nodelay no delay flag
882 uint32_t nodelay, uint32_t ncoalesce)
899 cq->cq_cfg.nodelay = (uint8_t) nodelay;
877 oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len, uint32_t item_size, uint32_t sol_event, uint32_t is_eventable, uint32_t nodelay, uint32_t ncoalesce) argument
H A Doce_hw.h1328 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon8639
1343 uint32_t nodelay:1;
1373 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon8640
1391 uint32_t nodelay:1;
H A Doce_mbox.c1874 ctx->v2.nodelay = cq->cq_cfg.nodelay;
1889 ctx->v0.nodelay = cq->cq_cfg.nodelay;
H A Doce_if.h618 boolean_t nodelay; member in struct:cq_config
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c382 nodelay(w, FALSE);
/freebsd-9.3-release/usr.sbin/gstat/
H A Dgstat.c175 nodelay(stdscr, 1);
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2532 #undef nodelay
2533 int nodelay(
H A Dllib-lncursest2572 #undef nodelay
2573 int nodelay(
H A Dllib-lncursesw3278 #undef nodelay
3279 int nodelay(
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h782 extern int nodelay(WINDOW *, int);
/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile702 curs_inopts.3 nodelay.3 \
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat.c1370 nodelay(stdscr, 1);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c1188 int nodelay = 1; local
1191 (char *)&nodelay, sizeof(nodelay));
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in389 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
662 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
/freebsd-9.3-release/sys/dev/isp/
H A Disp.c7291 isp_mboxcmd_qnw(ispsoftc_t *isp, mbreg_t *mbp, int nodelay) argument
7309 if (nodelay == 0) {
7313 if (nodelay == 0) {
7328 if (nodelay) {

Completed in 218 milliseconds