Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h341 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 Defidevp.h170 UINT16 Lun; member
177 UINT16 Lun; member
185 UINT64 Lun; member
295 UINT8 Lun; member
303 UINT16 Lun; member
/freebsd/lib/libefivar/
H A Defivar-dp-format.c280 ((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 Defivar-dp-parse.c1198 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 Duefi-dplib.h164 UINT64 Lun; member
/freebsd/contrib/dialog/po/
H A Dzh_TW.po4 # Wei-Lun Chao <bluebat@member.fsf.org>, 2005, 2007, 2013.
12 "Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
H A Dro.po54 msgstr "Lună"
/freebsd/stand/efi/libefi/
H A Ddevpath.c260 ((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 Dro_RO.UTF-8.src36 Lun
H A Dro_RO.ISO8859-2.src36 Lun
/freebsd/sys/sys/
H A Daac_ioctl.h188 int32_t Lun; member
/freebsd/sys/geom/raid/
H A Dmd_ddf.h104 uint8_t Lun; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h348 bit32 Lun; member
H A Dtdioctl.c2601 (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 Daacreg.h1273 u_int32_t Lun; member
H A Daac.c3684 query_disk.Lun = 0; in aac_query_disk()
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h1304 u_int32_t Lun; member
H A Daacraid.c3588 query_disk.Lun = 0; in aac_query_disk()