OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysctlbyname
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/
memory.cpp
72
/// Value of query_type when we have to use
sysctlbyname
(3).
73
static const char* query_type_sysctlbyname = "
sysctlbyname
";
83
/// Stub for
sysctlbyname
(3) for systems that don't have it.
86
/// compiled on any machine regardless of the presence of
sysctlbyname
(3). This
99
sysctlbyname
(const char* UTILS_UNUSED_PARAM(name),
function in namespace:__anon6998
115
/// \pre The system supports the
sysctlbyname
(3) function.
121
/// \throw std::runtime_error If the
sysctlbyname
(3) call fails. This might be
131
if (::
sysctlbyname
(mib, &value, &value_length, NULL, 0) == -1) {
/src/lib/libc/include/
namespace.h
733
#define
sysctlbyname
_sysctlbyname
macro
Completed in 18 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026