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

/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c31 static int ecp_send_impl(void *, char *, int, boolean_t);
168 (void) ecp_send_impl(ecp_instp, NULL, 0, B_FALSE);
175 (void) ecp_send_impl(ecp_instp, NULL, 0, B_FALSE);
286 ecp_send_impl(void *instp, char *buf, int len, boolean_t resend) function
360 (void) ecp_send_impl(instp, buf, len, retry_count > 0);

Completed in 15 milliseconds