Home
last modified time | relevance | path

Searched defs:sysctl_oid (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Dsysctl.h157 struct sysctl_oid { struct
158 struct sysctl_oid_list *oid_parent; argument
160 int oid_number;
161 int oid_kind;
162 void *oid_arg1;
163 int oid_arg2;
164 const char *oid_name;
165 int (*oid_handler)(SYSCTL_HANDLER_ARGS);
166 const char *oid_fmt;
167 int oid_refcnt;
[all …]