| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 130 static struct sysctl_oid * 133 struct sysctl_oid *oidp; in sysctl_find_oidname() 209 struct sysctl_oid *curr; in sysctl_load_tunable_by_oid_locked() 350 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid() 427 struct sysctl_oid *p; in sysctl_register_oid() 428 struct sysctl_oid *q; in sysctl_register_oid() 558 struct sysctl_oid *p; in sysctl_unregister_oid() 824 struct sysctl_oid * 1040 struct sysctl_oid *oid; in sysctl_sysctl_name() 1370 struct sysctl_oid *oid; in sysctl_sysctl_oidfmt() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 182 SLIST_HEAD(sysctl_oid_list, sysctl_oid); 188 struct sysctl_oid { struct 191 SLIST_ENTRY(sysctl_oid) oid_link; 243 extern struct sysctl_oid sysctl__##name 250 oid_children) : (struct sysctl_oid *)NULL) 257 struct sysctl_oid *entry; 282 struct sysctl_oid id = { \ 705 struct sysctl_oid *__ret; \ 1154 struct sysctl_oid *oidp); 1156 struct sysctl_oid *oidp); [all …]
|
| H A D | timeet.h | 83 struct sysctl_oid *et_sysctl;
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_ehrpwm.c | 182 struct sysctl_oid *sc_clkdiv_oid; 183 struct sysctl_oid *sc_freq_oid; 184 struct sysctl_oid *sc_period_oid; 185 struct sysctl_oid *sc_chanA_oid; 186 struct sysctl_oid *sc_chanB_oid; 572 struct sysctl_oid *tree; in am335x_ehrpwm_attach()
|
| H A D | am335x_scm.c | 50 struct sysctl_oid *sc_temp_oid;
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pagequeue.h | 89 struct sysctl_oid; 295 struct sysctl_oid *vmd_oid;
|
| H A D | vm_meter.c | 501 vm_domain_stats_init(struct vm_domain *vmd, struct sysctl_oid *parent) in vm_domain_stats_init() 503 struct sysctl_oid *oid; in vm_domain_stats_init() 564 struct sysctl_oid *oid; in vm_stats_init()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_wdog.c | 106 struct sysctl_oid *tree = device_get_sysctl_tree(sc->dev); in ar5315_wdog_sysctl()
|
| H A D | ar5315_spi.c | 92 struct sysctl_oid *tree; in ar5315_spi_attach_sysctl()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_rssadapt.c | 95 struct sysctl_ctx_list *, struct sysctl_oid *); 380 struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) in rssadapt_sysctlattach()
|
| H A D | ieee80211_amrr.c | 78 struct sysctl_ctx_list *, struct sysctl_oid *); 460 struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) in amrr_sysctlattach()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_wdog.c | 130 struct sysctl_oid *tree = device_get_sysctl_tree(sc->dev); in ar71xx_wdog_sysctl()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_firmware.c | 81 struct sysctl_oid *tree_node; in bcm2835_firmware_attach()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_system.c | 222 mac_system_check_sysctl(struct ucred *cred, struct sysctl_oid *oidp, in mac_system_check_sysctl()
|
| /f-stack/freebsd/arm/ti/twl/ |
| H A D | twl_clks.c | 120 struct sysctl_oid *oid; 439 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); in twl_clks_add_clock()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | mv88e61xxphy.c | 146 struct sysctl_oid *tree = device_get_sysctl_tree(dev); in mv88e61xxphy_attach() 148 struct sysctl_oid *port_node, *portN_node; in mv88e61xxphy_attach()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 430 mac_veriexec_sysctl_check(struct ucred *cred, struct sysctl_oid *oidp, in mac_veriexec_sysctl_check() 433 struct sysctl_oid *oid; in mac_veriexec_sysctl_check()
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_coretemp.c | 201 struct sysctl_oid *oid; in tegra124_coretemp_attach()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_wdog.c | 157 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); in octeon_wdog_sysctl()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_coretemp.c | 206 struct sysctl_oid *oid; in tegra210_coretemp_attach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 617 struct sysctl_oid *poid; in ti_pruss_attach() 623 struct sysctl_oid *irq_root = SYSCTL_ADD_NODE(clist, SYSCTL_CHILDREN(poid), in ti_pruss_attach() 646 struct sysctl_oid *irq_nodes = SYSCTL_ADD_NODE(clist, SYSCTL_CHILDREN(irq_root), in ti_pruss_attach()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 136 struct sysctl_oid *ks_sysctl_root;
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.h | 124 struct sysctl_oid *hpts_root;
|
| H A D | tcp_ratelimit.c | 297 rl_add_syctl_entries(struct sysctl_oid *rl_sysctl_root, struct tcp_rate_set *rs) in rl_add_syctl_entries() 354 struct sysctl_oid *rl_rates; in rl_add_syctl_entries() 355 struct sysctl_oid *rl_rate_num; in rl_add_syctl_entries() 521 struct sysctl_oid *rl_sysctl_root; in rt_setup_new_rs()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | longrun.c | 167 static struct sysctl_oid *crusoe_sysctl_tree;
|