There are two functions in usr/src/cmd/fwflash/plugins/transport/common/ses.c
which currently roll their own uscsi(7I) code. This can be replaced with correct
use of nvlist property lookups based on libses.
The two functions are inquiry() and ses_dl_ucode_check().