Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c8353 uint8_t ila_ver_string[9], img_flag; in pmcs_get_fw_version() local
8383 bcopy((const void *)&ver_hilo, &ila_ver_string[0], 8); in pmcs_get_fw_version()
8384 ila_ver_string[8] = '\0'; in pmcs_get_fw_version()
8386 (void) ddi_strtoul((const char *)ila_ver_string, &ucp, 16, &ila_ver); in pmcs_get_fw_version()