/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 317 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_leaf_init()
|
H A D | xfs_attr_leaf.c | 525 * special case for dev/uuid inodes, they have fixed size data forks. 1278 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid); in xfs_attr3_leaf_create()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.c | 28 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 326 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_leaf_init()
|
H A D | xfs_attr_leaf.c | 556 * special case for dev/uuid inodes, they have fixed size data forks. 1323 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid); in xfs_attr3_leaf_create()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme.h | 12 #include <linux/uuid.h>
|
H A D | fs.h | 36 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.c | 486 xd = tb_xdomain_alloc(tb, &sw->dev, route, tb->root_switch->uuid, in tb_scan_xdomain()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 21 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 17 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_int.h | 508 u64 uuid[UI_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 278 /* uuid from PSM */ 279 u8 uuid[16]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | main.c | 2168 .uuid = MEI_WLAN_UUID,
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | core.c | 689 uuid_gen(&ns->uuid); in nvmet_ns_alloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 769 uint8_t uuid[16]; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 781 uint8_t uuid[16]; member
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 72 #include <uuid/uuid.h> 227 BOOL with_uuid; /* -U, request setting an uuid */ 615 { "with-uuid", no_argument, NULL, 'U' }, in mkntfs_parse_options()
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 30 import uuid namespace 2517 tagname = "test_os_%s" % uuid.uuid1() 3143 self.key = str(uuid.uuid4())
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | debug.c | 384 pr_err("\tUUID %pUB\n", sup->uuid); in ubifs_dump_node()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 36 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | debug.c | 384 pr_err("\tUUID %pUB\n", sup->uuid); in ubifs_dump_node()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 177 u8 uuid[16]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 573 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 658 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
|
/third_party/python/ |
H A D | configure | 12547 for ac_header in uuid.h 12549 ac_fn_c_check_header_compile "$LINENO" "uuid.h" "ac_cv_header_uuid_h" "$ac_includes_default" 12589 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5 12590 ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5 12594 pkg_cv_LIBUUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 2.20" 2>/dev/null` 12606 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5 12607 ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5 12611 pkg_cv_LIBUUID_LIBS=`$PKG_CONFIG --libs "uuid >= 2.20" 2>/dev/null` 12632 LIBUUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 2.20" 2>&1` 12634 LIBUUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid > [all...] |