Searched refs:LogicalUnit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c1048 DEVICE_LOGICAL_UNIT_DEVICE_PATH *LogicalUnit; local
1050 LogicalUnit = DevPath;
1051 UefiDevicePathLibCatPrint (Str, "Unit(0x%x)", LogicalUnit->Lun);
H A Defivar-dp-parse.c2647 DEVICE_LOGICAL_UNIT_DEVICE_PATH *LogicalUnit; local
2650 LogicalUnit = (DEVICE_LOGICAL_UNIT_DEVICE_PATH *) CreateDeviceNode (
2656 LogicalUnit->Lun = (UINT8) Strtoi (LunStr);
2658 return (EFI_DEVICE_PATH_PROTOCOL *) LogicalUnit;

Completed in 73 milliseconds