Searched defs:v12n_ds_send_msg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c62 static int (*v12n_ds_send_msg)(ds_hdl_t, void *, size_t) = NULL; variable
547 if (v12n_ds_send_msg == NULL || v12n_ldma_ctrl_hdl == DS_INVALID_HDL)
553 return (v12n_ds_send_msg(v12n_ldma_ctrl_hdl, (char *)&ldmamsg,
681 if (v12n_ds_clnt_reg == NULL || v12n_ds_send_msg == NULL ||
695 if ((v12n_ds_send_msg = (int (*)(ds_hdl_t, void *, size_t))

Completed in 59 milliseconds