Lines Matching defs:sysctl_locate
403 error = sysctl_locate(l, name, namelen, &rnode, &ni);
494 * sysctl_locate -- Finds the node matching the given mib under the
501 sysctl_locate(struct lwp *l, const int *name, u_int namelen,
524 printf("sysctl_locate: pnode %p wrong version\n", pnode);
657 error = sysctl_locate(l, oname, elim, &enode, NULL);
1683 error = sysctl_locate(l, &sysctl_num, 1, &node, NULL);
2072 error = sysctl_locate(NULL, &name[0], namelen - 1, &pnode, &ni);
2079 printf("sysctl_createv: sysctl_locate(%s) returned %d\n",
2124 error = sysctl_locate(NULL, &name[0], namelen - 1, &pnode, &ni);
2238 error = sysctl_locate(NULL, &name[0], namelen - 1, &node, &ni);
2275 * sysctl_locate() because that follows aliasing).
2533 error = sysctl_locate(NULL, &name[0], namelen, &rnode, &ni);