/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_drm_bus.c | 65 char unique[20]; in drm_virtio_init() local 74 snprintf(unique, sizeof(unique), "pci:%s", pname); in drm_virtio_init() 75 ret = drm_dev_set_unique(dev, unique); in drm_virtio_init()
|
/Linux-v4.19/fs/afs/ |
D | inode.c | 105 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status() 132 inode->i_generation == data->fid.unique; in afs_iget5_test() 154 inode->i_generation = data->fid.unique; in afs_iget5_set() 182 data.fid.unique = 1; in afs_iget_pseudo_dir() 185 data.fid.unique = 0; in afs_iget_pseudo_dir() 198 data.fid.unique); in afs_iget_pseudo_dir() 243 u32 unique; in afs_get_inode_cache() member 254 key.unique = vnode->fid.unique; in afs_get_inode_cache() 280 _enter(",{%x:%u.%u},,", fid->vid, fid->vnode, fid->unique); in afs_iget() 293 inode, fid->vid, fid->vnode, fid->unique); in afs_iget() [all …]
|
D | fsclient.c | 43 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid() 176 vnode->fid.unique, in xdr_decode_AFSFetchStatus() 454 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_file_status() 662 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data64() 707 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data() 805 *bp++ = htonl(vnode->fid.unique); in afs_fs_create() 901 *bp++ = htonl(vnode->fid.unique); in afs_fs_remove() 984 *bp++ = htonl(dvnode->fid.unique); in afs_fs_link() 994 *bp++ = htonl(vnode->fid.unique); in afs_fs_link() 1081 *bp++ = htonl(vnode->fid.unique); in afs_fs_symlink() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_info.c | 60 if (master && master->unique) in drm_name_info() 61 seq_printf(m, " master=%s", master->unique); in drm_name_info() 62 if (dev->unique) in drm_name_info() 63 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
|
D | drm_ioctl.c | 118 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique() 133 kfree(master->unique); in drm_unset_busid() 134 master->unique = NULL; in drm_unset_busid() 143 if (master->unique != NULL) in drm_set_busid() 153 WARN_ON(!dev->unique); in drm_set_busid() 154 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 155 if (master->unique) in drm_set_busid() 156 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
D | drm_pci.c | 141 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid() 146 if (!master->unique) in drm_pci_set_busid() 149 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
|
/Linux-v4.19/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 | 88 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-v4.19/include/linux/ |
D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 79 } _ELFNOTE_PASTE(_note_, unique) \
|
/Linux-v4.19/fs/coda/ |
D | psdev.c | 118 hdr.opcode, hdr.unique); in coda_psdev_write() 124 hdr.opcode, hdr.unique); in coda_psdev_write() 152 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write() 162 __func__, hdr.opcode, hdr.unique); in coda_psdev_write() 171 hdr.opcode, hdr.unique); in coda_psdev_write()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | twl4030-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
D | omap-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
|
D | samsung-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 16 otherwise an unstable (across boots) unique number will be assigned. 20 number for each host bridge in the system must be unique.
|
/Linux-v4.19/arch/alpha/kernel/ |
D | process.c | 226 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-v4.19/include/trace/events/ |
D | afs.h | 300 __entry->fid.unique = 0; 308 __entry->fid.unique, 523 __field(unsigned int, unique ) 537 __entry->unique = dvnode->fid.unique; 549 __entry->vnode, __entry->unique,
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs.txt | 22 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-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-g-topology.rst | 140 - Entity name as an UTF-8 NULL-terminated string. This name must be unique 265 - On pad to pad links: unique ID for the source pad. 267 On interface to entity links: unique ID for the interface. 271 - On pad to pad links: unique ID for the sink pad. 273 On interface to entity links: unique ID for the entity.
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | commctrl.c | 202 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib() 224 if (context->unique == fibctx->unique) { in open_getadapter_fib() 226 fibctx->unique++; in open_getadapter_fib() 234 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib() 235 sizeof(fibctx->unique))) { in open_getadapter_fib() 279 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib() 420 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
|
/Linux-v4.19/fs/fuse/ |
D | dev.c | 365 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue() 487 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send() 618 struct fuse_req *req, u64 unique) in fuse_request_send_notify_reply() argument 624 req->in.h.unique = unique; in fuse_request_send_notify_reply() 1092 ih.unique = req->intr_unique; in fuse_read_interrupt() 1093 arg.unique = req->in.h.unique; in fuse_read_interrupt() 1142 .unique = fuse_get_unique(fiq), in fuse_read_single_forget() 1173 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget() 1793 static struct fuse_req *request_find(struct fuse_pqueue *fpq, u64 unique) in request_find() argument 1798 if (req->in.h.unique == unique || req->intr_unique == unique) in request_find() [all …]
|
/Linux-v4.19/scripts/kconfig/tests/ |
D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports
|
/Linux-v4.19/include/drm/ |
D | drm_auth.h | 72 char *unique; member
|
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/ |
D | msm-poweroff.txt | 5 between poweroff and restart is determined by unique power manager IC
|