Lines Matching defs:sysctl_oid
188 struct sysctl_oid { struct
189 struct sysctl_oid_list oid_children; argument
190 struct sysctl_oid_list *oid_parent; argument
192 int oid_number;
193 u_int oid_kind;
194 void *oid_arg1;
195 intmax_t oid_arg2;
196 const char *oid_name;
197 int (*oid_handler)(SYSCTL_HANDLER_ARGS);
198 const char *oid_fmt;
199 int oid_refcnt;
200 u_int oid_running;
201 const char *oid_descr;
202 const char *oid_label;