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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1297 uint32_t *guid_structure; local
1303 guid_structure = (uint32_t *)calloc(1,
1305 if (guid_structure == NULL) {
1306 logmsg(MSG_WARN, gettext("hermon: Can't calloc guid_structure "
1335 logmsg(MSG_INFO, "Failed to read guid_structure "
1347 guid_structure[i] = ioctl_info.af_quadlet;
1352 logmsg(MSG_INFO, "guid_structure[%x] = 0x%08x\n", i,
1353 guid_structure[i]);
1372 crc = cnx_crc16((uint8_t *)guid_structure, CNX_GUID_CRC16_SIZE,
1405 free(guid_structure);
[all...]

Completed in 47 milliseconds