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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c659 char *cbresult = NULL; local
669 if ((cbresult = calloc(1, MAXPATHLEN)) == NULL) {
688 free(cbresult);
694 DI_PRIMARY_LINK, (void *)cbresult, link_cb) < 0) {
698 free(cbresult);
708 logmsg(MSG_INFO, "cbresult: %s\n", cbresult);
709 return (cbresult);
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1179 char *cbresult = NULL; local
1190 if (((cbresult = calloc(1, MAXPATHLEN)) == NULL) ||
1211 (void *)cbresult, link_cb) < 0) {
1223 if (strstr(cbresult, "dsk/") == NULL)
1228 bcopy(cbresult, minorpath, strlen(cbresult) - 1);

Completed in 104 milliseconds