/test/xts/dcts/distributedhardware/distributedaudionewtest/ |
H A D | distributedaudiotest.cpp | 779 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local 780 if (GetNodeKeyInfo(PKG_NAME, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty() 783 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; in PrintNodeProperty() 806 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local 807 if (GetNodeKeyInfo(PKG_NAME, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty() 810 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; in PrintNodeProperty()
|
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | mei_phy.h | 7 #include <linux/uuid.h>
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | pfn.h | 18 u8 uuid[16]; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ras.h | 6 #include <linux/uuid.h>
|
/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | vbuschannel.h | 19 #include <linux/uuid.h>
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dm-log-userspace.h | 410 * identifier (uuid) are used to tie a request to a specific 412 * just the 'luid', but a cluster-aware log must use the 'uuid' and 413 * the 'luid'. The uuid is what is required for node to node 416 * same 'uuid'. (Think "live" and "inactive" device-mapper tables.) 419 char uuid[DM_UUID_LEN]; member
|
H A D | mei.h | 10 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ras.h | 6 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dm-log-userspace.h | 410 * identifier (uuid) are used to tie a request to a specific 412 * just the 'luid', but a cluster-aware log must use the 'uuid' and 413 * the 'luid'. The uuid is what is required for node to node 416 * same 'uuid'. (Think "live" and "inactive" device-mapper tables.) 419 char uuid[DM_UUID_LEN]; member
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | mei_phy.h | 7 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | pfn.h | 18 u8 uuid[16]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dm-log-userspace.h | 45 char uuid[DM_UUID_LEN]; member
|
H A D | mei.h | 21 #include <linux/uuid.h>
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | mei.h | 21 #include <linux/uuid.h>
|
H A D | dm-log-userspace.h | 45 char uuid[DM_UUID_LEN]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dm-log-userspace.h | 34 char uuid[DM_UUID_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | Makefile | 15 uuid.o \
|
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 413 char *uuid = nullptr;
in Test_KeySystemSupported() local 416 uuid = new char[uuidLen + 1];
in Test_KeySystemSupported() 417 napi_get_value_string_utf8(env, args[0], uuid, uuidLen + 1, &uuidLen);
in Test_KeySystemSupported() 420 if(strcmp(uuid," ") != 0){
in Test_KeySystemSupported() 421 uuid_ptr = uuid;
in Test_KeySystemSupported() 433 char *uuid = nullptr;
in Test_KeySystemSupported2() local 439 uuid = new char[uuidLen + 1];
in Test_KeySystemSupported2() 440 napi_get_value_string_utf8(env, args[0], uuid, uuidLen + 1, &uuidLen);
in Test_KeySystemSupported2() 446 if(strcmp(uuid," ") != 0){
in Test_KeySystemSupported2() 447 uuid_ptr = uuid;
in Test_KeySystemSupported2() 463 char *uuid = nullptr; Test_KeySystemSupported3() local 496 char *uuid = nullptr; Test_MediaKeySystem_Create() local [all...] |
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | mbox.c | 646 static int cxl_xfer_log(struct cxl_memdev_state *mds, uuid_t *uuid, in cxl_xfer_log() argument 659 .uuid = *uuid, in cxl_xfer_log() 802 uuid_t uuid = gsl->entry[i].uuid; in cxl_enumerate_cmds() local 805 dev_dbg(dev, "Found LOG type %pU of size %d", &uuid, size); in cxl_enumerate_cmds() 807 if (!uuid_equal(&uuid, &log_uuid[CEL_UUID])) in cxl_enumerate_cmds() 816 rc = cxl_xfer_log(mds, &uuid, &size, log); in cxl_enumerate_cmds()
|
/third_party/toybox/lib/ |
H A D | lib.c | 1198 void create_uuid(char *uuid) in create_uuid() argument 1201 xgetrandom(uuid, 16, 0); in create_uuid() 1205 uuid[6] = (uuid[6] & 0x0F) | 0x40; in create_uuid() 1208 uuid[8] = (uuid[8] & 0x3F) | 0x80; in create_uuid() 1211 char *show_uuid(char *uuid) in show_uuid() argument 1216 for (i=0; i<16; i++) out+=sprintf(out, "-%02x"+!(0x550&(1<<i)), uuid[i]); in show_uuid()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.c | 1082 if (!uuid_equal(&log->uuid, &sbi->loguuid)) { in lmLogOpen() 1083 jfs_warn("wrong uuid on JFS journal"); in lmLogOpen() 1119 uuid_copy(&log->uuid, &sbi->loguuid); in lmLogOpen() 1325 if (!uuid_equal(&logsuper->uuid, &log->uuid)) { in lmLogInit() 1326 jfs_warn("wrong uuid on JFS log device"); in lmLogInit() 1722 uuid_t *uuid = &sbi->uuid; in lmLogFileSystem() local 1733 if (uuid_is_null(&logsuper->active[i].uuid)) { in lmLogFileSystem() 1734 uuid_copy(&logsuper->active[i].uuid, uui in lmLogFileSystem() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 1074 if (!uuid_equal(&log->uuid, &sbi->loguuid)) { in lmLogOpen() 1075 jfs_warn("wrong uuid on JFS journal"); in lmLogOpen() 1111 uuid_copy(&log->uuid, &sbi->loguuid); in lmLogOpen() 1317 if (!uuid_equal(&logsuper->uuid, &log->uuid)) { in lmLogInit() 1318 jfs_warn("wrong uuid on JFS log device"); in lmLogInit() 1714 uuid_t *uuid = &sbi->uuid; in lmLogFileSystem() local 1725 if (uuid_is_null(&logsuper->active[i].uuid)) { in lmLogFileSystem() 1726 uuid_copy(&logsuper->active[i].uuid, uui in lmLogFileSystem() [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_protocol.h | 313 u64 uuid[UI_EXTENDED_SIZE]; member 317 u64 uuid; member
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-init.c | 25 * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+] 182 * name,uuid,minor,flags,table[; ...] 189 /* There are 5 fields: name,uuid,minor,flags,table; */ in dm_parse_device_entry() 206 /* uuid */ in dm_parse_device_entry() 207 strscpy(dev->dmi.uuid, field[1], sizeof(dev->dmi.uuid)); in dm_parse_device_entry()
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci_private.h | 15 #include <linux/uuid.h> 93 uuid_t uuid; member
|