Path               23 arch/mips/fw/arc/file.c ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID)
Path               25 arch/mips/fw/arc/file.c 	return ARC_CALL3(open, Path, OpenMode, FileID);
Path               11 arch/mips/fw/arc/salone.c LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr)
Path               13 arch/mips/fw/arc/salone.c 	return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr);
Path               22 arch/mips/fw/arc/salone.c LONG __init ArcExecute(CHAR *Path, LONG Argc, CHAR *Argv[], CHAR *Envp[])
Path               24 arch/mips/fw/arc/salone.c 	return ARC_CALL4(exec, Path, Argc, Argv, Envp);
Path               62 arch/mips/fw/arc/tree.c ArcGetComponent(CHAR *Path)
Path               64 arch/mips/fw/arc/tree.c 	return (pcomponent *)ARC_CALL1(component_by_path, Path);
Path             2473 drivers/message/fusion/lsi/mpi_cnfg.h     RAID_PHYS_DISK1_PATH            Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */
Path             5920 drivers/message/fusion/mptbase.c 		phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID;
Path             5921 drivers/message/fusion/mptbase.c 		phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus;
Path             5922 drivers/message/fusion/mptbase.c 		phys_disk->Path[i].OwnerIdentifier =
Path             5923 drivers/message/fusion/mptbase.c 				buffer->Path[i].OwnerIdentifier;
Path             5924 drivers/message/fusion/mptbase.c 		phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags);
Path             5925 drivers/message/fusion/mptbase.c 		memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64));
Path             5927 drivers/message/fusion/mptbase.c 		memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64));
Path             5929 drivers/message/fusion/mptbase.c 				&buffer->Path[i].OwnerWWID, sizeof(__le64));
Path             5931 drivers/message/fusion/mptbase.c 		memcpy(&phys_disk->Path[i].OwnerWWID,
Path             4157 drivers/message/fusion/mptsas.c 	phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
Path             4163 drivers/message/fusion/mptsas.c 		if ((phys_disk->Path[i].Flags & 1) != 0)
Path             4166 drivers/message/fusion/mptsas.c 		if ((id == phys_disk->Path[i].PhysDiskID) &&
Path             4167 drivers/message/fusion/mptsas.c 		    (channel == phys_disk->Path[i].PhysDiskBus)) {
Path             4168 drivers/message/fusion/mptsas.c 			memcpy(&sas_address, &phys_disk->Path[i].WWID,
Path             2153 drivers/message/fusion/mptscsih.c 		phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
Path             2164 drivers/message/fusion/mptscsih.c 			if ((phys_disk->Path[j].Flags &
Path             2167 drivers/message/fusion/mptscsih.c 			if ((phys_disk->Path[j].Flags &
Path             2170 drivers/message/fusion/mptscsih.c 			if ((id == phys_disk->Path[j].PhysDiskID) &&
Path             2171 drivers/message/fusion/mptscsih.c 			    (channel == phys_disk->Path[j].PhysDiskBus)) {
Path             2231 drivers/message/fusion/mptscsih.c 		phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
Path             2242 drivers/message/fusion/mptscsih.c 			if ((phys_disk->Path[j].Flags &
Path             2245 drivers/message/fusion/mptscsih.c 			if ((phys_disk->Path[j].Flags &
Path             2248 drivers/message/fusion/mptscsih.c 			if ((id == phys_disk->Path[j].PhysDiskID) &&
Path             2249 drivers/message/fusion/mptscsih.c 			    (channel == phys_disk->Path[j].PhysDiskBus)) {
Path             2816 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	char *Path,
Path             2824 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\
Path             2828 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\
Path               39 tools/perf/util/c++/clang.cpp createCompilerInvocation(llvm::opt::ArgStringList CFlags, StringRef& Path,
Path               62 tools/perf/util/c++/clang.cpp 	Opts.Inputs.emplace_back(Path,
Path               69 tools/perf/util/c++/clang.cpp 		    StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS)
Path               78 tools/perf/util/c++/clang.cpp 		createCompilerInvocation(std::move(CFlags), Path,
Path               83 tools/perf/util/c++/clang.cpp 		createCompilerInvocation(std::move(CFlags), Path,
Path              117 tools/perf/util/c++/clang.cpp getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path)
Path              120 tools/perf/util/c++/clang.cpp 	return getModuleFromSource(std::move(CFlags), Path, VFS);
Path               21 tools/perf/util/c++/clang.h 		    StringRef Path);