/linux-4.1.27/arch/mips/fw/arc/ |
D | salone.c | 10 LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr) in ArcLoad() argument 12 return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr); in ArcLoad() 21 LONG __init ArcExecute(CHAR *Path, LONG Argc, CHAR *Argv[], CHAR *Envp[]) in ArcExecute() argument 23 return ARC_CALL4(exec, Path, Argc, Argv, Envp); in ArcExecute()
|
D | file.c | 23 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() argument 25 return ARC_CALL3(open, Path, OpenMode, FileID); in ArcOpen()
|
D | tree.c | 62 ArcGetComponent(CHAR *Path) in ArcGetComponent() argument 64 return (pcomponent *)ARC_CALL1(component_by_path, Path); in ArcGetComponent()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | README | 74 Path: /sys/kernel/debug/libertas_wireless/ethX/registers/ 97 Path: /sys/kernel/debug/libertas_wireless/ethX/ 117 Path: /sys/kernel/debug/libertas_wireless/ethX/subscribed_events/ 167 Path: /sys/kernel/debug/libertas_wireless/ethX/ 181 Path: /sys/kernel/debug/libertas_wireless/ethX/ 190 Path: /sys/kernel/debug/libertas_wireless/ethX/ 233 Path: /sys/kernel/debug/libertas_wireless/ethX/
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-uevent.txt | 44 Value: Path name in the form of "Major:Minor" 67 1.) Path failure. 83 2.) Path reinstate.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 18 Description: This file contains the current status of the "SSD Smart Path" 20 driver. SSD Smart Path, when enabled permits the driver to
|
/linux-4.1.27/Documentation/ |
D | btmrvl.txt | 11 Path: /debug/btmrvl/config/ 74 Path: /debug/btmrvl/status/
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 565 ; Fast Path return to user mode if no pending work 570 ; --- (Slow Path #1) task preemption --- 578 ; --- (Slow Path #2) pending signal --- 608 ; --- (Slow Path #3) notify_resume --- 669 ; Level 2 interrupt return Path - from hardware standpoint
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 33 3. Path domain - audio subsystem signal paths 113 2.2 Path Domain Widgets 116 Path domain widgets have a ability to control or affect the audio signal or 219 Destination Widget <=== Path Name <=== Source Widget 223 Sink, Path, Source
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 22 the child array. See Path Compression. 24 Path Compression / skipped bits 30 deviations. These "skipped bits" constitute Path Compression.
|
D | ip-sysctl.txt | 19 Disable Path MTU Discovery. If enabled in mode 1 and a 25 In mode 2 incoming Path MTU Discovery messages will be 44 default 552 - minimum discovered Path MTU 223 Path MTU discovery (MTU probing). If MTU probing is enabled, 385 Controls TCP Packetization-Layer Path MTU Discovery. Takes three 392 Controls how often to start TCP Packetization-Layer Path MTU 397 Controls when TCP Packetization-Layer Path MTU Discovery probing 1023 1 - Strict mode as defined in RFC3704 Strict Reverse Path 1027 2 - Loose mode as defined in RFC3704 Loose Reverse Path
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptscsih.c | 2158 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_is_phys_disk() 2169 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2172 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2175 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_is_phys_disk() 2176 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_is_phys_disk() 2236 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_raid_id_to_num() 2247 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2250 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2253 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_raid_id_to_num() 2254 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_raid_id_to_num()
|
D | mptbase.c | 5914 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID; in mpt_raid_phys_disk_pg1() 5915 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus; in mpt_raid_phys_disk_pg1() 5916 phys_disk->Path[i].OwnerIdentifier = in mpt_raid_phys_disk_pg1() 5917 buffer->Path[i].OwnerIdentifier; in mpt_raid_phys_disk_pg1() 5918 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags); in mpt_raid_phys_disk_pg1() 5919 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5921 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5923 &buffer->Path[i].OwnerWWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5925 memcpy(&phys_disk->Path[i].OwnerWWID, in mpt_raid_phys_disk_pg1()
|
D | mptsas.c | 4163 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptsas_find_phyinfo_by_phys_disk_num() 4169 if ((phys_disk->Path[i].Flags & 1) != 0) in mptsas_find_phyinfo_by_phys_disk_num() 4172 if ((id == phys_disk->Path[i].PhysDiskID) && in mptsas_find_phyinfo_by_phys_disk_num() 4173 (channel == phys_disk->Path[i].PhysDiskBus)) { in mptsas_find_phyinfo_by_phys_disk_num() 4174 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 1 Path walking and name lookup locking 4 Path resolution is the finding a dentry corresponding to a path name string, by 15 Path walking synchronisation history: 39 Path walking overview 66 Path walking then must, broadly, do several particular things: 212 Path walking code now has two distinct modes, ref-walk and rcu-walk. ref-walk
|
D | affs.txt | 78 prefix=path Path will be prefixed to every absolute path name of
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-annotate.txt | 91 Path to objdump binary.
|
D | perf-top.txt | 66 Path to vmlinux. Required for annotation functionality.
|
D | perf-report.txt | 285 Path to objdump binary.
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 56 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3 257 ARCFP_CODE ;Fast Path Code, candidate for ICCM
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 179 variables (PDC non volatile variables such as Primary Boot Path, 180 Console Path, Autoboot, Autosearch, etc) through SysFS.
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_protocol.txt | 120 | 256 | | path: Path of the device on the host exporting the 202 | 256 | | path: Path of the device on the host exporting the
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
|
D | qman.txt | 13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan
|
/linux-4.1.27/block/ |
D | Kconfig | 88 T10/SCSI Data Integrity Field or the T13/ATA External Path
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 196 Single Cycle RAMS to store Fast Path Code 207 Single Cycle RAMS to store Fast Path Data
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 27 High Speed Data Path Configuration: 35 Job Ring Data Path Configuration:
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 29 PATH : Path to an executable or a library.
|
/linux-4.1.27/Documentation/fb/ |
D | uvesafb.txt | 149 Path to the v86d executable. v86d is started by uvesafb
|
/linux-4.1.27/drivers/md/ |
D | Kconfig | 389 tristate "I/O Path Selector based on the number of in-flight I/Os" 398 tristate "I/O Path Selector based on the service time"
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dcsr.txt | 207 Data Path Debug controller
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 13 as SATA/T13 (External Path Protection) try to remedy this by adding
|
/linux-4.1.27/Documentation/hid/ |
D | hid-transport.txt | 298 2.3) Data Path
|
/linux-4.1.27/drivers/mfd/ |
D | Kconfig | 1162 Path and Battery Charger. The device provides five configurable 1165 Power Path from USB, 32K clock generator.
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 2472 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 707 Path and Battery Charger. It has 5 configurable step-down
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 52 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 10 use File::Path qw(mkpath);
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1326 of these, made up of a CHPID (Channel Path ID, the most significant 8 bits) and 1397 || Bus & Tag Channel Path || ESCON 1399 || || || || Path
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 299 Path for the hotplug policy agent.
|