Lines Matching refs:rnode
110 const struct sysctlnode *rnode, *cnode; variable
112 if ((rc = sysctl_createv(clog, 0, NULL, &rnode,
119 if ((rc = sysctl_createv(clog, 0, NULL, &rnode,
127 if ((rc = sysctl_createv(clog, 0, NULL, &rnode,
136 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
145 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
491 node = *rnode; in in_sysctl_selectsrc()
508 const struct sysctlnode *rnode; in in_domifattach_sysctl() local
510 if ((rc = sysctl_createv(&isc->isc_log, 0, NULL, &rnode, in in_domifattach_sysctl()
520 if ((rc = sysctl_createv(&isc->isc_log, 0, &rnode, &rnode, in in_domifattach_sysctl()
529 if ((rc = sysctl_createv(&isc->isc_log, 0, &rnode, &rnode, in in_domifattach_sysctl()
541 return rnode; in in_domifattach_sysctl()