Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/Linux-v5.4/include/trace/events/
Dafs.h590 __entry->fid.unique = 0;
598 __entry->fid.unique,
624 __entry->fid.unique = 0;
632 __entry->fid.unique,
660 __entry->fid.unique = 0;
670 __entry->fid.unique,
701 __entry->fid.unique = 0;
713 __entry->fid.unique,
936 __entry->fid.unique = 0;
943 __entry->dfid.vid, __entry->dfid.vnode, __entry->dfid.unique,
[all …]
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c51 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()
/Linux-v5.4/fs/afs/
Dinode.c47 vnode->fid.unique); in dump_vnode()
52 parent_vnode->fid.unique); in dump_vnode()
181 vnode->fid.unique, in afs_apply_status()
313 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status()
390 inode->i_generation = iget_data->fid.unique; in afs_iget5_set()
419 iget_data.fid.unique = 1; in afs_iget_pseudo_dir()
422 iget_data.fid.unique = 0; in afs_iget_pseudo_dir()
435 iget_data.fid.unique); in afs_iget_pseudo_dir()
478 u32 unique; in afs_get_inode_cache() member
489 key.unique = vnode->fid.unique; in afs_get_inode_cache()
[all …]
Dfsclient.c32 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
305 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_file_status()
500 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data64()
550 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data()
654 *bp++ = htonl(dvnode->fid.unique); in afs_fs_create()
752 *bp++ = htonl(dvnode->fid.unique); in afs_fs_remove()
842 *bp++ = htonl(dvnode->fid.unique); in afs_fs_link()
852 *bp++ = htonl(vnode->fid.unique); in afs_fs_link()
945 *bp++ = htonl(dvnode->fid.unique); in afs_fs_symlink()
1060 *bp++ = htonl(orig_dvnode->fid.unique); in afs_fs_rename()
[all …]
/Linux-v5.4/drivers/gpu/drm/
Ddrm_ioctl.c125 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique()
140 kfree(master->unique); in drm_unset_busid()
141 master->unique = NULL; in drm_unset_busid()
150 if (master->unique != NULL) in drm_set_busid()
160 WARN_ON(!dev->unique); in drm_set_busid()
161 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid()
162 if (master->unique) in drm_set_busid()
163 master->unique_len = strlen(dev->unique); in drm_set_busid()
Ddrm_pci.c146 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid()
151 if (!master->unique) in drm_pci_set_busid()
154 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
Ddrm_debugfs.c63 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()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-sun5 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
Dsysfs-firmware-sgi_uv15 machines, which each partition running a unique copy
16 of the operating system. Each partition will have a unique
Dsysfs-bus-rbd88 client_id: (RO) The ceph unique client id that was assigned
92 image resides. An rbd image name is unique
110 (RO) The unique identifier for the rbd image's pool. This is a
120 image_id: (RO) The unique id for the rbd image. (For rbd
159 client_addr: (RO) The ceph unique client
/Linux-v5.4/include/linux/
Delfnote.h72 #define _ELFNOTE(size, name, unique, type, desc) \ argument
79 } _ELFNOTE_PASTE(_note_, unique) \
/Linux-v5.4/fs/coda/
Dpsdev.c116 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()
/Linux-v5.4/Documentation/devicetree/bindings/input/
Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Dgpio-matrix-keypad.txt5 placed at each intersection of a unique row and a unique column. The matrix
Dsamsung-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/Linux-v5.4/fs/fuse/
Ddev.c198 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument
200 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
263 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue()
417 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send()
573 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument
584 req->in.h.unique = unique; in fuse_simple_notify_reply()
1036 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt()
1037 arg.unique = req->in.h.unique; in fuse_read_interrupt()
1087 .unique = fuse_get_unique(fiq), in fuse_read_single_forget()
1118 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget()
[all …]
/Linux-v5.4/arch/alpha/kernel/
Dprocess.c226 current_thread_info()->pcb.unique = 0; in flush_thread()
271 childti->pcb.unique = regs->r20; in copy_thread()
330 dest[32] = ti->pcb.unique; in dump_elf_thread()
/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2.py297 (len(self.auth_policy), len(self.parameters), len(self.unique))
300 parameters='', unique=''): argument
306 self.unique = unique
316 len(self.unique),
317 self.unique)
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfs.txt22 NFSv4 requires clients to identify themselves to servers with a unique
35 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be
37 a server. Thus, if the system's node name is not unique, or it changes, its
42 anything that is believed to be unique across all NFS clients. An
/Linux-v5.4/tools/perf/Documentation/
Ddb-export.txt15 The export process provides records with unique sequential ids which allows the
27 so long as the new names are unique.
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst148 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
273 - On pad to pad links: unique ID for the source pad.
275 On interface to entity links: unique ID for the interface.
279 - On pad to pad links: unique ID for the sink pad.
281 On interface to entity links: unique ID for the entity.
/Linux-v5.4/drivers/scsi/aacraid/
Dcommctrl.c187 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib()
209 if (context->unique == fibctx->unique) { in open_getadapter_fib()
211 fibctx->unique++; in open_getadapter_fib()
219 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib()
220 sizeof(fibctx->unique))) { in open_getadapter_fib()
264 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
405 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
/Linux-v5.4/scripts/kconfig/tests/
Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports
/Linux-v5.4/include/drm/
Ddrm_auth.h78 char *unique; member

12345678910>>...12