Searched defs:sysctl_oid (Results 1 – 1 of 1) sorted by relevance
188 struct sysctl_oid { struct192 int oid_number;193 u_int oid_kind;194 void *oid_arg1;195 intmax_t oid_arg2;196 const char *oid_name;198 const char *oid_fmt;199 int oid_refcnt;200 u_int oid_running;201 const char *oid_descr;[all …]