/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 341 UINT16 Lun; member 357 UINT16 Lun; member 377 UINT64 Lun; member 397 UINT8 Lun[8]; member 505 UINT8 Lun; member 528 UINT16 Lun; member 796 UINT64 Lun; member 820 UINT8 Lun[8]; member 882 UINT8 Lun; member 920 UINT64 Lun; member
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 170 UINT16 Lun; member 177 UINT16 Lun; member 185 UINT64 Lun; member 295 UINT8 Lun; member 303 UINT16 Lun; member
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 280 ((SAS_DEVICE_PATH *)Vendor)->Lun, in DevPathToTextVendor() 679 UefiDevicePathLibCatPrint (Str, "Ata(0x%x)", Atapi->Lun); in DevPathToTextAtapi() 686 Atapi->Lun in DevPathToTextAtapi() 715 UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun); in DevPathToTextScsi() 742 UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun); in DevPathToTextFibre() 776 for (Index = 0; Index < sizeof (FibreEx->Lun) / sizeof (FibreEx->Lun[0]); Index++) { in DevPathToTextFibreEx() 777 UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->Lun[Index]); in DevPathToTextFibreEx() 815 for (Index = 0; Index < sizeof (SasEx->Lun) / sizeof (SasEx->Lun[0]); Index++) { in DevPathToTextSasEx() 816 UefiDevicePathLibCatPrint (Str, "%02x", SasEx->Lun[Index]); in DevPathToTextSasEx() 912 UefiDevicePathLibCatPrint (Str, "UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun); in DevPathToTextUfs() [all …]
|
H A D | efivar-dp-parse.c | 1198 Atapi->Lun = (UINT16)Strtoi (LunStr); in DevPathFromTextAta() 1231 Scsi->Lun = (UINT16)Strtoi (LunStr); in DevPathFromTextScsi() 1266 Strtoi64 (LunStr, &Fibre->Lun); in DevPathFromTextFibre() 1301 Strtoi64 (LunStr, (UINT64 *)(&FibreEx->Lun)); in DevPathFromTextFibreEx() 1304 *(UINT64 *)(&FibreEx->Lun) = SwapBytes64 (*(UINT64 *)(&FibreEx->Lun)); in DevPathFromTextFibreEx() 1671 Strtoi64 (LunStr, &Sas->Lun); in DevPathFromTextSAS() 1749 UINT64 Lun; in DevPathFromTextSasEx() local 1770 Strtoi64 (LunStr, &Lun); in DevPathFromTextSasEx() 1772 WriteUnaligned64 ((UINT64 *)&SasEx->Lun, SwapBytes64 (Lun)); in DevPathFromTextSasEx() 1894 Ufs->Lun = (UINT8)Strtoi (LunStr); in DevPathFromTextUfs() [all …]
|
H A D | uefi-dplib.h | 164 UINT64 Lun; member
|
/freebsd/contrib/dialog/po/ |
H A D | zh_TW.po | 4 # Wei-Lun Chao <bluebat@member.fsf.org>, 2005, 2007, 2013. 12 "Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
|
H A D | ro.po | 54 msgstr "Lună"
|
/freebsd/stand/efi/libefi/ |
H A D | devpath.c | 260 ((ATAPI_DEVICE_PATH *)node)->Lun, tail) < 0) in efi_messaging_dev_path() 266 ((SCSI_DEVICE_PATH *)node)->Lun, tail) < 0) in efi_messaging_dev_path() 272 ((FIBRECHANNEL_DEVICE_PATH *)node)->Lun, tail) < 0) in efi_messaging_dev_path() 322 ((SATA_DEVICE_PATH *)node)->Lun, tail) < 0) in efi_messaging_dev_path()
|
/freebsd/share/timedef/ |
H A D | ro_RO.UTF-8.src | 36 Lun
|
H A D | ro_RO.ISO8859-2.src | 36 Lun
|
/freebsd/sys/sys/ |
H A D | aac_ioctl.h | 188 int32_t Lun; member
|
/freebsd/sys/geom/raid/ |
H A D | md_ddf.h | 104 uint8_t Lun; member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdioctl.h | 348 bit32 Lun; member
|
H A D | tdioctl.c | 2601 (bit8)pDeviceInfo->Lun, in tdsaDeviceInfoGetIoctl() 2609 (bit8)pDeviceInfo->Lun in tdsaDeviceInfoGetIoctl() 2615 pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl() 2625 tiDeviceHandle, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl() 2636 … tiDeviceHandle, oneDeviceData->id, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl()
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1273 u_int32_t Lun; member
|
H A D | aac.c | 3684 query_disk.Lun = 0; in aac_query_disk()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 1304 u_int32_t Lun; member
|
H A D | aacraid.c | 3588 query_disk.Lun = 0; in aac_query_disk()
|