Home | History | Annotate | Download | only in lib

Lines Matching defs:Start

56     EFI_DEVICE_PATH         *Start, *Next, *DevPath;
60 Start = DevPath;
81 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
82 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start);
103 // Return size and start of device path instance
106 *Size = ((UINT8 *) DevPath) - ((UINT8 *) Start);
107 return Start;
293 EFI_DEVICE_PATH *Start;
299 Start = DevPath;
308 return ((UINTN) DevPath - (UINTN) Start) + sizeof(EFI_DEVICE_PATH);