Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/
Dbtmrvl.txt11 Path: /debug/btmrvl/config/
74 Path: /debug/btmrvl/status/
/linux-4.1.27/arch/arc/kernel/
Dentry.S565 ; 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/
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.1.27/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,
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/
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.c5914 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()
Dmptsas.c4163 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/
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.1.27/tools/perf/Documentation/
Dperf-annotate.txt91 Path to objdump binary.
Dperf-top.txt66 Path to vmlinux. Required for annotation functionality.
Dperf-report.txt285 Path to objdump binary.
/linux-4.1.27/arch/arc/mm/
Dtlbex.S56 ; 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/
DKconfig179 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/
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.1.27/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.1.27/block/
DKconfig88 T10/SCSI Data Integrity Field or the T13/ATA External Path
/linux-4.1.27/arch/arc/
DKconfig196 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/
Dfsl-sec4.txt27 High Speed Data Path Configuration:
35 Job Ring Data Path Configuration:
/linux-4.1.27/Documentation/trace/
Duprobetracer.txt29 PATH : Path to an executable or a library.
/linux-4.1.27/Documentation/fb/
Duvesafb.txt149 Path to the v86d executable. v86d is started by uvesafb
/linux-4.1.27/drivers/md/
DKconfig389 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/
Ddcsr.txt207 Data Path Debug controller
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt13 as SATA/T13 (External Path Protection) try to remedy this by adding
/linux-4.1.27/Documentation/hid/
Dhid-transport.txt298 2.3) Data Path
/linux-4.1.27/drivers/mfd/
DKconfig1162 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/
Dmpi_cnfg.h2472 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
/linux-4.1.27/drivers/regulator/
DKconfig707 Path and Battery Charger. It has 5 configurable step-down
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid_sas52 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
/linux-4.1.27/tools/testing/ktest/
Dktest.pl10 use File::Path qw(mkpath);
/linux-4.1.27/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.1.27/Documentation/sysctl/
Dkernel.txt299 Path for the hotplug policy agent.