Searched defs:GetSysctl (Results 1 – 2 of 2) sorted by relevance
171 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function181 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function190 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function
173 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function183 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function192 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function