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

/freebsd-10.2-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-10.2-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-10.2-release/contrib/dialog/
H A Dpause.c118 nodelay(dialog, TRUE);
190 ; /* ignore errors in nodelay mode */
H A Dmixedgauge.c299 nodelay(stdscr, TRUE);
364 nodelay(stdscr, FALSE);
/freebsd-10.2-release/crypto/heimdal/appl/push/
H A Dpush.c95 do_connect (const char *hostname, int port, int nodelay) argument
131 (void *)&nodelay, sizeof(nodelay)) < 0)
/freebsd-10.2-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-10.2-release/contrib/ee/
H A Dnew_curse.h234 extern void nodelay P_((WINDOW *window, int flag));
/freebsd-10.2-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::__anon9739
1343 uint32_t nodelay:1;
1373 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon9740
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.h617 boolean_t nodelay; member in struct:cq_config
/freebsd-10.2-release/contrib/gdb/gdb/tui/
H A Dtui.c382 nodelay(w, FALSE);
/freebsd-10.2-release/usr.sbin/gstat/
H A Dgstat.c181 nodelay(stdscr, 1);
/freebsd-10.2-release/tools/tools/ath/athratestats/
H A Dmain.c387 nodelay(stdscr, 1);
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h782 extern int nodelay(WINDOW *, int);
/freebsd-10.2-release/lib/ncurses/ncurses/
H A DMakefile702 curs_inopts.3 nodelay.3 \
/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat.c1381 nodelay(stdscr, 1);
/freebsd-10.2-release/contrib/sendmail/src/
H A Dmilter.c1188 int nodelay = 1; local
1191 (char *)&nodelay, sizeof(nodelay));
/freebsd-10.2-release/sys/dev/isp/
H A Disp.c7296 isp_mboxcmd_qnw(ispsoftc_t *isp, mbreg_t *mbp, int nodelay) argument
7314 if (nodelay == 0) {
7318 if (nodelay == 0) {
7333 if (nodelay) {
/freebsd-10.2-release/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3638 report_return(nodelay(win, flag));

Completed in 265 milliseconds