Searched defs:sysctl_oid (Results 1 – 1 of 1) sorted by relevance
735 struct sysctl_oid { struct736 struct sysctl_oid_list *oid_parent; argument738 int oid_number;739 u_int oid_kind;740 void *oid_arg1;741 intptr_t oid_arg2;742 const char *oid_name;743 int (*oid_handler)(SYSCTL_HANDLER_ARGS);744 const char *oid_fmt;745 int oid_refcnt;[all …]