/Linux-v4.19/drivers/thunderbolt/ |
D | domain.c | 128 uuid_t *uuids; in boot_acl_show() local 132 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 133 if (!uuids) in boot_acl_show() 142 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 150 if (!uuid_is_null(&uuids[i])) in boot_acl_show() 152 &uuids[i]); in boot_acl_show() 161 kfree(uuids); in boot_acl_show()
|
D | tb.h | 228 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 229 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
D | icm.c | 1306 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1324 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1343 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1356 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1358 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
/Linux-v4.19/drivers/md/bcache/ |
D | super.c | 356 bch_bio_map(bio, c->uuids); in uuid_io() 367 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io() 370 u - c->uuids, u->uuid, u->label, in uuid_io() 387 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read() 388 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read() 451 for (u = c->uuids; in uuid_find() 452 u < c->uuids + c->nr_uuids; u++) in uuid_find() 709 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach() 1136 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach() 1371 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run() [all …]
|
D | alloc.c | 567 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 568 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
D | sysfs.c | 336 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE() 440 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW() 459 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
|
D | bcache.h | 654 struct uuid_entry *uuids; member
|
D | request.c | 609 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup() 1132 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
D | writeback.c | 514 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
|
D | btree.c | 1736 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 86 u8 (*uuids)[16]; member 373 struct list_head uuids; member 611 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear() 612 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
|
D | mgmt.h | 506 __u8 uuids[0][16]; member
|
/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 161 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show() 178 DEFINE_SHOW_ATTRIBUTE(uuids);
|
D | hci_request.c | 471 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list() 513 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid32_list() 546 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid128_list() 2041 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
|
D | mgmt.c | 2072 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid() 2158 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid() 4007 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery() 4009 if (!hdev->discovery.uuids) { in start_service_discovery() 7701 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid() 7706 if (!memcmp(uuid, uuids[i], 16)) in has_uuid() 7713 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() 7735 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 7747 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 7755 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() [all …]
|
D | hci_core.c | 2215 list_for_each_entry_safe(uuid, tmp, &hdev->uuids, list) { in hci_uuids_clear() 3101 INIT_LIST_HEAD(&hdev->uuids); in hci_alloc_dev()
|
/Linux-v4.19/include/linux/ |
D | drbd_genl.h | 212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_nl.c | 3797 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()
|