OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysctl_locate
(Results
1 - 1
of
1
) sorted by relevancy
/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
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026