Home
last modified time | relevance | path

Searched refs:uuid (Results 1001 - 1025 of 1518) sorted by relevance

1...<<41424344454647484950>>...61

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h135 __u8 uuid[BTRFS_UUID_SIZE]; member
271 __u8 uuid[BTRFS_UUID_SIZE]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h129 __u8 uuid[BTRFS_UUID_SIZE]; member
287 __u8 uuid[BTRFS_UUID_SIZE]; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_perf.c371 memcpy(counter->uuid, sha1_result, sizeof(counter->uuid)); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_build.c127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() argument
134 wpabuf_put_data(msg, uuid, WPS_UUID_LEN); in wps_build_uuid_e()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_build.c127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() argument
134 wpabuf_put_data(msg, uuid, WPS_UUID_LEN); in wps_build_uuid_e()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp481 void DeviceManagerServiceListener::OnDeviceTrustChange(const std::string &udid, const std::string &uuid, in OnDeviceTrustChange() argument
484 LOGI("udid %{public}s, uuid %{public}s, authForm %{public}d.", GetAnonyString(udid).c_str(), in OnDeviceTrustChange()
485 GetAnonyString(uuid).c_str(), authForm); in OnDeviceTrustChange()
492 pReq->SetUuid(uuid); in OnDeviceTrustChange()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1058 uuid_t uuid; in papr_scm_probe() local
1107 uuid_parse(uuid_str, &uuid); in papr_scm_probe()
1112 * uuid string so that we can compare this with the label in papr_scm_probe()
1117 * for a uuid string 72511b67-0b3b-42fd-8d1d-5be3cae8bcaa in papr_scm_probe()
1121 export_uuid(uuid_raw, &uuid); in papr_scm_probe()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-metadata.c43 __u8 uuid[UUID_LEN]; member
310 memset(sb->uuid, 0, sizeof(sb->uuid)); in __prepare_superblock()
H A Dmd-bitmap.c483 pr_debug(" uuid: %08x.%08x.%08x.%08x\n", in md_bitmap_print_sb()
484 le32_to_cpu(*(__le32 *)(sb->uuid+0)), in md_bitmap_print_sb()
485 le32_to_cpu(*(__le32 *)(sb->uuid+4)), in md_bitmap_print_sb()
486 le32_to_cpu(*(__le32 *)(sb->uuid+8)), in md_bitmap_print_sb()
487 le32_to_cpu(*(__le32 *)(sb->uuid+12))); in md_bitmap_print_sb()
557 memcpy(sb->uuid, bitmap->mddev->uuid, 16); in md_bitmap_new_disk_sb()
674 if (memcmp(sb->uuid, bitmap->mddev->uuid, 16)) { in md_bitmap_read_sb()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dcopy_up.c284 uuid_t *uuid = &real->d_sb->s_uuid; in ovl_encode_real_fh() local
323 fh->fb.uuid = *uuid; in ovl_encode_real_fh()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dmain.c466 * @uuid: client UUID
473 static int mei_vt_support_check(struct mei_device *dev, const uuid_le *uuid) in mei_vt_support_check() argument
481 me_cl = mei_me_cl_by_uuid(dev, uuid); in mei_vt_support_check()
484 uuid); in mei_vt_support_check()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-metadata.c43 __u8 uuid[UUID_LEN]; member
304 memset(sb->uuid, 0, sizeof(sb->uuid)); in __prepare_superblock()
H A Dmd-bitmap.c526 pr_debug(" uuid: %08x.%08x.%08x.%08x\n", in md_bitmap_print_sb()
527 le32_to_cpu(*(__le32 *)(sb->uuid+0)), in md_bitmap_print_sb()
528 le32_to_cpu(*(__le32 *)(sb->uuid+4)), in md_bitmap_print_sb()
529 le32_to_cpu(*(__le32 *)(sb->uuid+8)), in md_bitmap_print_sb()
530 le32_to_cpu(*(__le32 *)(sb->uuid+12))); in md_bitmap_print_sb()
600 memcpy(sb->uuid, bitmap->mddev->uuid, 16); in md_bitmap_new_disk_sb()
715 if (memcmp(sb->uuid, bitmap->mddev->uuid, 16)) { in md_bitmap_read_sb()
/third_party/ffmpeg/libavformat/
H A Dsmoothstreamingenc.c37 #include "libavutil/uuid.h"
424 AVUUID uuid; in parse_fragment() local
425 avio_read(in, uuid, 16); in parse_fragment()
426 if (av_uuid_equal(uuid, tfxd) && len >= 8 + 16 + 4 + 16) { in parse_fragment()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c33 #include "uuid.h"
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
172 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid()
580 if (!is_nil_uuid(config->uuid)) { in wpa_config_write_global()
582 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
583 wpa_config_write_reg_string(hk, "uuid", buf); in wpa_config_write_global()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_winreg.c33 #include "uuid.h"
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
172 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid()
589 if (!is_nil_uuid(config->uuid)) { in wpa_config_write_global()
591 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
592 wpa_config_write_reg_string(hk, "uuid", buf); in wpa_config_write_global()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bm_storage.h79 bool DelDataOfLogoutDev(const std::string &udid, const std::string &uuid);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/
H A Dble_scan_filter_lsf.h158 int BleScanFilterUuidAdd(Uuid uuid, Uuid uuidMask, uint8_t command);
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h106 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h66 virtual int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) = 0;
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp185 .uuid = NULL, in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h105 static bool GetUuidByNetworkId(const std::string& networkId, std::string& uuid);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp86 auto devId = DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid; in VerifyPermission()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.cpp33 return DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid; in GetLocalDeviceId()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp153 std::string strUUID = DHContext::GetInstance().GetDeviceInfo().uuid; in AddLocalMetaCapInfo()

Completed in 28 milliseconds

1...<<41424344454647484950>>...61