Searched refs:HostID (Results 1 – 2 of 2) sorted by relevance
82 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID() argument83 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() argument120 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()191 SmallString<256> HostID; in LockFileManager() local192 if (auto EC = getHostID(HostID)) { in LockFileManager()198 Out << HostID << ' ' << sys::Process::getProcessId(); in LockFileManager()
145 "The Virtual HostID of the CARP interface."