OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysctl_locate
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_sysctl.c
241
error =
sysctl_locate
(l, &name[0], SCARG(uap, namelen), &pnode, NULL);
/src/sys/kern/
kern_sysctl.c
404
error =
sysctl_locate
(l, name, namelen, &rnode, &ni);
495
*
sysctl_locate
-- Finds the node matching the given mib under the
502
sysctl_locate
(struct lwp *l, const int *name, u_int namelen,
function
525
printf("
sysctl_locate
: pnode %p wrong version\n", pnode);
658
error =
sysctl_locate
(l, oname, elim, &enode, NULL);
1685
error =
sysctl_locate
(l, &sysctl_num, 1, &node, NULL);
2074
error =
sysctl_locate
(NULL, &name[0], namelen - 1, &pnode, &ni);
2081
printf("sysctl_createv:
sysctl_locate
(%s) returned %d\n",
2126
error =
sysctl_locate
(NULL, &name[0], namelen - 1, &pnode, &ni);
2240
error =
sysctl_locate
(NULL, &name[0], namelen - 1, &node, &ni)
[
all
...]
/src/sys/sys/
sysctl.h
1140
int
sysctl_locate
(struct lwp *, const int *, u_int,
/src/share/man/man9/
Makefile
949
sysctl.9
sysctl_locate
.9 \
Completed in 20 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026