Home
last modified time | relevance | path

Searched refs:uuid (Results 251 - 275 of 952) sorted by relevance

1...<<11121314151617181920>>...39

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbcache.h112 __u8 uuid[16]; member
215 __u8 uuid[16]; member
242 __u8 uuid[16]; member
H A Dmei.h8 #include <linux/uuid.h>
/third_party/ffmpeg/libavutil/
H A DMakefile86 uuid.h \
182 uuid.o \
271 uuid \
H A Dhwcontext_cuda.c498 CUuuid uuid; in cuda_device_derive() local
504 ret = CHECK_CU(cu->cuDeviceGetUuid(&uuid, dev)); in cuda_device_derive()
508 if (memcmp(src_uuid, uuid.bytes, sizeof (uuid.bytes)) == 0) { in cuda_device_derive()
/drivers/peripheral/clearplay/hdi_service/common/
H A Dclearplay_uuid.h29 bool IsClearPlayUuid(const std::string &uuid);
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_receiver.c3059 self = device->ldev->md.uuid[UI_BITMAP] & 1; in __must_hold()
3239 static void drbd_uuid_dump(struct drbd_device *device, char *text, u64 *uuid, in drbd_uuid_dump() argument
3242 if (!uuid) { in drbd_uuid_dump()
3243 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump()
3248 (unsigned long long)uuid[UI_CURRENT], in drbd_uuid_dump()
3249 (unsigned long long)uuid[UI_BITMAP], in drbd_uuid_dump()
3250 (unsigned long long)uuid[UI_HISTORY_START], in drbd_uuid_dump()
3251 (unsigned long long)uuid[UI_HISTORY_END], in drbd_uuid_dump()
3276 self = device->ldev->md.uuid[UI_CURRENT] & ~((u64)1); in __must_hold()
3296 if (device->p_uuid[UI_BITMAP] == (u64)0 && device->ldev->md.uuid[UI_BITMA in __must_hold()
[all...]
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_receiver.c3020 self = device->ldev->md.uuid[UI_BITMAP] & 1; in __must_hold()
3200 static void drbd_uuid_dump(struct drbd_device *device, char *text, u64 *uuid, in drbd_uuid_dump() argument
3203 if (!uuid) { in drbd_uuid_dump()
3204 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump()
3209 (unsigned long long)uuid[UI_CURRENT], in drbd_uuid_dump()
3210 (unsigned long long)uuid[UI_BITMAP], in drbd_uuid_dump()
3211 (unsigned long long)uuid[UI_HISTORY_START], in drbd_uuid_dump()
3212 (unsigned long long)uuid[UI_HISTORY_END], in drbd_uuid_dump()
3238 self = device->ldev->md.uuid[UI_CURRENT] & ~((u64)1); in __must_hold()
3258 if (device->p_uuid[UI_BITMAP] == (u64)0 && device->ldev->md.uuid[UI_BITMA in __must_hold()
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c52 #include <linux/uuid.h>
1420 * - uuid - a random UUID, different each time the file is read.
1457 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid() local
1467 uuid = table->data; in proc_do_uuid()
1468 if (!uuid) { in proc_do_uuid()
1469 uuid = tmp_uuid; in proc_do_uuid()
1470 generate_random_uuid(uuid); in proc_do_uuid()
1475 if (!uuid[8]) in proc_do_uuid()
1476 generate_random_uuid(uuid); in proc_do_uuid()
1480 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid); in proc_do_uuid()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c52 #include <linux/uuid.h>
1575 * - uuid - a random UUID, different each time the file is read.
1612 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid() local
1622 uuid = table->data; in proc_do_uuid()
1623 if (!uuid) { in proc_do_uuid()
1624 uuid = tmp_uuid; in proc_do_uuid()
1625 generate_random_uuid(uuid); in proc_do_uuid()
1630 if (!uuid[8]) in proc_do_uuid()
1631 generate_random_uuid(uuid); in proc_do_uuid()
1635 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid); in proc_do_uuid()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c542 static void register_profile(pa_bluetooth_backend *b, const char *object, const char *uuid, pa_bluetooth_profile_t profile) { in register_profile() argument
550 pa_log_debug("Registering Profile %s %s", pa_bluetooth_profile_to_string(profile), uuid); in register_profile()
556 pa_assert_se(dbus_message_iter_append_basic(&i, DBUS_TYPE_STRING, &uuid)); in register_profile()
563 if (pa_bluetooth_uuid_is_hsp_hs(uuid)) { in register_profile()
1117 const char *uuid; in profile_init() local
1124 uuid = PA_BLUETOOTH_UUID_HSP_AG; in profile_init()
1128 uuid = PA_BLUETOOTH_UUID_HSP_HS; in profile_init()
1132 uuid = PA_BLUETOOTH_UUID_HFP_AG; in profile_init()
1142 register_profile(b, object_name, uuid, profile); in profile_init()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ftpm_tee.h11 #include <linux/uuid.h>
/kernel/linux/linux-6.6/fs/btrfs/
H A Dioctl.h13 int __pure btrfs_is_empty_uuid(u8 *uuid);
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H A Dmdev_private.h30 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_ftpm_tee.h11 #include <linux/uuid.h>
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Dcommon.h20 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid);
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c238 enum int3400_thermal_uuid uuid, bool enable) in int3400_thermal_run_osc()
249 if (uuid < 0 || uuid >= INT3400_THERMAL_MAXIMUM_UUID) in int3400_thermal_run_osc()
252 context.uuid_str = int3400_thermal_uuids[uuid]; in int3400_thermal_run_osc()
237 int3400_thermal_run_osc(acpi_handle handle, enum int3400_thermal_uuid uuid, bool enable) int3400_thermal_run_osc() argument
/kernel/linux/linux-5.10/fs/afs/
H A Dfs_probe.c108 _enter("%pU,%u", &server->uuid, index); in afs_fileserver_probe_result()
179 &server->uuid, index, &alist->addrs[index].transport, in afs_fileserver_probe_result()
196 _enter("%pU", &server->uuid); in afs_fs_probe_fileserver()
406 _debug("probe %pU", &server->uuid); in afs_fs_probe_dispatcher()
/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c149 val = xenbus_read(XBT_NIL, vm, "uuid", NULL); in uuid_show_fallback()
160 xen_domain_handle_t uuid; in uuid_show() local
162 ret = HYPERVISOR_xen_version(XENVER_guest_handle, uuid); in uuid_show()
165 ret = sprintf(buffer, "%pU\n", uuid); in uuid_show()
169 HYPERVISOR_ATTR_RO(uuid); variable
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c66 const char *uuid; member
71 * match_dev_by_uuid - callback for finding a partition using its uuid
85 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len)) in match_dev_by_uuid()
118 cmp.uuid = uuid_str; in devt_from_partuuid()
164 "Expected PARTUUID=<valid-uuid-id>[/PARTNROFF=%%d]\n"); in devt_from_partuuid()
/kernel/linux/linux-6.6/drivers/acpi/x86/
H A Ds2idle.c414 static int validate_dsm(acpi_handle handle, const char *uuid, int rev, guid_t *dsm_guid) in validate_dsm() argument
419 guid_parse(uuid, dsm_guid); in validate_dsm()
426 "_DSM UUID %s rev %d function 0 evaluation failed\n", uuid, rev); in validate_dsm()
431 acpi_handle_debug(handle, "_DSM UUID %s rev %d function mask: 0x%x\n", uuid, rev, ret); in validate_dsm()
/kernel/linux/linux-6.6/fs/afs/
H A Dfs_probe.c109 _enter("%pU,%u", &server->uuid, index); in afs_fileserver_probe_result()
185 &server->uuid, index, &alist->addrs[index].transport, in afs_fileserver_probe_result()
202 _enter("%pU", &server->uuid); in afs_fs_probe_fileserver()
412 _debug("probe %pU", &server->uuid); in afs_fs_probe_dispatcher()
/kernel/linux/linux-6.6/drivers/xen/
H A Dsys-hypervisor.c151 val = xenbus_read(XBT_NIL, vm, "uuid", NULL); in uuid_show_fallback()
162 xen_domain_handle_t uuid; in uuid_show() local
164 ret = HYPERVISOR_xen_version(XENVER_guest_handle, uuid); in uuid_show()
167 ret = sprintf(buffer, "%pU\n", uuid); in uuid_show()
171 HYPERVISOR_ATTR_RO(uuid); variable
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dcore.c211 * nd_uuid_store: common implementation for writing 'uuid' sysfs attributes
212 * @dev: container device for the uuid property
213 * @uuid_out: uuid buffer to replace
223 uuid_t uuid; in nd_uuid_store() local
229 rc = uuid_parse(buf, &uuid); in nd_uuid_store()
234 *uuid_out = kmemdup(&uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c31 strscpy(oa_config->uuid, TEST_OA_CONFIG_UUID, sizeof(oa_config->uuid)); in alloc_empty_config()
56 if (!strcmp(tmp->uuid, TEST_OA_CONFIG_UUID)) { in destroy_empty_config()
80 if (!strcmp(tmp->uuid, TEST_OA_CONFIG_UUID)) { in get_empty_config()
/third_party/node/src/
H A Dinspector_io.cc51 char uuid[256]; in GenerateID() local
52 snprintf(uuid, sizeof(uuid), "%04x%04x-%04x-%04x-%04x-%04x%04x%04x", in GenerateID()
61 return uuid; in GenerateID()

Completed in 27 milliseconds

1...<<11121314151617181920>>...39