Lines Matching defs:oid
113 * sysctl MIB whose tree is rooted at oid 0. These OIDs are
119 * {0,1,...} return the name of the "..." OID.
120 * {0,2,...} return the next OID.
121 * {0,3} return the OID of the name in "new"
122 * {0,4,...} return the kind & format info for the "..." OID.
123 * {0,5,...} return the description the "..." OID.
133 int oid[CTL_MAXNAME];
163 error = freebsd_sysctl_name2oid(locnew, oid, &oidlen);
170 error = copyout(oid, SCARG(uap, old),
186 freebsd_sysctl_name2oid(char *name, int *oid, int *oidlen)
202 oid[oi++] = node[ci].sysctl_num;