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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c88 static int cnx_write_image(ib_cnx_encap_ident_t *handle, int type);
227 if (cnx_write_image(manuf, k) != FWFLASH_SUCCESS) {
658 cnx_write_image(ib_cnx_encap_ident_t *handle, int type) function
668 logmsg(MSG_INFO, "hermon: cnx_write_image\n");
671 logmsg(MSG_ERROR, gettext("cnx_write_image: Must inform us "
684 logmsg(MSG_INFO, "cnx_write_image: fw image size: 0x%x\n", size);
692 logmsg(MSG_ERROR, gettext("cnx_write_image: Failed to "
706 logmsg(MSG_ERROR, gettext("cnx_write_image: Failed to "
722 logmsg(MSG_ERROR, gettext("cnx_write_image: Failed to "
733 logmsg(MSG_WARN, gettext("cnx_write_image
[all...]

Completed in 46 milliseconds