Searched refs:IsDevicePathEndType (Results 1 – 5 of 5) sorted by relevance
314 IsDevicePathEndType ( in IsDevicePathEndType() function346 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
59 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
135 IsDevicePathEndType (
583 if (IsDevicePathEndType(devpath) && in efi_devpath_next_instance()
981 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()