Searched refs:IsDevicePathEndType (Results 1 – 5 of 5) sorted by relevance
71 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro73 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
270 IsDevicePathEndType ( in IsDevicePathEndType() function302 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()330 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_INSTANCE_DEVICE_PAT… in IsDevicePathEndInstance()740 while (!IsDevicePathEndType (DevPath)) { in UefiDevicePathLibGetNextDevicePathInstance()
135 IsDevicePathEndType (
585 if (IsDevicePathEndType(devpath) && in efi_devpath_next_instance()
1011 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()