Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h735 struct sysctl_oid { struct
736 struct sysctl_oid_list *oid_parent; argument
738 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 …]