Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 44 of 44) sorted by relevance

/linux-4.4.14/arch/mips/fw/arc/
Dsalone.c10 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()
Dfile.c23 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() argument
25 return ARC_CALL3(open, Path, OpenMode, FileID); in ArcOpen()
Dtree.c62 ArcGetComponent(CHAR *Path) in ArcGetComponent() argument
64 return (pcomponent *)ARC_CALL1(component_by_path, Path); in ArcGetComponent()
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME74 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.4.14/Documentation/device-mapper/
Ddm-uevent.txt44 Value: Path name in the form of "Major:Minor"
67 1.) Path failure.
83 2.) Path reinstate.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-scsi_host18 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.4.14/arch/arc/kernel/
Dentry.S298 ; Fast Path return to user mode if no pending work
303 ; --- (Slow Path #1) task preemption ---
311 ; --- (Slow Path #2) pending signal ---
341 ; --- (Slow Path #3) notify_resume ---
Dentry-arcv2.S153 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
Dentry-compact.S360 ; Level 2 interrupt return Path - from hardware standpoint
/linux-4.4.14/Documentation/
Dbtmrvl.txt11 Path: /debug/btmrvl/config/
74 Path: /debug/btmrvl/status/
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt33 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.4.14/Documentation/networking/
Dfib_trie.txt22 the child array. See Path Compression.
24 Path Compression / skipped bits
30 deviations. These "skipped bits" constitute Path Compression.
Dip-sysctl.txt19 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,
402 Controls TCP Packetization-Layer Path MTU Discovery. Takes three
409 Controls how often to start TCP Packetization-Layer Path MTU
414 Controls when TCP Packetization-Layer Path MTU Discovery probing
1066 1 - Strict mode as defined in RFC3704 Strict Reverse Path
1070 2 - Loose mode as defined in RFC3704 Loose Reverse Path
/linux-4.4.14/drivers/message/fusion/
Dmptscsih.c2158 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()
Dmptbase.c5890 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID; in mpt_raid_phys_disk_pg1()
5891 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus; in mpt_raid_phys_disk_pg1()
5892 phys_disk->Path[i].OwnerIdentifier = in mpt_raid_phys_disk_pg1()
5893 buffer->Path[i].OwnerIdentifier; in mpt_raid_phys_disk_pg1()
5894 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags); in mpt_raid_phys_disk_pg1()
5895 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5897 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5899 &buffer->Path[i].OwnerWWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5901 memcpy(&phys_disk->Path[i].OwnerWWID, in mpt_raid_phys_disk_pg1()
Dmptsas.c4162 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptsas_find_phyinfo_by_phys_disk_num()
4168 if ((phys_disk->Path[i].Flags & 1) != 0) in mptsas_find_phyinfo_by_phys_disk_num()
4171 if ((id == phys_disk->Path[i].PhysDiskID) && in mptsas_find_phyinfo_by_phys_disk_num()
4172 (channel == phys_disk->Path[i].PhysDiskBus)) { in mptsas_find_phyinfo_by_phys_disk_num()
4173 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt1 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
Daffs.txt78 prefix=path Path will be prefixed to every absolute path name of
/linux-4.4.14/tools/perf/Documentation/
Dperf-annotate.txt91 Path to objdump binary.
Dperf-top.txt66 Path to vmlinux. Required for annotation functionality.
Dperf-report.txt303 Path to objdump binary.
Dperf-record.txt318 Path to clang binary to use for compiling BPF scriptlets.
/linux-4.4.14/arch/arc/mm/
Dtlbex.S55 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
302 ARCFP_CODE ;Fast Path Code, candidate for ICCM
/linux-4.4.14/drivers/parisc/
DKconfig179 variables (PDC non volatile variables such as Primary Boot Path,
180 Console Path, Autoboot, Autosearch, etc) through SysFS.
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt120 | 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.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
Dqman.txt13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan
/linux-4.4.14/block/
DKconfig88 T10/SCSI Data Integrity Field or the T13/ATA External Path
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt29 PATH : Path to an executable or a library.
/linux-4.4.14/arch/arc/
DKconfig257 Single Cycle RAMS to store Fast Path Code
268 Single Cycle RAMS to store Fast Path Data
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt27 High Speed Data Path Configuration:
35 Job Ring Data Path Configuration:
/linux-4.4.14/Documentation/fb/
Duvesafb.txt149 Path to the v86d executable. v86d is started by uvesafb
/linux-4.4.14/drivers/md/
DKconfig402 tristate "I/O Path Selector based on the number of in-flight I/Os"
411 tristate "I/O Path Selector based on the service time"
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt3 DPAA2 (Data Path Acceleration Architecture Gen2)
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt207 Data Path Debug controller
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt13 as SATA/T13 (External Path Protection) try to remedy this by adding
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt298 2.3) Data Path
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_cnfg.h2472 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid_sas52 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
/linux-4.4.14/drivers/regulator/
DKconfig742 Path and Battery Charger. It has 5 configurable step-down
/linux-4.4.14/drivers/mfd/
DKconfig1218 Path and Battery Charger. The device provides five configurable
1221 Power Path from USB, 32K clock generator.
/linux-4.4.14/tools/testing/ktest/
Dktest.pl10 use File::Path qw(mkpath);
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1326 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.4.14/Documentation/sysctl/
Dkernel.txt311 Path for the hotplug policy agent.