Searched refs:IsDevicePathEndType (Results 1 – 4 of 4) sorted by relevance
316 IsDevicePathEndType ( in IsDevicePathEndType() function348 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
60 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
135 IsDevicePathEndType (
746 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()