Searched refs:unique_id (Results 1 – 3 of 3) sorted by relevance
12 bsp_unique_id_t const *unique_id = R_BSP_UniqueIdGet(); in z_impl_hwinfo_get_device_id() local13 size_t len = MIN(length, sizeof(unique_id->unique_id_bytes)); in z_impl_hwinfo_get_device_id()15 memcpy(buffer, &unique_id->unique_id_bytes[0], len); in z_impl_hwinfo_get_device_id()
52 uint64_t unique_id = sys_cpu_to_be64(SYSTEM_GetUnique()); in z_impl_hwinfo_get_device_id() local54 if (length > sizeof(unique_id)) { in z_impl_hwinfo_get_device_id()55 length = sizeof(unique_id); in z_impl_hwinfo_get_device_id()58 memcpy(buffer, &unique_id, length); in z_impl_hwinfo_get_device_id()
24 uint64_t unique_id = sys_cpu_to_be64(SYSTEM_GetUnique()); in z_impl_hwinfo_get_device_id() local26 if (length > sizeof(unique_id)) { in z_impl_hwinfo_get_device_id()27 length = sizeof(unique_id); in z_impl_hwinfo_get_device_id()30 memcpy(buffer, &unique_id, length); in z_impl_hwinfo_get_device_id()