| /linux/drivers/thunderbolt/ |
| H A D | domain.c | 125 uuid_t *uuids; in boot_acl_show() local 129 uuids = kzalloc_objs(uuid_t, tb->nboot_acl); in boot_acl_show() 130 if (!uuids) in boot_acl_show() 139 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 147 if (!uuid_is_null(&uuids[i])) in boot_acl_show() 148 ret += sysfs_emit_at(buf, ret, "%pUb", &uuids[i]); in boot_acl_show() 156 kfree(uuids); in boot_acl_show()
|
| H A D | icm.c | 1567 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1585 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1604 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1617 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1619 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
| H A D | tb.h | 523 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 524 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
| /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 | 178 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show() 195 DEFINE_SHOW_ATTRIBUTE(uuids);
|
| H A D | mgmt.c | 2780 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid() 2864 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid() 6165 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery() 6167 if (!hdev->discovery.uuids) { in start_service_discovery() 10147 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid() 10152 if (!memcmp(uuid, uuids[i], 16)) in has_uuid() 10159 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() 10181 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10193 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10201 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() [all …]
|
| H A D | hci_core.c | 1045 list_for_each_entry_safe(uuid, tmp, &hdev->uuids, list) { in hci_uuids_clear() 2532 INIT_LIST_HEAD(&hdev->uuids); in hci_alloc_dev_priv()
|
| H A D | hci_sync.c | 941 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
|
| /linux/drivers/md/bcache/ |
| H A D | super.c | 436 bch_bio_map(bio, c->uuids); in uuid_io() 448 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io() 451 u - c->uuids, u->uuid, u->label, in uuid_io() 468 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read() 469 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read() 538 for (u = c->uuids; in uuid_find() 539 u < c->uuids + c->nr_uuids; u++) in uuid_find() 831 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach() 1283 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach() 1543 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run() [all …]
|
| H A D | alloc.c | 557 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 558 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
| H A D | sysfs.c | 414 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE() 552 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW() 571 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
|
| H A D | bcache.h | 681 struct uuid_entry *uuids; member
|
| H A D | request.c | 621 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in CLOSURE_CALLBACK() 1151 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
| H A D | btree.c | 1782 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
| /linux/include/linux/ |
| H A D | drbd_genl.h | 212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 96 u8 (*uuids)[16]; member 563 struct list_head uuids; member 926 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear() 927 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
|
| H A D | mgmt.h | 525 __u8 uuids[][16]; member
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_nl.c | 3792 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()
|