Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h420 params->device_path.atapi.device = devp.Atapi->SlaveMaster; in efi_arch_edd()
421 params->device_path.atapi.lun = devp.Atapi->Lun; in efi_arch_edd()
425 params->device_path.scsi.id = devp.Scsi->Pun; in efi_arch_edd()
426 params->device_path.scsi.lun = devp.Scsi->Lun; in efi_arch_edd()
430 params->device_path.fibre.wwid = devp.FibreChannel->WWN; in efi_arch_edd()
431 params->device_path.fibre.lun = devp.FibreChannel->Lun; in efi_arch_edd()
435 params->device_path.i1394.eui = devp.F1394->Guid; in efi_arch_edd()
443 params->device_path.i2o.identity_tag = devp.I2O->Tid; in efi_arch_edd()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dedd.h134 } device_path; member
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c795 Bit8u device_path[8];
5766 write_byte(DS, SI+(Bit16u)&Int13DPT->device_path[0], device%2);
5767 write_byte(DS, SI+(Bit16u)&Int13DPT->device_path[1], 0);
5768 write_word(DS, SI+(Bit16u)&Int13DPT->device_path[2], 0);
5769 write_dword(DS, SI+(Bit16u)&Int13DPT->device_path[4], 0L);
6114 write_byte(DS, SI+(Bit16u)&Int13DPT->device_path[0], device%2);
6115 write_byte(DS, SI+(Bit16u)&Int13DPT->device_path[1], 0);
6116 write_word(DS, SI+(Bit16u)&Int13DPT->device_path[2], 0);
6117 write_dword(DS, SI+(Bit16u)&Int13DPT->device_path[4], 0L);

Completed in 13 milliseconds