/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
D | virtgpu_drv.c | 52 char unique[20]; in virtio_gpu_pci_quirk() local 93 snprintf(unique, sizeof(unique), "pci:%s", pname); in virtio_gpu_pci_quirk() 94 return drm_dev_set_unique(dev, unique); in virtio_gpu_pci_quirk()
|
/kernel/linux/linux-5.10/fs/afs/ |
D | inode.c | 45 vnode->fid.unique); in dump_vnode() 50 parent_vnode->fid.unique); in dump_vnode() 68 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_inode_init_from_status() 164 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_apply_status() 173 vnode->fid.unique, in afs_apply_status() 345 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status() 374 fid->unique == vnode->fid.unique); in afs_ilookup5_test_by_fid() 404 inode->i_generation = vnode->fid.unique; in afs_iget5_set() 416 u32 unique; in afs_get_inode_cache() member 427 key.unique = vnode->fid.unique; in afs_get_inode_cache() [all …]
|
D | fsclient.c | 26 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid() 290 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_status() 466 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data64() 502 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data() 574 *bp++ = htonl(dvp->fid.unique); in afs_fs_create_file() 627 *bp++ = htonl(dvp->fid.unique); in afs_fs_make_dir() 706 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_file() 753 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_dir() 830 *bp++ = htonl(dvp->fid.unique); in afs_fs_link() 840 *bp++ = htonl(vp->fid.unique); in afs_fs_link() [all …]
|
D | dynroot.c | 37 inode->i_generation = fid->unique; in afs_iget5_pseudo_set() 58 fid.unique = 1; in afs_iget_pseudo_dir() 61 fid.unique = 0; in afs_iget_pseudo_dir() 72 inode, inode->i_ino, fid.vid, fid.vnode, fid.unique); in afs_iget_pseudo_dir()
|
D | callback.c | 114 if (fid->vnode == 0 && fid->unique == 0) { in afs_break_one_callback() 161 cbb->fid.unique); in afs_break_some_callbacks()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | afs.h | 772 __entry->fid.unique = 0; 780 __entry->fid.unique, 806 __entry->fid.unique = 0; 814 __entry->fid.unique, 841 __entry->fid.unique = 0; 851 __entry->fid.unique, 880 __entry->fid.unique = 0; 892 __entry->fid.unique, 1104 __entry->dfid.vid, __entry->dfid.vnode, __entry->dfid.unique, 1106 __entry->fid.vnode, __entry->fid.unique) [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_ioctl.c | 126 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique() 141 kfree(master->unique); in drm_unset_busid() 142 master->unique = NULL; in drm_unset_busid() 151 if (master->unique != NULL) in drm_set_busid() 161 WARN_ON(!dev->unique); in drm_set_busid() 162 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 163 if (master->unique) in drm_set_busid() 164 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
D | drm_pci.c | 115 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid() 120 if (!master->unique) in drm_pci_set_busid() 123 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
|
D | drm_debugfs.c | 63 if (master && master->unique) in drm_name_info() 64 seq_printf(m, " master=%s", master->unique); in drm_name_info() 65 if (dev->unique) in drm_name_info() 66 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-sun | 5 The file contains a Slot-unique ID which provided by the _SUN 9 "The _SUN value is required to be unique among the slots of
|
D | sysfs-firmware-sgi_uv | 15 machines, which each partition running a unique copy 16 of the operating system. Each partition will have a unique
|
D | sysfs-bus-rbd | 94 client_id (RO) The ceph unique client id that was assigned 98 image resides. An rbd image name is unique 117 (RO) The unique identifier for the rbd image's pool. This is a 128 image_id (RO) The unique id for the rbd image. (For rbd 169 client_addr (RO) The ceph unique client
|
/kernel/linux/linux-5.10/include/linux/ |
D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 79 } _ELFNOTE_PASTE(_note_, unique) \
|
/kernel/linux/linux-5.10/fs/coda/ |
D | psdev.c | 116 hdr.opcode, hdr.unique); in coda_psdev_write() 122 hdr.opcode, hdr.unique); in coda_psdev_write() 154 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write() 164 __func__, hdr.opcode, hdr.unique); in coda_psdev_write() 173 hdr.opcode, hdr.unique); in coda_psdev_write()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
D | omap-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
D | twl4030-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
D | gpio-matrix-keypad.txt | 5 placed at each intersection of a unique row and a unique column. The matrix
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | dev.c | 202 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument 204 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash() 267 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue() 424 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send() 586 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument 597 req->in.h.unique = unique; in fuse_simple_notify_reply() 1073 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt() 1074 arg.unique = req->in.h.unique; in fuse_read_interrupt() 1124 .unique = fuse_get_unique(fiq), in fuse_read_single_forget() 1155 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget() [all …]
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | process.c | 225 current_thread_info()->pcb.unique = 0; in flush_thread() 269 childti->pcb.unique = tls; in copy_thread() 328 dest[32] = ti->pcb.unique; in dump_elf_thread()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
D | tpm2.py | 297 (len(self.auth_policy), len(self.parameters), len(self.unique)) 301 unique=bytes()): argument 307 self.unique = unique 317 len(self.unique), 318 self.unique)
|
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
D | nfs-client.rst | 25 NFSv4 requires clients to identify themselves to servers with a unique 38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be 40 a server. Thus, if the system's node name is not unique, or it changes, its 45 anything that is believed to be unique across all NFS clients. An
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | db-export.txt | 15 The export process provides records with unique sequential ids which allows the 27 so long as the new names are unique.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-g-topology.rst | 139 - Entity name as an UTF-8 NULL-terminated string. This name must be unique 261 - On pad to pad links: unique ID for the source pad. 263 On interface to entity links: unique ID for the interface. 267 - On pad to pad links: unique ID for the sink pad. 269 On interface to entity links: unique ID for the entity.
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
D | commctrl.c | 188 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib() 210 if (context->unique == fibctx->unique) { in open_getadapter_fib() 212 fibctx->unique++; in open_getadapter_fib() 220 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib() 221 sizeof(fibctx->unique))) { in open_getadapter_fib() 281 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib() 422 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports
|