Home
last modified time | relevance | path

Searched refs:ila_ver_string (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c8357 uint8_t ila_ver_string[9], img_flag; in pmcs_get_fw_version() local
8387 bcopy((const void *)&ver_hilo, &ila_ver_string[0], 8); in pmcs_get_fw_version()
8388 ila_ver_string[8] = '\0'; in pmcs_get_fw_version()
8390 (void) ddi_strtoul((const char *)ila_ver_string, &ucp, 16, &ila_ver); in pmcs_get_fw_version()