Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c8360 uint64_t ver_hilo; in pmcs_get_fw_version() local
8386 ver_hilo = BE_64(((uint64_t)ver_hi << 32) | ver_lo); in pmcs_get_fw_version()
8387 bcopy((const void *)&ver_hilo, &ila_ver_string[0], 8); in pmcs_get_fw_version()