Home | History | Annotate | Download | only in kern

Lines Matching refs:sysctl_func

405 	if (rnode->sysctl_func != NULL) {
410 fn = rnode->sysctl_func;
877 if (l != NULL && nnode.sysctl_func != NULL)
937 if (nnode.sysctl_func == NULL) {
995 if (l != NULL || nnode.sysctl_func == NULL)
1076 } else if (nnode.sysctl_func == NULL)
1085 if (l != NULL || nnode.sysctl_func == NULL) {
1200 node->sysctl_func = nnode.sysctl_func;
1690 if (node->sysctl_func == NULL ||
1697 return ((*node->sysctl_func)(SYSCTLFN_CALL(node)));
2053 nnode.sysctl_func = func;
2099 nnode.sysctl_func == onode.sysctl_func &&