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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c281 hp->destination_partition, ntohl(hp->firmware_length));
282 if (ntohl(hp->firmware_length) == 0) {
285 __func__, ntohl(hp->firmware_length));
288 wrk += (sizeof (pmcs_fw_hdr_t) + ntohl(hp->firmware_length));
317 wrk += (sizeof (pmcs_fw_hdr_t) + ntohl(hp->firmware_length));
335 len = sizeof (pmcs_fw_hdr_t) + ntohl(hp->firmware_length);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h268 uint32_t firmware_length; member in struct:__anon8952

Completed in 60 milliseconds