Home
last modified time | relevance | path

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

/linux-4.1.27/fs/afs/
Dcache.c257 vnode->fid.vnode, vnode->fid.unique, vnode->status.data_version, in afs_vnode_cache_get_key()
279 vnode->fid.vnode, vnode->fid.unique, in afs_vnode_cache_get_attr()
295 vnode->fid.vnode, vnode->fid.unique, vnode->status.data_version, in afs_vnode_cache_get_aux()
298 dlen = sizeof(vnode->fid.unique) + sizeof(vnode->status.data_version); in afs_vnode_cache_get_aux()
302 memcpy(buffer, &vnode->fid.unique, sizeof(vnode->fid.unique)); in afs_vnode_cache_get_aux()
303 buffer += sizeof(vnode->fid.unique); in afs_vnode_cache_get_aux()
322 vnode->fid.vnode, vnode->fid.unique, vnode->status.data_version, in afs_vnode_cache_check_aux()
326 dlen = sizeof(vnode->fid.unique) + sizeof(vnode->status.data_version); in afs_vnode_cache_check_aux()
333 &vnode->fid.unique, in afs_vnode_cache_check_aux()
334 sizeof(vnode->fid.unique) in afs_vnode_cache_check_aux()
[all …]
Dvnode.c94 else if (vnode->fid.unique < xvnode->fid.unique) in afs_install_vnode()
96 else if (vnode->fid.unique > xvnode->fid.unique) in afs_install_vnode()
275 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique); in afs_vnode_fetch_status()
405 vnode->fid.unique, in afs_vnode_fetch_data()
462 vnode->fid.unique, in afs_vnode_create()
518 vnode->fid.unique, in afs_vnode_remove()
573 dvnode->fid.unique, in afs_vnode_link()
577 vnode->fid.unique, in afs_vnode_link()
644 vnode->fid.unique, in afs_vnode_symlink()
703 orig_dvnode->fid.unique, in afs_vnode_rename()
[all …]
Dinode.c78 inode->i_generation = vnode->fid.unique; in afs_inode_map_status()
104 inode->i_generation == data->fid.unique; in afs_iget5_test()
126 inode->i_generation = data->fid.unique; in afs_iget5_set()
154 data.fid.unique = 0; in afs_iget_autocell()
167 data.fid.unique); in afs_iget_autocell()
208 _enter(",{%x:%u.%u},,", fid->vid, fid->vnode, fid->unique); in afs_iget()
221 inode, fid->vid, fid->vnode, fid->unique); in afs_iget()
416 vnode->fid.unique, in afs_evict_inode()
Dcallback.c51 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique); in afs_init_callback_state()
162 else if (fid->unique < vnode->fid.unique) in afs_break_one_callback()
164 else if (fid->unique > vnode->fid.unique) in afs_break_one_callback()
206 callbacks->fid.unique, in afs_break_callbacks()
Dfsclient.c28 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
68 EXTRACT(status->parent.unique); in xdr_decode_AFSFetchStatus()
98 vnode->vfs_inode.i_generation = vnode->fid.unique; in xdr_decode_AFSFetchStatus()
304 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_file_status()
480 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data64()
525 bp[3] = htonl(vnode->fid.unique); in afs_fs_fetch_data()
601 *bp++ = htonl(cb->fid.unique); in afs_fs_give_up_callbacks()
698 *bp++ = htonl(vnode->fid.unique); in afs_fs_create()
787 *bp++ = htonl(vnode->fid.unique); in afs_fs_remove()
872 *bp++ = htonl(dvnode->fid.unique); in afs_fs_link()
[all …]
Ddir.c82 __be32 unique; member
306 ntohl(dire->u.unique) : DT_UNKNOWN)) { in afs_dir_iterate_block()
415 cookie->fid.unique = dtype; in afs_lookup_filldir()
453 _leave(" = 0 { vn=%u u=%u }", fid->vnode, fid->unique); in afs_do_lookup()
565 fid.unique, in afs_lookup()
646 if (fid.unique != vnode->fid.unique) { in afs_d_revalidate()
648 dentry, fid.unique, in afs_d_revalidate()
649 vnode->fid.unique, in afs_d_revalidate()
Dafs.h53 unsigned unique; /* unique ID number (file index version) */ member
Dmntpt.c61 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique); in afs_mntpt_check_symlink()
Dsuper.c328 fid.unique = 1; in afs_fill_super()
Dcmservice.c231 cb->fid.unique = ntohl(*bp++); in afs_deliver_cb_callback()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_pci.c134 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid()
139 if (!master->unique) in drm_pci_set_busid()
142 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
154 master->unique = kmalloc(master->unique_len + 1, GFP_KERNEL); in drm_pci_set_unique()
155 if (!master->unique) { in drm_pci_set_unique()
160 if (copy_from_user(master->unique, u->unique, master->unique_len)) { in drm_pci_set_unique()
165 master->unique[master->unique_len] = '\0'; in drm_pci_set_unique()
170 ret = sscanf(master->unique, "PCI:%d:%d:%d", &bus, &slot, &func); in drm_pci_set_unique()
Ddrm_platform.c79 master->unique = kasprintf(GFP_KERNEL, "platform:%s:%02d", in drm_platform_set_busid()
81 if (!master->unique) in drm_platform_set_busid()
84 master->unique_len = strlen(master->unique); in drm_platform_set_busid()
Ddrm_ioctl.c64 if (copy_to_user(u->unique, master->unique, master->unique_len)) in drm_getunique()
76 kfree(master->unique); in drm_unset_busid()
77 master->unique = NULL; in drm_unset_busid()
103 if (master->unique_len || master->unique) in drm_setunique()
131 if (master->unique != NULL) in drm_set_busid()
141 if (WARN(dev->unique == NULL, in drm_set_busid()
147 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid()
148 if (master->unique) in drm_set_busid()
149 master->unique_len = strlen(dev->unique); in drm_set_busid()
Ddrm_drv.c142 if (master->unique) { in drm_master_destroy()
143 kfree(master->unique); in drm_master_destroy()
144 master->unique = NULL; in drm_master_destroy()
647 kfree(dev->unique); in drm_dev_release()
792 kfree(dev->unique); in drm_dev_set_unique()
795 dev->unique = kvasprintf(GFP_KERNEL, fmt, ap); in drm_dev_set_unique()
798 return dev->unique ? 0 : -ENOMEM; in drm_dev_set_unique()
Ddrm_info.c57 if (master->unique) { in drm_name_info()
60 dev_name(dev->dev), master->unique); in drm_name_info()
Ddrm_ioc32.c131 u32 unique; /**< Unique name for driver instantiation */ member
148 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_getunique()
149 &u->unique)) in compat_drm_getunique()
176 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_setunique()
177 &u->unique)) in compat_drm_setunique()
/linux-4.1.27/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-bus-rbd48 The ceph unique client id that was assigned for this specific session.
68 The unique id for the rbd image. (For rbd image format 1
74 An rbd image name is unique within its pool.
78 The unique identifier for the rbd image's pool. This is
Dsysfs-firmware-sgi_uv15 machines, which each partition running a unique copy
16 of the operating system. Each partition will have a unique
Dsysfs-class-net70 Indicates the device unique identifier. Format is an hexadecimal
125 Indicates the system-wide interface unique index identifier as a
136 Indicates the system-wide interface unique index identifier a
188 Indicates the interface unique physical port identifier within
233 Indicates the unique physical switch identifier of a switch this
Dsysfs-bus-rpmsg22 a unique rpmsg address (a 32 bits integer). This way when
40 a unique rpmsg address (a 32 bits integer). This way when
Dsysfs-gpio25 /label ... (r/o) descriptive, not necessarily unique
Dsysfs-firmware-dmi18 'handle' that is supposed to be unique amongst all
46 guarantees that handles as exported are unique, and
Dsysfs-kernel-mm-ksm30 pages_unshared: how many pages unique but repeatedly checked
Dsysfs-fs-ext448 will have its blocks allocated out of its own unique
Dsysfs-ptp26 to be any kind of unique id.
Dsysfs-class-powercap15 A <control type> is a unique name under /sys/class/powercap.
Dconfigfs-usb-gadget-uvc219 guidFormat - globally unique id used to identify
Dsysfs-bus-iio81 unique to allow association with event codes. Units after
104 unique to allow association with event codes. Units after
430 unique if the output corresponds to a single channel.
492 specified and unique if the output corresponds to a single
502 specified and unique if the output corresponds to a single
/linux-4.1.27/include/linux/
Delfnote.h71 #define _ELFNOTE(size, name, unique, type, desc) \ argument
78 } _ELFNOTE_PASTE(_note_, unique) \
/linux-4.1.27/fs/coda/
Dpsdev.c118 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()
Dupcall.c699 ((union inputArgs *)buffer)->ih.unique = req->uc_unique; in coda_upcall()
755 sig_inputArgs->ih.unique = req->uc_unique; in coda_upcall()
759 sig_req->uc_unique = sig_inputArgs->ih.unique; in coda_upcall()
/linux-4.1.27/Documentation/devicetree/bindings/input/
Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Dtwl4030-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.
Dbrcm,bcm-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dpci.txt16 otherwise an unstable (across boots) unique number will be assigned.
20 number for each host bridge in the system must be unique.
Dbrcm,iproc-pcie.txt9 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
/linux-4.1.27/arch/alpha/kernel/
Dprocess.c230 current_thread_info()->pcb.unique = 0; in flush_thread()
275 childti->pcb.unique = regs->r20; in copy_thread()
333 dest[32] = ti->pcb.unique; in dump_elf_thread()
Dsmp.c313 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
319 hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwpcb->unique)); in secondary_cpu_start()
Dptrace.c114 addr = &task_thread_info(task)->pcb.unique; in get_reg_addr()
/linux-4.1.27/drivers/scsi/aacraid/
Dcommctrl.c190 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib()
212 if (context->unique == fibctx->unique) { in open_getadapter_fib()
214 fibctx->unique++; in open_getadapter_fib()
222 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib()
223 sizeof(fibctx->unique))) { in open_getadapter_fib()
267 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
408 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
Daacraid.h856 u32 unique; // unique value representing this context member
/linux-4.1.27/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
Dnfs-rdma.txt237 NOTE: use unique addresses for the client and server
/linux-4.1.27/fs/fuse/
Ddev.c363 req->in.h.unique = fuse_get_unique(fc); in flush_bg_queue()
506 req->in.h.unique = fuse_get_unique(fc); in __fuse_request_send()
625 struct fuse_req *req, u64 unique) in fuse_request_send_notify_reply() argument
630 req->in.h.unique = unique; in fuse_request_send_notify_reply()
1123 ih.unique = req->intr_unique; in fuse_read_interrupt()
1124 arg.unique = req->in.h.unique; in fuse_read_interrupt()
1173 .unique = fuse_get_unique(fc), in fuse_read_single_forget()
1204 .unique = fuse_get_unique(fc), in fuse_read_batch_forget()
1833 static struct fuse_req *request_find(struct fuse_conn *fc, u64 unique) in request_find() argument
1838 if (req->in.h.unique == unique || req->intr_unique == unique) in request_find()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dmsm-poweroff.txt5 between poweroff and restart is determined by unique power manager IC
/linux-4.1.27/include/uapi/linux/
Dfuse.h615 uint64_t unique; member
676 uint64_t unique; member
687 uint64_t unique; member
Dcoda.h297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member
306 u_int32_t unique; member
/linux-4.1.27/Documentation/ioctl/
Dioctl-decoding.txt16 unique to each driver
Dioctl-number.txt38 long as it is unique. Some devices are irregular and don't follow any
43 (1) Keeping the ioctl's globally unique helps error checking:
51 numbers are unique.
Dbotching-up-ioctls.txt180 are truly device-unique. One counterexample in the drm modeset interfaces is
192 as unique identifiers - it's how real files are told apart, too.
/linux-4.1.27/Documentation/connector/
Dconnector.txt36 idx and val are unique identifiers which must be registered in the
61 struct cb_id *id - unique connector's user identifier.
72 struct cb_id *id - unique connector's user identifier.
108 someone sends a message, they use a locally unique sequence and random
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c51 int unique; in lnet_ptl_match_type() local
53 unique = ignore_bits == 0 && in lnet_ptl_match_type()
72 if (unique) in lnet_ptl_match_type()
82 if ((lnet_ptl_is_unique(ptl) && !unique) || in lnet_ptl_match_type()
83 (lnet_ptl_is_wildcard(ptl) && unique)) in lnet_ptl_match_type()
/linux-4.1.27/Documentation/devicetree/bindings/spmi/
Dspmi.txt5 each representing a unique slave on the bus.
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_dev.h410 uint64_t unique; member
791 uint32_t unique; member
823 uint64_t unique; member
Dqxl_draw.c135 static uint64_t unique; /* we make no attempt to actually set this in qxl_palette_create_1bit() local
140 pal->unique = unique++; in qxl_palette_create_1bit()
Dqxl_display.c353 cursor->header.unique = 0; in qxl_crtc_cursor_set2()
/linux-4.1.27/arch/alpha/boot/
Dmain.c74 pcb_va->unique = 0; in pal_init()
Dbootp.c80 pcb_va->unique = 0; in pal_init()
Dbootpz.c128 pcb_va->unique = 0; in pal_init()
/linux-4.1.27/Documentation/hwmon/
Dibmpowernv21 the DT maps to an attribute file in 'sysfs'. The node exports unique 'sensor-id'
Dds162177 no unique identification for these devices. Therefore, explicit device
Dadm924033 chip MSB 5-bit address. Each chip reports a unique manufacturer
/linux-4.1.27/arch/alpha/include/asm/
Dhwrpb.h83 unsigned long unique; member
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfixed-link.txt25 - a: emulated PHY ID, choose any but but unique to the all specified
Damd-xgbe.txt30 a unique interrupt for each DMA channel - this requires an additional
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmfd.txt4 more than one non-unique yet varying hardware functionality.
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump17 be in this format, only that it's unique
Dsysfs-firmware-opal-elog8 Each error log is identified by a unique ID and will
Dsysfs-bus-firewire123 unique properties the SBP-2 attached target.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dsynopsys-dw-mshc.txt18 the slot is recommended to be slot@n where n is the unique number of the slot
81 the following format 'mshc{n}' where n is a unique number for the alias.
/linux-4.1.27/Documentation/
Dpwm.txt15 Users of the legacy PWM API use unique IDs to refer to PWM devices.
17 Instead of referring to a PWM device via its unique ID, board setup code
Dmedia-framework.txt63 - serial is a unique serial number stored as a NUL-terminated ASCII string.
65 doesn't provide a unique serial number this field must be left empty.
132 Entities are identified by a unique positive integer ID. Drivers can provide an
135 IDs manually must ensure that all IDs are unique. IDs are not guaranteed to be
Dhw_random.txt38 two unique attributes, "rng_available" and "rng_current". The
Dmagic-number.txt4 are unique.
Deisa.txt66 bus_nr : unique bus id, set by eisa_root_register
DIRQ-domain.txt10 The number of interrupt controllers registered as unique irqchips
Dsysfs-rules.txt48 - the unique key to the device at that point in time
Dkernel-doc-nano-HOWTO.txt227 "section header:" names must be unique per function (or struct,
Dthis_cpu_ops.txt300 per cpu data. Write accesses can cause unique problems due to the
Drpmsg.txt55 a unique rpmsg local address (a 32-bit integer). This way when inbound messages
Dassoc_array.txt42 (4) Index keys must be unique. Inserting an object with the same key as one
Dedac.txt621 unique drivers for their hardware systems.
Dpinctrl.txt490 Group names must be unique per pin controller, no two groups on the same
1010 The dev_name here matches to the unique device name that can be used to look
DHOWTO140 about the unique behavior of kernel maintainers.
Dkprobes.txt154 Multiple entry and return handler invocations are matched using the unique
DSubmittingPatches644 globally-unique identifier for that patch. It propagates all the way
Dkernel-parameters.txt2234 [NFS4] Specify an additional fixed unique ident-
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt38 resources such as mailboxes and doorbells. The rio_mport also includes a unique
253 If the device is an endpoint, a unique device ID is assigned to it and its value
261 hardware initialization if necessary. A RapidIO switch does not have a unique
270 For both endpoints and switches the enumerator writes a unique component tag
271 into device's Component Tag CSR. That unique value is used by the error
/linux-4.1.27/Documentation/s390/
Dkvm.txt9 This Documentation describes the unique ioctl calls to /dev/kvm, the resulting
49 page boundary. This hardware "limitation" allows us to have a few unique
/linux-4.1.27/Documentation/devicetree/bindings/power/
Drenesas,sysc-rmobile.txt35 should be unique.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dlantiq,falcon-pinumx.txt18 The name of each subnode is not important as long as it is unique; all subnodes
Dlantiq,xway-pinumx.txt18 The name of each subnode is not important as long as it is unique; all subnodes
Dpinctrl-bindings.txt36 ID. These numbers start at 0, and are contiguous. For each state ID, a unique
Dsamsung-pinctrl.txt172 the following format 'pinctrl{n}' where n is a unique number for the alias.
/linux-4.1.27/Documentation/filesystems/
Disofs.txt16 Mount options unique to the isofs filesystem.
Dext2.txt125 such as a volume name, a unique identification number, the inode size,
338 enough 4-character names to make up unique directory entries, so they
340 running out of unique filenames.
Doverlayfs.txt25 only be unique when combined with st_dev, and both of these can change
Dcoda.txt388 u_long unique; /* Keep multiple outstanding msgs distinct */
398 u_long unique; /* Keep multiple outstanding msgs distinct */
409 which we will discuss. The unique field labels the inputArg with a
410 unique number which will identify the message uniquely. A process and
Dfuse.txt129 named by a unique number.
Dxfs-self-describing-metadata.txt60 metadata object contains some form of unique identifier in a well known
Dext4.txt497 out of its own unique preallocation pool.
Dproc.txt1641 (1) mount ID: unique identifier of the mount (may be reused after umount)
/linux-4.1.27/Documentation/cgroups/
Dnet_prio.txt28 This file is read-only, and is simply informative. It contains a unique integer
Dcgroups.txt462 nameless, or has a unique name.
488 - subsys_id: a unique array index for the subsystem, indicating which
491 - name: should be initialized to a unique subsystem name. Should be
Dunified-hierarchy.txt303 - The "cgroup.procs" file is not sorted. pids will be unique unless
Dmemory.txt107 Memory is a unique resource in the sense that it is present in a limited
/linux-4.1.27/Documentation/w1/
Dw1.netlink36 __u8 id[8]; - slave unique device id
67 either 8 bytes of slave unique id in host order,
/linux-4.1.27/Documentation/arm/
Dvlocks.txt16 itself", by storing a unique number to a common memory location. The
89 to pick a unique winner, but it does not matter which CPU actually
DREADME169 entry, which must be kept unique.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi-samsung.txt60 the following format 'spi{n}' where n is a unique number for the alias.
/linux-4.1.27/Documentation/leds/
Dleds-lp5562.txt24 Unlike the LP5521/LP5523/55231, LP5562 has unique feature for the engine mux,
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt41 unique view of the fabric based on fabric zoning and array lun-masking
46 own unique view of endpoints and configuration parameters. NPIV may be
51 an entity that has a world-wide unique World Wide Port Name (wwpn) and
60 on the vport, resulting in a unique <H,C,T,L> namespace for the vport.
62 each will appear as a unique scsi_host with its own target and lun space.
Dcxgb3i.txt68 sure the ip address is unique in the network.
DChangeLog.megaraid232 and it is unique value. So, all controllers with these IOPs have to be
Dscsi_mid_low_api.txt1201 host_no - system wide unique number that is used for identifying
1237 vendor_id - a unique value that identifies the vendor supplying
DChangeLog.1992-19971156 * scsi.c (scsi_pid): New variable - gives each command a unique
DChangeLog.lpfc797 unique.
/linux-4.1.27/include/drm/
DdrmP.h366 char *unique; member
721 char *unique; /**< unique name of the device */ member
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt24 number that must be unique in cascaded configurations
/linux-4.1.27/Documentation/usb/
Dfunctionfs.txt4 unique behaviour. It may be added to an USB configuration only after
DCREDITS147 long-awaited, unique and marvelous UUSBD FAQ! Tadaaaa!!!
Dusbmon.txt113 other unique string, within reason.
Dproc_usb_info.txt200 | some unique ID, normally a bus ID (address or slot name) that
DWUSB-Design-overview.txt292 unique Wireless USB cluster through MMCs. Devices can connect to a
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt64 id contains the unique id for the adapter, isc the I/O interruption subclass
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt68 memory transactions and a unique LIODN for maintenance
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt204 value is unique for every lock-chain in the system. Also, lock
216 This problem is solved by checking any given 'locking scenario' (unique
219 calculated, which hash is unique for every lock chain. The hash value,
Dww-mutex-design.txt28 to be locked, the caller would be assigned a unique reservation id/ticket,
/linux-4.1.27/Documentation/tpm/
Dxen-tpmfront.txt14 system. Each guest gets its own unique, emulated, software TPM. However, each
/linux-4.1.27/Documentation/networking/
Dlapb-module.txt106 successful then LAPB_OK is returned. The token must be a unique identifier
107 generated by the device driver to allow for the unique identification of the
Dtimestamping.txt129 Generate a unique identifier along with each packet. A process can
137 This option associates each packet at send() with a unique
150 The option modifies field ee_data to pass an id that is unique
Darcnet-hardware.txt321 - the station address: Every ARCnet card has its own "unique" network
821 attached to the network must have an unique node ID which must be
1338 to the network must have an unique node ID which must be different from 0.
1548 to the network must have an unique node ID which must be different from 0.
1812 to the network must have an unique node ID which must not be 0.
1953 to the network must have an unique node ID which must not be 0.
2094 the network must have an unique node ID which must not be 0. Switch 1 (ID0)
2439 Each node attached to the network must have an unique node ID which
2628 Each node attached to the network must have an unique node ID which
2807 to the network must have an unique node ID which must not be 0.
[all …]
Dphonet.txt136 socket paradigm. The listening socket is bound to an unique free object
Dxfrm_sync.txt55 The unique SA is identified by the combination of xfrm_usersa_id,
Dnetconsole.txt175 sending packets. Due to these unique needs, configuration cannot
Dcan.txt657 canid_t can_id; /* unique can_id for task */
687 distinguished by the unique can_id in each BCM message. However additional
751 TX tasks the unique can_id from the message header may differ from the
971 - a unique CAN Identifier (CAN ID)
Dopenvswitch.txt138 flow identification is a unique flow identifier, or "UFID". UFIDs are optional
Dl2tp.txt76 Each tunnel and session within a tunnel is assigned a unique tunnel_id
Dphy.txt102 the bus is responsible for making its ID unique.
Dbonding.txt615 source hardware address with the unique hardware
659 curr_active_slave) while having a unique hardware
1327 module, have a unique name). This is accomplished by supplying multiple
1350 unique name in place of bond1 for each subsequent instance.
1669 TLB and ALB that require a unique MAC address for each slave.
/linux-4.1.27/include/uapi/drm/
Ddrm.h147 char __user *unique; /**< Unique name for driver instantiation */ member
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt57 Each child node should have a unique node name across all the different
/linux-4.1.27/Documentation/trace/
Dtracepoints.txt77 - subsys_eventname is an identifier unique to your event
Dftrace-design.txt193 An arch may pass in a unique value (frame pointer) to both the entering and
/linux-4.1.27/Documentation/i2c/
Dfault-codes32 cases (unless the hardware doesn't provide unique fault reports).
Dwriting-clients13 do this is to use a unique prefix for all global symbols. This is
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt96 Each pin has an unique number associated with it in regs-gpio.h,
/linux-4.1.27/Documentation/device-mapper/
Dstatistics.txt20 Each region has a corresponding unique identifier, which we call a
Dthin-provisioning.txt322 <dev id> is an arbitrary unique 24-bit identifier chosen by
328 <dev id> is an arbitrary unique 24-bit identifier chosen by
/linux-4.1.27/Documentation/vm/
Dksm.txt87 pages_unshared - how many pages unique but repeatedly checked for merging
Dpagemap.txt151 For example, to find the "unique set size" (USS), which is the amount of
Dcleancache.txt226 be unique across the lifetime of the on-disk file OR the
/linux-4.1.27/Documentation/fmc/
Dcarrier.txt78 * carrier_data: a unique pointer for the carrier.
88 * device_id: a slot-specific unique integer number.
/linux-4.1.27/Documentation/gpio/
Dsysfs.txt108 "label" ... provided for diagnostics (not always unique)
Ddriver.txt18 which is a unique number between 0 and n, n being the number of GPIOs managed by
Dgpio-legacy.txt727 "label" ... provided for diagnostics (not always unique)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress.txt43 - tile's HBI number (unique ARM's board model ID, visible on the
Dtopology.txt90 are siblings within a single common parent node must be given a unique and
Didle-states.txt261 are siblings within a single common parent must be given a unique name.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt125 @start - transaction generation number - unique id used to find transaction.
/linux-4.1.27/Documentation/serial/
Drocket.txt111 must have a unique board ID set on the dip switches. The first
/linux-4.1.27/Documentation/input/
Dff.txt102 to the unique id assigned by the driver. This data is required for performing
Dmulti-touch-protocol.txt334 unique identification of a contact maintained over an extended period of
385 The process of finger tracking, i.e., to assign a unique trackingID to each
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt257 * 01-29-01 01.01.07 Changed some defines to make them 32 character unique.
307 * character unique.
567 * unique in the first 32 characters.
/linux-4.1.27/drivers/mtd/chips/
DKconfig154 unique set of values. The rest is user-programmable.
/linux-4.1.27/drivers/mtd/devices/
DKconfig79 unique-to-each-chip bit pattern at the factory.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt269 these workarounds pose unique constraints for virtualization - requiring either
509 many problems unique to its nature as a local, potentially unstable and
510 potentially unsynchronized source. One issue which is not unique to the TSC,
/linux-4.1.27/Documentation/video4linux/
Domap3isp.txt243 space application will be an unique value associated to that request. When
Dv4l2-framework.txt293 Afterwards you need to initialize subdev->name with a unique name and set the
632 - name: set to something descriptive and unique.
/linux-4.1.27/Documentation/isdn/
DREADME.concap34 protocol which is unique to the hardware type of the interface. The LAN
DINTERFACE.CAPI56 register_appl() callback function. A unique Application ID (ApplID, u16) is
DINTERFACE20 had a unique version number. The last version, distributed separately
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt228 governor->name - A unique name for this governor
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt345 Vty-server entries in this directory are a 32 bit partition unique unit
386 numbering is only per-partition-unique so entries will frequently repeat.
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-kernel-api.txt68 additional information about the watchdog timer itself. (Like it's unique name)
/linux-4.1.27/drivers/mtd/
DKconfig94 <mtd-id> := unique id used in mapping driver/device
/linux-4.1.27/Documentation/power/
Dopp.txt54 OPP layer expects each domain to be represented by a unique device pointer. SoC
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME408 are unique if multiple server side mounts are exported under a
410 be unique if multiple filesystems are mounted under the same
421 but not all server filesystems support unique inode
DCHANGES407 provide unique inode numbers when exporting multiple volumes from under one
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt201 <subtype> will be a userspace-process-unique string to identify the
/linux-4.1.27/fs/ubifs/
Dtnc.c3134 const int unique = !is_hash_key(c, key); in is_leaf_node_in_tnc() local
3144 if (unique) in is_leaf_node_in_tnc()
/linux-4.1.27/arch/
DKconfig270 bit-mapping of each registers and a unique architecture id.
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt270 - It should return a unique instance of the
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt131 root partition uses a partition table format with unique partition
617 be unique. Default: determined at run time: If the NV-RAM checksum
/linux-4.1.27/
DREADME288 "LOCALVERSION" to append a unique suffix to the regular kernel version.
/linux-4.1.27/arch/arm/crypto/
Daes-armv4.S14 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt136 have their own unique mappings. For example, one group of systems may
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt713 log. It is also unique in allowing access to a UML from remote
968 devices. Internally, the UMLs must still get unique IPs for their eth
1023 sufficient to guarantee a unique hardware address for the device. A
2268 If you specify a unique machine id one the UML command line, i.e.
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt566 property. Real Open Firmware implementations provide a unique
578 a unique value for it.
/linux-4.1.27/Documentation/security/
DSmack.txt616 unique properties of Smack. Since invoking a program has no impact on the
Dkeys.txt50 (*) Each key is issued a serial number of type key_serial_t that is unique for
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1449 different contents, make the title of each such section unique by
1451 author or publisher of that section if known, or else a unique number.
/linux-4.1.27/net/netfilter/
DKconfig82 Normally, each connection needs to have a unique system wide
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt419 $(CC), each supporting a unique set of features and options.
/linux-4.1.27/lib/
DKconfig.debug344 1. percpu symbols must be unique whether static or not
/linux-4.1.27/arch/x86/
DKconfig2381 Add support for detecting the unique features of the OLPC