Searched refs:sends (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelkey.c52 delkey(char *sends, int keyval) argument
62 if (sends)
71 if (sends && (strcmp(sends, kp->_sends) == 0))
H A Dllib-lcurses628 int delkey(char *sends, int keyval);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c183 uint_t sends; member in struct:ibcm_open_s
1416 return (openp->sends < openp->sends_hiwat &&
1579 ibcm_open.sends = 0;
1686 if (++ibcm_open.sends > ibcm_open.sends_max) {
1687 ibcm_open.sends_max = ibcm_open.sends;
1688 IBTF_DPRINTF_L2(cmlog, "ibcm_flow_inc: sends max = %d",
1712 ibcm_open.sends--;
1713 if (ibcm_open.sends < ibcm_open.sends_lowat) {
1770 if (ibcm_open.sends < ibcm_open.sends_lowat ||
1804 if (ibcm_open.sends < ibcm_ope
[all...]

Completed in 48 milliseconds