Searched refs:instp (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libecp/common/ |
H A D | ecp_impl.c | 265 ecp_fini(void *instp) argument 267 ecp_instance_t *ecp_instp = instp; 272 free(instp); 286 ecp_send_impl(void *instp, char *buf, int len, boolean_t resend) argument 290 ecp_instance_t *ecp_instp = instp; 350 ecp_send(void *instp, char *buf, int len) argument 352 ecp_instance_t *ecp_instp = instp; 360 (void) ecp_send_impl(instp, buf, len, retry_count > 0); 383 ecp_stats(void *instp, ecp_stat_t *es) argument 385 ecp_instance_t *ecp_instp = instp; 398 ecp_get_config(void *instp, ecp_config_t *ecpc) argument [all...] |
/osnet-11/usr/src/lib/libvdp/common/ |
H A D | vdp_impl.c | 377 vdp_ecp_cb(void *instp, ushort_t seq, ushort_t type, char *pdu, int len) argument 379 vdp_inst_t *vdp_instp = instp;
|
Completed in 17 milliseconds