Home
last modified time | relevance | path

Searched refs:HostID (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp82 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID() argument
83 HostID.clear(); in getHostID()
95 HostID.append(UUIDRef.begin(), UUIDRef.end()); in getHostID()
103 HostID.append(HostNameRef.begin(), HostNameRef.end()); in getHostID()
107 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument
120 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
191 SmallString<256> HostID; in LockFileManager() local
192 if (auto EC = getHostID(HostID)) { in LockFileManager()
198 Out << HostID << ' ' << sys::Process::getProcessId(); in LockFileManager()
/openbsd/share/snmp/
H A DOPENBSD-CARP-MIB.txt145 "The Virtual HostID of the CARP interface."