/openbmc/qemu/tests/unit/ |
H A D | test-virtio-dmabuf.c | 108 QemuUUID uuids[20]; in test_free_resources() local 111 for (i = 0; i < ARRAY_SIZE(uuids); ++i) { in test_free_resources() 112 qemu_uuid_generate(&uuids[i]); in test_free_resources() 114 g_assert(virtio_add_dmabuf(&uuids[i], dmabuf_fd)); in test_free_resources() 115 g_assert_cmpint(virtio_lookup_dmabuf(&uuids[i]), ==, dmabuf_fd); in test_free_resources() 118 for (i = 0; i < ARRAY_SIZE(uuids); ++i) { in test_free_resources() 120 g_assert_cmpint(virtio_lookup_dmabuf(&uuids[i]), ==, -1); in test_free_resources()
|
/openbmc/bmcweb/src/ |
H A D | ossl_random.cpp | 41 return boost::uuids::to_string( in getRandomUUID() 42 boost::uuids::basic_random_generator<OpenSSLGenerator>(ossl)()); in getRandomUUID()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | domain.c | 124 uuid_t *uuids; in boot_acl_show() local 128 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 129 if (!uuids) in boot_acl_show() 138 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 146 if (!uuid_is_null(&uuids[i])) in boot_acl_show() 147 ret += sysfs_emit_at(buf, ret, "%pUb", &uuids[i]); in boot_acl_show() 155 kfree(uuids); in boot_acl_show()
|
H A D | icm.c | 1536 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1554 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1573 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1586 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1588 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
H A D | tb.h | 500 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 501 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
/openbmc/linux/net/bluetooth/ |
H A D | eir.c | 75 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list() 117 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid32_list() 150 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid128_list()
|
H A D | hci_debugfs.c | 179 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show() 196 DEFINE_SHOW_ATTRIBUTE(uuids);
|
H A D | mgmt.c | 2604 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid() 2688 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid() 6036 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery() 6038 if (!hdev->discovery.uuids) { in start_service_discovery() 9984 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid() 9989 if (!memcmp(uuid, uuids[i], 16)) in has_uuid() 10018 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10030 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10038 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10089 hdev->discovery.uuids) && in is_filter_match() [all …]
|
H A D | hci_core.c | 1020 list_for_each_entry_safe(uuid, tmp, &hdev->uuids, list) { in hci_uuids_clear() 2502 INIT_LIST_HEAD(&hdev->uuids); in hci_alloc_dev_priv()
|
H A D | hci_sync.c | 953 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 437 bch_bio_map(bio, c->uuids); in uuid_io() 449 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io() 452 u - c->uuids, u->uuid, u->label, in uuid_io() 470 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read() 539 for (u = c->uuids; in uuid_find() 540 u < c->uuids + c->nr_uuids; u++) in uuid_find() 1542 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run() 1573 for (u = c->uuids; in flash_devs_run() 1574 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run() 1824 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in __cache_set_unregister() [all …]
|
H A D | alloc.c | 573 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 574 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
H A D | sysfs.c | 415 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE() 553 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW() 572 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
|
H A D | bcache.h | 678 struct uuid_entry *uuids; member
|
H A D | request.c | 607 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup() 1151 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
H A D | writeback.c | 610 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
|
H A D | btree.c | 1778 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
/openbmc/bios-bmc-smm-error-logger/include/rde/ |
H A D | external_storer_file.hpp | 112 boost::uuids::random_generator randomGen;
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | external_storer_file.cpp | 151 std::string id = boost::uuids::to_string(randomGen()); in processLogEntry()
|
/openbmc/linux/include/linux/ |
H A D | drbd_genl.h | 212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 93 u8 (*uuids)[16]; member 548 struct list_head uuids; member 883 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear() 884 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
|
H A D | mgmt.h | 517 __u8 uuids[][16]; member
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | intel_dptf.rst | 33 :file:`/sys/bus/platform/devices/<N>/uuids`, where <N>
|
/openbmc/intel-ipmi-oem/src/ |
H A D | firmware-update.cpp | 654 boost::uuids::to_string(boost::uuids::random_generator()()); in startFirmwareUpdate()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 3782 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()
|