Searched refs:FirstDevicePath (Results 1 – 3 of 3) sorted by relevance
518 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument531 if (FirstDevicePath == NULL) { in AppendDevicePath()536 return DuplicateDevicePath (FirstDevicePath); in AppendDevicePath()539 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in AppendDevicePath()547 Size1 = GetDevicePathSize (FirstDevicePath); in AppendDevicePath()554 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
247 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath OPTIONAL,
295 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath OPTIONAL,