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

/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h341 UINT16 Lun; member in struct:__anon9405
357 UINT16 Lun; member in struct:__anon9406
377 UINT64 Lun; member in struct:__anon9407
397 UINT8 Lun[8]; member in struct:__anon9408
505 UINT8 Lun; member in struct:__anon9413
528 UINT16 Lun; member in struct:__anon9414
796 UINT64 Lun; member in struct:__anon9423
820 UINT8 Lun[8]; member in struct:__anon9424
882 UINT8 Lun; member in struct:__anon9428
920 UINT64 Lun; member in struct:__anon9431
[all...]
/freebsd-current/stand/efi/include/
H A Defidevp.h170 UINT16 Lun; member in struct:_ATAPI_DEVICE_PATH
177 UINT16 Lun; member in struct:_SCSI_DEVICE_PATH
185 UINT64 Lun; member in struct:_FIBRECHANNEL_DEVICE_PATH
295 UINT8 Lun; member in struct:__anon621
303 UINT16 Lun; member in struct:_SATA_DEVICE_PATH
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c280 ((SAS_DEVICE_PATH *)Vendor)->Lun,
661 UefiDevicePathLibCatPrint (Str, "Ata(0x%x)", Atapi->Lun);
668 Atapi->Lun
697 UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);
724 UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
758 for (Index = 0; Index < sizeof (FibreEx->Lun) / sizeof (FibreEx->Lun[0]); Index++) {
759 UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->Lun[Index]);
797 for (Index = 0; Index < sizeof (SasEx->Lun) / sizeof (SasEx->Lun[
[all...]
H A Defivar-dp-parse.c1160 Atapi->Lun = (UINT16)Strtoi (LunStr);
1192 Scsi->Lun = (UINT16)Strtoi (LunStr);
1225 Strtoi64 (LunStr, &Fibre->Lun);
1258 Strtoi64 (LunStr, (UINT64 *)(&FibreEx->Lun));
1261 *(UINT64 *)(&FibreEx->Lun) = SwapBytes64 (*(UINT64 *)(&FibreEx->Lun));
1601 Strtoi64 (LunStr, &Sas->Lun);
1679 UINT64 Lun; local
1696 Strtoi64 (LunStr, &Lun);
1698 WriteUnaligned64 ((UINT64 *)&SasEx->Lun, SwapBytes6
2726 UINT64 Lun; local
[all...]
H A Duefi-dplib.h164 UINT64 Lun; member in struct:__anon283
/freebsd-current/sys/sys/
H A Daac_ioctl.h188 int32_t Lun; member in struct:aac_query_disk
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c260 ((ATAPI_DEVICE_PATH *)node)->Lun, tail) < 0)
266 ((SCSI_DEVICE_PATH *)node)->Lun, tail) < 0)
272 ((FIBRECHANNEL_DEVICE_PATH *)node)->Lun, tail) < 0)
322 ((SATA_DEVICE_PATH *)node)->Lun, tail) < 0)
/freebsd-current/sys/geom/raid/
H A Dmd_ddf.h104 uint8_t Lun; member in struct:ddf_device_scsi
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h348 bit32 Lun; member in struct:tdDeviceInfoPayload_s
H A Dtdioctl.c2601 (bit8)pDeviceInfo->Lun,
2609 (bit8)pDeviceInfo->Lun
2615 pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
2625 tiDeviceHandle, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
2636 tiDeviceHandle, oneDeviceData->id, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun));
/freebsd-current/sys/dev/aacraid/
H A Daacraid_reg.h1304 u_int32_t Lun; member in struct:aac_vmi_devinfo_resp
H A Daacraid.c3587 query_disk.Lun = 0;
/freebsd-current/sys/dev/aac/
H A Daacreg.h1273 u_int32_t Lun; member in struct:aac_vmi_devinfo_resp
H A Daac.c3687 query_disk.Lun = 0;

Completed in 210 milliseconds