Searched defs:sysctl_oid (Results 1 – 1 of 1) sorted by relevance
157 struct sysctl_oid { struct158 struct sysctl_oid_list *oid_parent; argument160 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 …]