Searched refs:Lun (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h341 UINT16 Lun; member in struct:__anon9487
357 UINT16 Lun; member in struct:__anon9488
377 UINT64 Lun; member in struct:__anon9489
397 UINT8 Lun[8]; member in struct:__anon9490
505 UINT8 Lun; member in struct:__anon9495
528 UINT16 Lun; member in struct:__anon9496
796 UINT64 Lun; member in struct:__anon9505
820 UINT8 Lun[8]; member in struct:__anon9506
882 UINT8 Lun; member in struct:__anon9510
920 UINT64 Lun; member in struct:__anon9513
[all...]
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c285 ((SAS_DEVICE_PATH *) Vendor)->Lun,
631 UefiDevicePathLibCatPrint (Str, "Ata(0x%x)", Atapi->Lun);
638 Atapi->Lun
667 UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);
694 UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
727 for (Index = 0; Index < sizeof (FibreEx->Lun) / sizeof (FibreEx->Lun[0]); Index++) {
728 UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->Lun[Index]);
764 for (Index = 0; Index < sizeof (SasEx->Lun) / sizeof (SasEx->Lun[
[all...]
H A Defivar-dp-parse.c1148 Atapi->Lun = (UINT16) Strtoi (LunStr);
1180 Scsi->Lun = (UINT16) Strtoi (LunStr);
1213 Strtoi64 (LunStr, &Fibre->Lun);
1246 Strtoi64 (LunStr, (UINT64 *) (&FibreEx->Lun));
1249 *(UINT64 *) (&FibreEx->Lun) = SwapBytes64 (*(UINT64 *) (&FibreEx->Lun));
1585 Strtoi64 (LunStr, &Sas->Lun);
1664 UINT64 Lun; local
1681 Strtoi64 (LunStr, &Lun);
1683 WriteUnaligned64 ((UINT64 *) &SasEx->Lun, SwapBytes6
[all...]
H A Duefi-dplib.h174 UINT64 Lun; member in struct:__anon7607
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h171 UINT16 Lun; member in struct:_ATAPI_DEVICE_PATH
178 UINT16 Lun; member in struct:_SCSI_DEVICE_PATH
186 UINT64 Lun; member in struct:_FIBRECHANNEL_DEVICE_PATH
296 UINT8 Lun; member in struct:__anon7964
304 UINT16 Lun; member in struct:_SATA_DEVICE_PATH
/freebsd-13-stable/sys/sys/
H A Daac_ioctl.h190 int32_t Lun; member in struct:aac_query_disk
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c263 ((ATAPI_DEVICE_PATH *)node)->Lun, tail) < 0)
269 ((SCSI_DEVICE_PATH *)node)->Lun, tail) < 0)
275 ((FIBRECHANNEL_DEVICE_PATH *)node)->Lun, tail) < 0)
325 ((SATA_DEVICE_PATH *)node)->Lun, tail) < 0)
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.h106 uint8_t Lun; member in struct:ddf_device_scsi
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h349 bit32 Lun; member in struct:tdDeviceInfoPayload_s
H A Dtdioctl.c2602 (bit8)pDeviceInfo->Lun,
2610 (bit8)pDeviceInfo->Lun
2616 pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
2626 tiDeviceHandle, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
2637 tiDeviceHandle, oneDeviceData->id, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
/freebsd-13-stable/sys/dev/aac/
H A Daacreg.h1275 u_int32_t Lun; member in struct:aac_vmi_devinfo_resp
H A Daac.c3690 query_disk.Lun = 0;
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_reg.h1306 u_int32_t Lun; member in struct:aac_vmi_devinfo_resp
H A Daacraid.c3589 query_disk.Lun = 0;

Completed in 139 milliseconds