Home
last modified time | relevance | path

Searched refs:system_guid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c33 u64 system_guid, esw_system_guid; in mlx5_esw_bridge_dev_same_hw() local
38 system_guid = mlx5_query_nic_system_image_guid(mdev); in mlx5_esw_bridge_dev_same_hw()
41 return system_guid == esw_system_guid; in mlx5_esw_bridge_dev_same_hw()
/openbmc/u-boot/disk/
H A Dpart_efi.c69 static const efi_guid_t system_guid = PARTITION_SYSTEM_GUID; variable
74 !memcmp(&(p->partition_type_guid), &system_guid, in is_bootable()