Home | History | Annotate | Download | only in net80211

Lines Matching refs:rnode

115 	node = *rnode;
121 t = *(int*)rnode->sysctl_data * IEEE80211_INACT_WAIT;
132 *(int*)rnode->sysctl_data = t / IEEE80211_INACT_WAIT;
144 node = *rnode;
158 const struct sysctlnode *rnode;
160 if ((rc = sysctl_createv(log, 0, NULL, &rnode,
166 if ((rc = sysctl_createv(log, 0, &rnode, &rnode,
172 return rnode;
182 const struct sysctlnode *cnode, *rnode;
185 if ((rnode = ieee80211_sysctl_treetop(NULL)) == NULL)
190 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &rnode,
196 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
205 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
213 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
219 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
226 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
233 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
240 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
245 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
390 return (sysctl_query(SYSCTLFN_CALL(rnode)));
477 const struct sysctlnode *rnode;
479 if ((rnode = ieee80211_sysctl_treetop(&ieee80211_sysctllog)) == NULL)
482 if ((rc = sysctl_createv(&ieee80211_sysctllog, 0, &rnode, NULL,
489 if ((rc = sysctl_createv(&ieee80211_sysctllog, 0, &rnode, NULL,