Home | History | Annotate | Download | only in lib

Lines Matching defs:Start

47     EFI_DEVICE_PATH         *Start, *Next, *DevPath;
51 Start = DevPath;
72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
73 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start);
94 // Return size and start of device path instance
97 *Size = ((UINT8 *) DevPath) - ((UINT8 *) Start);
98 return Start;
284 EFI_DEVICE_PATH *Start;
290 Start = DevPath;
299 return ((UINTN) DevPath - (UINTN) Start) + sizeof(EFI_DEVICE_PATH);