Home
last modified time | relevance | path

Searched refs:infoAddr (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/hadoop/hadoop-1.2.1/contrib/hod/hodlib/GridServices/
H A Dmapred.py91 self.infoAddr = None
135 return [self.infoAddr]
149 self.infoAddr = self.masterNode + ':' + dict['mapred.job.tracker.info.port']
152 self.infoAddr = dict['mapred.job.tracker.http.address']
H A Dhdfs.py85 self.infoAddr = None
136 return [self.infoAddr]
147 self.infoAddr = self.masterNode + ':' + dict['dfs.info.port']
150 self.infoAddr = dict['dfs.http.address']
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/hod/hodlib/GridServices/
H A Dmapred.py91 self.infoAddr = None
135 return [self.infoAddr]
149 self.infoAddr = self.masterNode + ':' + dict['mapred.job.tracker.info.port']
152 self.infoAddr = dict['mapred.job.tracker.http.address']
H A Dhdfs.py85 self.infoAddr = None
136 return [self.infoAddr]
147 self.infoAddr = self.masterNode + ':' + dict['dfs.info.port']
150 self.infoAddr = dict['dfs.http.address']
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DSecondaryNameNode.java159 String infoAddr = NetUtils.getServerAddress(conf,
162 return NetUtils.createSocketAddr(infoAddr);
494 String infoAddr = NameNode.getInfoServer(conf); in getInfoServer() local
495 if (infoAddr == null) { in getInfoServer()
498 LOG.debug("infoAddr = " + infoAddr); in getInfoServer()
499 return infoAddr; in getInfoServer()
H A DNameNode.java378 final String infoAddr = NetUtils.getServerAddress(conf, in startHttpServer() local
380 final InetSocketAddress infoSocAddr = NetUtils.createSocketAddr(infoAddr); in startHttpServer()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceUmd.cpp268 static u32 sceUmdGetDiscInfo(u32 infoAddr) in sceUmdGetDiscInfo() argument
270 DEBUG_LOG(SCEIO, "sceUmdGetDiscInfo(%08x)", infoAddr); in sceUmdGetDiscInfo()
272 if (Memory::IsValidAddress(infoAddr)) { in sceUmdGetDiscInfo()
273 auto info = PSPPointer<PspUmdInfo>::Create(infoAddr); in sceUmdGetDiscInfo()
H A DsceKernelMbx.cpp555 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr) in sceKernelReferMbxStatus() argument
561 ERROR_LOG(SCEKERNEL, "sceKernelReferMbxStatus(%i, %08x): invalid mbx id", id, infoAddr); in sceKernelReferMbxStatus()
566 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMbxStatus()
575 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMbxStatus()
578 Memory::WriteStruct<NativeMbx>(infoAddr, &m->nmb); in sceKernelReferMbxStatus()
H A DsceKernelMbx.h34 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.h27 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.cpp667 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr) in sceKernelReferMutexStatus() argument
673 ERROR_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%i, %08x): invalid mutex id", id, infoAddr); in sceKernelReferMutexStatus()
677 DEBUG_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%08x, %08x)", id, infoAddr); in sceKernelReferMutexStatus()
680 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMutexStatus()
684 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMutexStatus()
689 Memory::WriteStruct(infoAddr, &m->nm); in sceKernelReferMutexStatus()
H A DsceKernelModule.cpp2593 static u32 sceKernelQueryModuleInfo(u32 uid, u32 infoAddr) in sceKernelQueryModuleInfo() argument
2595 INFO_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x)", uid, infoAddr); in sceKernelQueryModuleInfo()
2600 if (!Memory::IsValidAddress(infoAddr)) { in sceKernelQueryModuleInfo()
2601 ERROR_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x) - bad infoAddr", uid, infoAddr); in sceKernelQueryModuleInfo()
2605 auto info = PSPPointer<ModuleInfo>::Create(infoAddr); in sceKernelQueryModuleInfo()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceUmd.cpp268 static u32 sceUmdGetDiscInfo(u32 infoAddr) in sceUmdGetDiscInfo() argument
270 DEBUG_LOG(SCEIO, "sceUmdGetDiscInfo(%08x)", infoAddr); in sceUmdGetDiscInfo()
272 if (Memory::IsValidAddress(infoAddr)) { in sceUmdGetDiscInfo()
273 auto info = PSPPointer<PspUmdInfo>::Create(infoAddr); in sceUmdGetDiscInfo()
H A DsceKernelMbx.cpp555 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr) in sceKernelReferMbxStatus() argument
561 ERROR_LOG(SCEKERNEL, "sceKernelReferMbxStatus(%i, %08x): invalid mbx id", id, infoAddr); in sceKernelReferMbxStatus()
566 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMbxStatus()
575 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMbxStatus()
578 Memory::WriteStruct<NativeMbx>(infoAddr, &m->nmb); in sceKernelReferMbxStatus()
H A DsceKernelMbx.h34 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.h27 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.cpp667 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr) in sceKernelReferMutexStatus() argument
673 ERROR_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%i, %08x): invalid mutex id", id, infoAddr); in sceKernelReferMutexStatus()
677 DEBUG_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%08x, %08x)", id, infoAddr); in sceKernelReferMutexStatus()
680 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMutexStatus()
684 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMutexStatus()
689 Memory::WriteStruct(infoAddr, &m->nm); in sceKernelReferMutexStatus()
H A DsceKernelModule.cpp2593 static u32 sceKernelQueryModuleInfo(u32 uid, u32 infoAddr) in sceKernelQueryModuleInfo() argument
2595 INFO_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x)", uid, infoAddr); in sceKernelQueryModuleInfo()
2600 if (!Memory::IsValidAddress(infoAddr)) { in sceKernelQueryModuleInfo()
2601 ERROR_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x) - bad infoAddr", uid, infoAddr); in sceKernelQueryModuleInfo()
2605 auto info = PSPPointer<ModuleInfo>::Create(infoAddr); in sceKernelQueryModuleInfo()
H A DsceNetAdhoc.cpp4362 static int sceNetAdhocGameModeUpdateReplica(int id, u32 infoAddr) { in sceNetAdhocGameModeUpdateReplica() argument
4363 …DEBUG_LOG(SCENET, "UNTESTED sceNetAdhocGameModeUpdateReplica(%i, %08x) at %08x", id, infoAddr, cur… in sceNetAdhocGameModeUpdateReplica()
4383 if (Memory::IsValidAddress(infoAddr)) { in sceNetAdhocGameModeUpdateReplica()
4384 GameModeUpdateInfo* gmuinfo = (GameModeUpdateInfo*)Memory::GetPointer(infoAddr); in sceNetAdhocGameModeUpdateReplica()
5743 static int sceNetAdhocctlGetGameModeInfo(u32 infoAddr) { in sceNetAdhocctlGetGameModeInfo() argument
5744 DEBUG_LOG(SCENET, "sceNetAdhocctlGetGameModeInfo(%08x)", infoAddr); in sceNetAdhocctlGetGameModeInfo()
5748 if (!Memory::IsValidAddress(infoAddr)) in sceNetAdhocctlGetGameModeInfo()
5751 SceNetAdhocctlGameModeInfo* gmInfo = (SceNetAdhocctlGameModeInfo*)Memory::GetPointer(infoAddr); in sceNetAdhocctlGetGameModeInfo()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceUmd.cpp268 static u32 sceUmdGetDiscInfo(u32 infoAddr) in sceUmdGetDiscInfo() argument
270 DEBUG_LOG(SCEIO, "sceUmdGetDiscInfo(%08x)", infoAddr); in sceUmdGetDiscInfo()
272 if (Memory::IsValidAddress(infoAddr)) { in sceUmdGetDiscInfo()
273 auto info = PSPPointer<PspUmdInfo>::Create(infoAddr); in sceUmdGetDiscInfo()
H A DsceKernelMbx.cpp555 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr) in sceKernelReferMbxStatus() argument
561 ERROR_LOG(SCEKERNEL, "sceKernelReferMbxStatus(%i, %08x): invalid mbx id", id, infoAddr); in sceKernelReferMbxStatus()
566 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMbxStatus()
575 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMbxStatus()
578 Memory::WriteStruct<NativeMbx>(infoAddr, &m->nmb); in sceKernelReferMbxStatus()
H A DsceKernelMbx.h34 int sceKernelReferMbxStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.h27 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr);
H A DsceKernelMutex.cpp667 int sceKernelReferMutexStatus(SceUID id, u32 infoAddr) in sceKernelReferMutexStatus() argument
673 ERROR_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%i, %08x): invalid mutex id", id, infoAddr); in sceKernelReferMutexStatus()
677 DEBUG_LOG(SCEKERNEL, "sceKernelReferMutexStatus(%08x, %08x)", id, infoAddr); in sceKernelReferMutexStatus()
680 if (!Memory::IsValidAddress(infoAddr)) in sceKernelReferMutexStatus()
684 if (Memory::Read_U32(infoAddr) != 0) in sceKernelReferMutexStatus()
689 Memory::WriteStruct(infoAddr, &m->nm); in sceKernelReferMutexStatus()
H A DsceKernelModule.cpp2593 static u32 sceKernelQueryModuleInfo(u32 uid, u32 infoAddr) in sceKernelQueryModuleInfo() argument
2595 INFO_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x)", uid, infoAddr); in sceKernelQueryModuleInfo()
2600 if (!Memory::IsValidAddress(infoAddr)) { in sceKernelQueryModuleInfo()
2601 ERROR_LOG(SCEMODULE, "sceKernelQueryModuleInfo(%i, %08x) - bad infoAddr", uid, infoAddr); in sceKernelQueryModuleInfo()
2605 auto info = PSPPointer<ModuleInfo>::Create(infoAddr); in sceKernelQueryModuleInfo()

123