Home
last modified time | relevance | path

Searched refs:sendall (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c986 bool sendall = false; in rfb_send_screen() local
1045 sendall = atomic_exchange(&c->rc_send_fullscreen, false); in rfb_send_screen()
1114 if (!sendall && !changes) { in rfb_send_screen()
1121 sendall = true; in rfb_send_screen()
1123 if (sendall) { in rfb_send_screen()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c707 sendall(ee, SM_DELIVER);
H A Dsendmail.h2456 extern void sendall __P((ENVELOPE *, int));
H A Dqueue.c3698 sendall(e, SM_DELIVER);
3881 sendall(&e, SM_DELIVER);
H A Dmain.c2885 sendall(e, i >= FastSplit ? SM_QUEUE : SM_DEFAULT);
H A Dsrvrsmtp.c3761 sendall(ee, mode);
H A Ddeliver.c66 sendall(e, mode) in sendall() function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3053 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, in tcp_xmit_mp() argument
3100 if (mp2 != mp1 && !sendall && in tcp_xmit_mp()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c5725 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, in tcp_xmit_mp() argument
5770 if (mp2 != mp1 && !sendall && in tcp_xmit_mp()