/linux-4.4.14/fs/afs/ |
D | cache.c | 257 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 …]
|
D | vnode.c | 94 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 …]
|
D | inode.c | 78 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()
|
D | callback.c | 51 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()
|
D | fsclient.c | 28 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 …]
|
D | dir.c | 82 __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()
|
D | afs.h | 53 unsigned unique; /* unique ID number (file index version) */ member
|
D | mntpt.c | 61 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique); in afs_mntpt_check_symlink()
|
D | super.c | 328 fid.unique = 1; in afs_fill_super()
|
D | cmservice.c | 231 cb->fid.unique = ntohl(*bp++); in afs_deliver_cb_callback()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_pci.c | 134 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()
|
D | drm_platform.c | 79 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()
|
D | drm_ioctl.c | 61 if (copy_to_user(u->unique, master->unique, master->unique_len)) in drm_getunique() 73 kfree(master->unique); in drm_unset_busid() 74 master->unique = NULL; in drm_unset_busid() 100 if (master->unique_len || master->unique) in drm_setunique() 128 if (master->unique != NULL) in drm_set_busid() 138 if (WARN(dev->unique == NULL, in drm_set_busid() 144 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 145 if (master->unique) in drm_set_busid() 146 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
D | drm_info.c | 57 if (master->unique) { in drm_name_info() 60 dev_name(dev->dev), master->unique); in drm_name_info()
|
D | drm_drv.c | 133 kfree(master->unique); in drm_master_destroy() 669 kfree(dev->unique); in drm_dev_release() 812 kfree(dev->unique); in drm_dev_set_unique() 815 dev->unique = kvasprintf(GFP_KERNEL, fmt, ap); in drm_dev_set_unique() 818 return dev->unique ? 0 : -ENOMEM; in drm_dev_set_unique()
|
D | drm_ioc32.c | 131 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.4.14/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-bus-rbd | 48 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
|
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-class-net | 89 Indicates the device unique identifier. Format is an hexadecimal 144 Indicates the system-wide interface unique index identifier as a 155 Indicates the system-wide interface unique index identifier a 207 Indicates the interface unique physical port identifier within 252 Indicates the unique physical switch identifier of a switch this
|
D | sysfs-bus-rpmsg | 22 a unique rpmsg address (a 32 bits integer). This way when 40 a unique rpmsg address (a 32 bits integer). This way when
|
D | sysfs-gpio | 26 /label ... (r/o) descriptive, not necessarily unique
|
D | sysfs-firmware-dmi-entries | 18 'handle' that is supposed to be unique amongst all 46 guarantees that handles as exported are unique, and
|
D | sysfs-kernel-mm-ksm | 30 pages_unshared: how many pages unique but repeatedly checked
|
D | sysfs-fs-ext4 | 48 will have its blocks allocated out of its own unique
|
D | sysfs-ptp | 26 to be any kind of unique id.
|
D | sysfs-class-powercap | 15 A <control type> is a unique name under /sys/class/powercap.
|
D | configfs-usb-gadget-uvc | 219 guidFormat - globally unique id used to identify
|
D | sysfs-bus-iio | 83 unique to allow association with event codes. Units after 111 unique to allow association with event codes. Units after 472 unique if the output corresponds to a single channel. 534 specified and unique if the output corresponds to a single 544 specified and unique if the output corresponds to a single
|
/linux-4.4.14/include/linux/ |
D | elfnote.h | 71 #define _ELFNOTE(size, name, unique, type, desc) \ argument 78 } _ELFNOTE_PASTE(_note_, unique) \
|
/linux-4.4.14/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()
|
D | upcall.c | 699 ((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.4.14/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
|
D | samsung-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
D | brcm,bcm-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
/linux-4.4.14/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.
|
D | brcm,iproc-pcie.txt | 9 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
|
/linux-4.4.14/arch/alpha/kernel/ |
D | process.c | 230 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()
|
D | smp.c | 313 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start() 319 hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwpcb->unique)); in secondary_cpu_start()
|
D | ptrace.c | 114 addr = &task_thread_info(task)->pcb.unique; in get_reg_addr()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commctrl.c | 190 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()
|
D | aacraid.h | 861 u32 unique; // unique value representing this context member
|
/linux-4.4.14/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
|
D | nfs-rdma.txt | 237 NOTE: use unique addresses for the client and server
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 366 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue() 489 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send() 621 struct fuse_req *req, u64 unique) in fuse_request_send_notify_reply() argument 627 req->in.h.unique = unique; in fuse_request_send_notify_reply() 1096 ih.unique = req->intr_unique; in fuse_read_interrupt() 1097 arg.unique = req->in.h.unique; in fuse_read_interrupt() 1146 .unique = fuse_get_unique(fiq), in fuse_read_single_forget() 1177 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget() 1825 static struct fuse_req *request_find(struct fuse_pqueue *fpq, u64 unique) in request_find() argument 1830 if (req->in.h.unique == unique || req->intr_unique == unique) in request_find() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | msm-poweroff.txt | 5 between poweroff and restart is determined by unique power manager IC
|
/linux-4.4.14/include/uapi/linux/ |
D | fuse.h | 615 uint64_t unique; member 676 uint64_t unique; member 687 uint64_t unique; member
|
D | coda.h | 297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member 306 u_int32_t unique; member
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-decoding.txt | 16 unique to each driver
|
D | ioctl-number.txt | 38 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.
|
D | botching-up-ioctls.txt | 180 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.4.14/Documentation/connector/ |
D | connector.txt | 36 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.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 51 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.4.14/Documentation/devicetree/bindings/spmi/ |
D | spmi.txt | 5 each representing a unique slave on the bus.
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 410 uint64_t unique; member 791 uint32_t unique; member 823 uint64_t unique; member
|
D | qxl_draw.c | 135 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()
|
D | qxl_display.c | 361 cursor->header.unique = 0; in qxl_crtc_cursor_set2()
|
/linux-4.4.14/arch/alpha/boot/ |
D | bootp.c | 80 pcb_va->unique = 0; in pal_init()
|
D | main.c | 74 pcb_va->unique = 0; in pal_init()
|
D | bootpz.c | 128 pcb_va->unique = 0; in pal_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | msi.txt | 96 /* Each device has some unique ID */ 104 /* Each device has some unique ID */
|
/linux-4.4.14/Documentation/hwmon/ |
D | ibmpowernv | 21 the DT maps to an attribute file in 'sysfs'. The node exports unique 'sensor-id'
|
D | ds1621 | 77 no unique identification for these devices. Therefore, explicit device
|
D | adm9240 | 33 chip MSB 5-bit address. Each chip reports a unique manufacturer
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | hwrpb.h | 83 unsigned long unique; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | mfd.txt | 4 more than one non-unique yet varying hardware functionality.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 27 - a: emulated PHY ID, choose any but but unique to the all specified
|
D | amd-xgbe.txt | 33 a unique interrupt for each DMA channel - this requires an additional
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 17 be in this format, only that it's unique
|
D | sysfs-firmware-opal-elog | 8 Each error log is identified by a unique ID and will
|
D | sysfs-bus-firewire | 123 unique properties the SBP-2 attached target.
|
/linux-4.4.14/Documentation/ |
D | pwm.txt | 15 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
|
D | media-framework.txt | 63 - 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
|
D | hw_random.txt | 38 two unique attributes, "rng_available" and "rng_current". The
|
D | eisa.txt | 66 bus_nr : unique bus id, set by eisa_root_register
|
D | magic-number.txt | 4 are unique.
|
D | sysfs-rules.txt | 48 - the unique key to the device at that point in time
|
D | IRQ-domain.txt | 10 The number of interrupt controllers registered as unique irqchips
|
D | this_cpu_ops.txt | 300 per cpu data. Write accesses can cause unique problems due to the
|
D | kernel-doc-nano-HOWTO.txt | 227 "section header:" names must be unique per function (or struct,
|
D | rpmsg.txt | 55 a unique rpmsg local address (a 32-bit integer). This way when inbound messages
|
D | assoc_array.txt | 42 (4) Index keys must be unique. Inserting an object with the same key as one
|
D | pinctrl.txt | 490 Group names must be unique per pin controller, no two groups on the same 1021 The dev_name here matches to the unique device name that can be used to look
|
D | edac.txt | 590 unique drivers for their hardware systems.
|
D | HOWTO | 140 about the unique behavior of kernel maintainers.
|
D | kprobes.txt | 154 Multiple entry and return handler invocations are matched using the unique
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | synopsys-dw-mshc.txt | 18 the slot is recommended to be slot@n where n is the unique number of the slot 87 the following format 'mshc{n}' where n is a unique number for the alias.
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 38 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.4.14/Documentation/networking/ |
D | switchdev.txt | 95 Udev rules should be used for port netdev naming, using some unique attribute 104 into 4 10G ports, resulting in 4 port netdevs, the device can give a unique 119 physical ID for each port of a switch. The ID must be unique between switches 120 on the same system. The ID does not need to be unique between switches on 292 The driver can use switchdev_port_fwd_mark_set() to set a globally unique mark
|
D | lapb-module.txt | 106 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
|
D | timestamping.txt | 129 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
|
D | arcnet-hardware.txt | 321 - 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 …]
|
D | xfrm_sync.txt | 55 The unique SA is identified by the combination of xfrm_usersa_id,
|
D | phonet.txt | 136 socket paradigm. The listening socket is bound to an unique free object
|
D | netconsole.txt | 208 sending packets. Due to these unique needs, configuration cannot
|
D | pktgen.txt | 72 be unique.
|
D | can.txt | 660 canid_t can_id; /* unique can_id for task */ 690 distinguished by the unique can_id in each BCM message. However additional 754 TX tasks the unique can_id from the message header may differ from the 974 - a unique CAN Identifier (CAN ID)
|
D | openvswitch.txt | 138 flow identification is a unique flow identifier, or "UFID". UFIDs are optional
|
D | vrf.txt | 6 tenant has their own unique routing tables and in the very least need
|
D | l2tp.txt | 76 Each tunnel and session within a tunnel is assigned a unique tunnel_id
|
D | phy.txt | 102 the bus is responsible for making its ID unique.
|
D | bonding.txt | 652 source hardware address with the unique hardware 696 curr_active_slave) while having a unique hardware 1364 module, have a unique name). This is accomplished by supplying multiple 1387 unique name in place of bond1 for each subsequent instance. 1753 TLB and ALB that require a unique MAC address for each slave.
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | renesas,sysc-rmobile.txt | 35 should be unique.
|
/linux-4.4.14/Documentation/filesystems/ |
D | isofs.txt | 16 Mount options unique to the isofs filesystem.
|
D | ext2.txt | 125 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.
|
D | overlayfs.txt | 26 only be unique when combined with st_dev, and both of these can change
|
D | coda.txt | 388 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
|
D | fuse.txt | 129 named by a unique number.
|
D | xfs-self-describing-metadata.txt | 60 metadata object contains some form of unique identifier in a well known
|
D | ext4.txt | 497 out of its own unique preallocation pool.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-falcon.txt | 18 The name of each subnode is not important as long as it is unique; all subnodes
|
D | lantiq,pinctrl-xway.txt | 18 The name of each subnode is not important as long as it is unique; all subnodes
|
D | pinctrl-bindings.txt | 36 ID. These numbers start at 0, and are contiguous. For each state ID, a unique
|
D | samsung-pinctrl.txt | 172 the following format 'pinctrl{n}' where n is a unique number for the alias.
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_prio.txt | 28 This file is read-only, and is simply informative. It contains a unique integer
|
D | cgroups.txt | 462 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
|
D | unified-hierarchy.txt | 366 - The "cgroup.procs" file is not sorted. pids will be unique unless
|
D | memory.txt | 107 Memory is a unique resource in the sense that it is present in a limited
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 16 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
|
D | README | 169 entry, which must be kept unique.
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 36 __u8 id[8]; - slave unique device id 67 either 8 bytes of slave unique id in host order,
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp5562.txt | 24 Unlike the LP5521/LP5523/55231, LP5562 has unique feature for the engine mux,
|
D | leds-class-flash.txt | 49 * dev_name - the name of the media entity, unique in the system,
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-samsung.txt | 60 the following format 'spi{n}' where n is a unique number for the alias.
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 41 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.
|
D | cxgb3i.txt | 68 sure the ip address is unique in the network.
|
D | ChangeLog.megaraid | 232 and it is unique value. So, all controllers with these IOPs have to be
|
D | scsi_mid_low_api.txt | 1201 host_no - system wide unique number that is used for identifying 1237 vendor_id - a unique value that identifies the vendor supplying
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 384 char *unique; member 744 char *unique; /**< unique name of the device */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 68 memory transactions and a unique LIODN for maintenance
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 64 id contains the unique id for the adapter, isc the I/O interruption subclass
|
/linux-4.4.14/Documentation/usb/ |
D | functionfs.txt | 4 unique behaviour. It may be added to an USB configuration only after
|
D | CREDITS | 147 long-awaited, unique and marvelous UUSBD FAQ! Tadaaaa!!!
|
D | usbmon.txt | 113 other unique string, within reason.
|
D | proc_usb_info.txt | 200 | some unique ID, normally a bus ID (address or slot name) that
|
D | WUSB-Design-overview.txt | 292 unique Wireless USB cluster through MMCs. Devices can connect to a
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 204 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,
|
D | ww-mutex-design.txt | 28 to be locked, the caller would be assigned a unique reservation id/ticket,
|
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 24 number that must be unique in cascaded configurations
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 46 video access. Thus, the only s-Par-unique support that is necessary to 166 denoting virtual bus #<n>. A unique s-Par channel exists for each such 175 denoting virtual device #<y> outboard of virtual bus #<x>. A unique s-Par
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 7 which is assigned a unique pair of master and channel. While some of
|
D | tracepoints.txt | 77 - subsys_eventname is an identifier unique to your event
|
D | ftrace-design.txt | 193 An arch may pass in a unique value (frame pointer) to both the entering and
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 14 system. Each guest gets its own unique, emulated, software TPM. However, each
|
/linux-4.4.14/include/uapi/drm/ |
D | drm.h | 147 char __user *unique; /**< Unique name for driver instantiation */ member
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 96 Each pin has an unique number associated with it in regs-gpio.h,
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 60 normal IRQ chip), but on others, they are controlled in unique and interesting
|
/linux-4.4.14/Documentation/vm/ |
D | ksm.txt | 87 pages_unshared - how many pages unique but repeatedly checked for merging
|
D | pagemap.txt | 168 For example, to find the "unique set size" (USS), which is the amount of
|
D | cleancache.txt | 226 be unique across the lifetime of the on-disk file OR the
|
/linux-4.4.14/Documentation/i2c/ |
D | fault-codes | 32 cases (unless the hardware doesn't provide unique fault reports).
|
D | writing-clients | 13 do this is to use a unique prefix for all global symbols. This is
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 57 Each child node should have a unique node name across all the different
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 107 "label" ... provided for diagnostics (not always unique)
|
D | driver.txt | 18 which is a unique number between 0 and n, n being the number of GPIOs managed by
|
D | gpio-legacy.txt | 727 "label" ... provided for diagnostics (not always unique)
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 78 * carrier_data: a unique pointer for the carrier. 88 * device_id: a slot-specific unique integer number.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 55 a trace that this transfer is done. The "well known" is unique per
|
D | provider.txt | 270 - It should return a unique instance of the
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 43 - tile's HBI number (unique ARM's board model ID, visible on the
|
D | topology.txt | 90 are siblings within a single common parent node must be given a unique and
|
D | idle-states.txt | 261 are siblings within a single common parent must be given a unique name.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 329 <dev id> is an arbitrary unique 24-bit identifier chosen by 335 <dev id> is an arbitrary unique 24-bit identifier chosen by
|
D | statistics.txt | 25 Each region has a corresponding unique identifier, which we call a
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 125 @start - transaction generation number - unique id used to find transaction.
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 29 API-d-add-unique
|
D | networking.xml.db | 43 API-pskb-trim-unique
|
D | gpu.xml.db | 7 API-drm-dev-set-unique
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 102 to the unique id assigned by the driver. This data is required for performing
|
D | multi-touch-protocol.txt | 334 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.4.14/Documentation/serial/ |
D | rocket.txt | 111 must have a unique board ID set on the dip switches. The first
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 257 * 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.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 192 BLK-namespace can be configured with a BTT with unique atomic sector 225 socket. Each unique interface (BLK or PMEM) to DPA space is identified 472 Sample region retrieval routines based on NFIT-unique data like
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 155 unique set of values. The rest is user-programmable.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 269 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.4.14/Documentation/video4linux/ |
D | omap3isp.txt | 243 space application will be an unique value associated to that request. When
|
D | v4l2-framework.txt | 293 Afterwards you need to initialize subdev->name with a unique name and set the 632 - name: set to something descriptive and unique.
|
/linux-4.4.14/drivers/mtd/devices/ |
D | Kconfig | 79 unique-to-each-chip bit pattern at the factory.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 34 protocol which is unique to the hardware type of the interface. The LAN
|
D | INTERFACE.CAPI | 56 register_appl() callback function. A unique Application ID (ApplID, u16) is
|
D | INTERFACE | 20 had a unique version number. The last version, distributed separately
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 228 governor->name - A unique name for this governor
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 345 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.
|
D | cxlflash.txt | 81 scsi block devices (/dev/sdb, /dev/sdc etc.) for each unique LUN
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 94 <mtd-id> := unique id used in mapping driver/device
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 73 additional information about the watchdog timer itself. (Like it's unique name)
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 54 OPP layer expects each domain to be represented by a unique device pointer. SoC
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 661 Correctly maps vendor unique volume up/down HID usages to 663 of other vendor unique HID usages to random mouse events.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 408 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
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 201 <subtype> will be a userspace-process-unique string to identify the
|
/linux-4.4.14/fs/ubifs/ |
D | tnc.c | 3133 const int unique = !is_hash_key(c, key); in is_leaf_node_in_tnc() local 3143 if (unique) in is_leaf_node_in_tnc()
|
/linux-4.4.14/arch/ |
D | Kconfig | 282 bit-mapping of each registers and a unique architecture id.
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 131 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.4.14/ |
D | README | 288 "LOCALVERSION" to append a unique suffix to the regular kernel version.
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-armv4.S | 14 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 136 have their own unique mappings. For example, one group of systems may
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 713 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.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 566 property. Real Open Firmware implementations provide a unique 578 a unique value for it.
|