HomeSort by: relevance | last modified time | path
    Searched defs:user_sysctl (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
sysctl.c 61 static int user_sysctl(const int *, u_int, void *, size_t *,
86 error = user_sysctl(name + 1, namelen - 1, oldp, &oldlen, newp, newlen);
105 user_sysctl(const int *name, unsigned int namelen, function in typeref:typename:int
sysctl.c 61 static int user_sysctl(const int *, u_int, void *, size_t *,
86 error = user_sysctl(name + 1, namelen - 1, oldp, &oldlen, newp, newlen);
105 user_sysctl(const int *name, unsigned int namelen, function in typeref:typename:int

Completed in 48 milliseconds