Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu780 bios_name = os.path.basename(self.get('QB_DEFAULT_BIOS'))
783 if (bios_name == "" or bios_name == "none") and not self.bios:
788 self.bios = "%s/%s" % (deploy_dir_image, bios_name)
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c1813 eiter->a.bios_name, sizeof(eiter->a.bios_name), in qla2x00_hba_attributes()
1820 "BIOS NAME = %s\n", eiter->a.bios_name); in qla2x00_hba_attributes()
H A Dqla_def.h2744 uint8_t bios_name[32]; member