/linux-2.6.39/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 | 24 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() argument 26 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-2.6.39/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-2.6.39/drivers/net/wireless/libertas/ |
D | README | 75 Path: /sys/kernel/debug/libertas_wireless/ethX/registers/ 98 Path: /sys/kernel/debug/libertas_wireless/ethX/ 118 Path: /sys/kernel/debug/libertas_wireless/ethX/subscribed_events/ 168 Path: /sys/kernel/debug/libertas_wireless/ethX/ 182 Path: /sys/kernel/debug/libertas_wireless/ethX/ 191 Path: /sys/kernel/debug/libertas_wireless/ethX/ 234 Path: /sys/kernel/debug/libertas_wireless/ethX/
|
/linux-2.6.39/Documentation/ |
D | btmrvl.txt | 11 Path: /debug/btmrvl/config/ 74 Path: /debug/btmrvl/status/
|
/linux-2.6.39/Documentation/sound/alsa/soc/ |
D | dapm.txt | 33 3. Path domain - audio susbsystem signal paths 98 2.2 Path Domain Widgets 101 Path domain widgets have a ability to control or affect the audio signal or 201 Destination Widget <=== Path Name <=== Source Widget 205 Sink, Path, Source
|
/linux-2.6.39/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. 23 default 562 - minimum discovered Path MTU 170 Path MTU discovery (MTU probing). If MTU probing is enabled, 330 Controls TCP Packetization-Layer Path MTU Discovery. Takes three 857 1 - Strict mode as defined in RFC3704 Strict Reverse Path 861 2 - Loose mode as defined in RFC3704 Loose Reverse Path
|
/linux-2.6.39/drivers/message/fusion/ |
D | mptscsih.c | 2241 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_is_phys_disk() 2252 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2255 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2258 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_is_phys_disk() 2259 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_is_phys_disk() 2319 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_raid_id_to_num() 2330 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2333 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2336 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_raid_id_to_num() 2337 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_raid_id_to_num()
|
D | mptbase.c | 5863 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID; in mpt_raid_phys_disk_pg1() 5864 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus; in mpt_raid_phys_disk_pg1() 5865 phys_disk->Path[i].OwnerIdentifier = in mpt_raid_phys_disk_pg1() 5866 buffer->Path[i].OwnerIdentifier; in mpt_raid_phys_disk_pg1() 5867 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags); in mpt_raid_phys_disk_pg1() 5868 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5870 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5872 &buffer->Path[i].OwnerWWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5874 memcpy(&phys_disk->Path[i].OwnerWWID, in mpt_raid_phys_disk_pg1()
|
D | mptsas.c | 4153 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptsas_find_phyinfo_by_phys_disk_num() 4159 if ((phys_disk->Path[i].Flags & 1) != 0) in mptsas_find_phyinfo_by_phys_disk_num() 4162 if ((id == phys_disk->Path[i].PhysDiskID) && in mptsas_find_phyinfo_by_phys_disk_num() 4163 (channel == phys_disk->Path[i].PhysDiskBus)) { in mptsas_find_phyinfo_by_phys_disk_num() 4164 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()
|
/linux-2.6.39/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 | 74 prefix=path Path will be prefixed to every absolute path name of
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-top.txt | 67 Path to vmlinux. Required for annotation functionality.
|
/linux-2.6.39/drivers/parisc/ |
D | Kconfig | 185 variables (PDC non volatile variables such as Primary Boot Path, 186 Console Path, Autoboot, Autosearch, etc) through SysFS.
|
/linux-2.6.39/block/ |
D | Kconfig | 77 T10/SCSI Data Integrity Field or the T13/ATA External Path
|
/linux-2.6.39/drivers/md/ |
D | Kconfig | 297 tristate "I/O Path Selector based on the number of in-flight I/Os" 306 tristate "I/O Path Selector based on the service time"
|
/linux-2.6.39/drivers/base/ |
D | Kconfig | 8 Path to uevent helper program forked by the kernel for
|
/linux-2.6.39/Documentation/fb/ |
D | uvesafb.txt | 155 Path to the v86d executable. v86d is started by uvesafb
|
/linux-2.6.39/tools/testing/ktest/ |
D | ktest.pl | 10 use File::Path qw(mkpath);
|
/linux-2.6.39/Documentation/block/ |
D | data-integrity.txt | 13 as SATA/T13 (External Path Protection) try to remedy this by adding
|
/linux-2.6.39/Documentation/sysctl/ |
D | kernel.txt | 253 Path for the hotplug policy agent.
|
/linux-2.6.39/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 2471 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 1659 also they are made up of a CHPID ( Channel Path ID, the most significant 8 bits ) 1726 || Bus & Tag Channel Path || ESCON 1728 || || || || Path
|