| /freebsd-12.1/sys/kern/ |
| H A D | kern_sysctl.c | 117 static struct sysctl_oid * 120 struct sysctl_oid *oidp; in sysctl_find_oidname() 190 struct sysctl_oid *curr; in sysctl_load_tunable_by_oid_locked() 338 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid() 414 struct sysctl_oid *p; in sysctl_register_oid() 415 struct sysctl_oid *q; in sysctl_register_oid() 545 struct sysctl_oid *p; in sysctl_unregister_oid() 812 struct sysctl_oid * 1021 struct sysctl_oid *oid; in sysctl_sysctl_name() 1146 struct sysctl_oid *oid; in sysctl_sysctl_next() [all …]
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysctl.h | 176 SLIST_HEAD(sysctl_oid_list, sysctl_oid); 182 struct sysctl_oid { struct 185 SLIST_ENTRY(sysctl_oid) oid_link; 235 extern struct sysctl_oid sysctl__##name 242 oid_children) : (struct sysctl_oid *)NULL) 249 struct sysctl_oid *entry; 266 struct sysctl_oid id = { \ 679 struct sysctl_oid *__ret; \ 1073 struct sysctl_oid *oidp); 1075 struct sysctl_oid *oidp); [all …]
|
| H A D | timeet.h | 83 struct sysctl_oid *et_sysctl;
|
| /freebsd-12.1/sys/dev/asmc/ |
| H A D | asmcvar.h | 41 struct sysctl_oid *sc_fan_tree[ASMC_MAXFANS+1]; 42 struct sysctl_oid *sc_temp_tree; 43 struct sysctl_oid *sc_sms_tree; 44 struct sysctl_oid *sc_light_tree;
|
| /freebsd-12.1/sys/dev/hyperv/netvsc/ |
| H A D | if_hnvar.h | 85 struct sysctl_oid *hn_rx_sysctl_tree; 168 struct sysctl_oid *hn_tx_sysctl_tree; 205 struct sysctl_oid *hn_tx_sysctl_tree; 206 struct sysctl_oid *hn_rx_sysctl_tree;
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sysfs.h | 135 struct sysctl_oid *oid; in sysfs_create_file() 182 struct sysctl_oid *oidp; in sysfs_create_group() 233 struct sysctl_oid *oidp; in sysfs_unmerge_group() 247 struct sysctl_oid *oid; in sysfs_create_dir()
|
| H A D | kobject.h | 42 struct sysctl_oid; 58 struct sysctl_oid *oidp;
|
| /freebsd-12.1/sys/dev/ena/ |
| H A D | ena_sysctl.c | 51 struct sysctl_oid *tree; in ena_sysctl_add_wd() 97 struct sysctl_oid *tree; in ena_sysctl_add_stats() 100 struct sysctl_oid *queue_node, *tx_node, *rx_node, *hw_node; in ena_sysctl_add_stats() 101 struct sysctl_oid *admin_node; in ena_sysctl_add_stats()
|
| /freebsd-12.1/sys/cam/ |
| H A D | cam_iosched.h | 41 struct sysctl_oid; 85 …cam_iosched_sysctl_init(struct cam_iosched_softc *, struct sysctl_ctx_list *, struct sysctl_oid *);
|
| /freebsd-12.1/sys/dev/gpio/ |
| H A D | gpioths.c | 70 struct sysctl_oid *temp_oid; 71 struct sysctl_oid *hum_oid; 72 struct sysctl_oid *fails_oid; 326 struct sysctl_oid *tree; in gpioths_attach()
|
| H A D | gpiobacklight.c | 51 struct sysctl_oid *sc_oid; 107 struct sysctl_oid *tree; in gpiobacklight_attach()
|
| /freebsd-12.1/sys/dev/acpi_support/ |
| H A D | atk0110.c | 83 struct sysctl_oid *sc_volt_sysctl; 84 struct sysctl_oid *sc_temp_sysctl; 85 struct sysctl_oid *sc_fan_sysctl; 220 aibs_sensor_added(struct aibs_softc *sc, struct sysctl_oid *so, in aibs_sensor_added() 256 struct sysctl_oid **so; in aibs_attach_ggrp() 339 struct sysctl_oid **so; in aibs_attach_sif()
|
| /freebsd-12.1/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_brvar.h | 72 struct sysctl_oid; 112 struct sysctl_oid *br_tree, struct vmbus_br *br,
|
| /freebsd-12.1/sys/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; 573 struct sysctl_oid *tree; in am335x_ehrpwm_attach()
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | usb_serial.h | 138 struct sysctl_oid *sc_sysctl_ttyname; 139 struct sysctl_oid *sc_sysctl_ttyports;
|
| /freebsd-12.1/sys/dev/bnxt/ |
| H A D | bnxt.h | 521 struct sysctl_oid *ver_oid; 533 struct sysctl_oid *nvm_oid; 612 struct sysctl_oid *hw_stats_oid; 614 struct sysctl_oid *hw_lro_oid; 616 struct sysctl_oid *flow_ctrl_oid;
|
| /freebsd-12.1/sys/dev/sfxge/ |
| H A D | sfxge.h | 281 struct sysctl_oid *stats_node; 283 struct sysctl_oid *evqs_stats_node; 285 struct sysctl_oid *txqs_node;
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_pagequeue.h | 88 struct sysctl_oid; 152 struct sysctl_oid *vmd_oid;
|
| /freebsd-12.1/sys/dev/mxge/ |
| H A D | if_mxge_var.h | 213 struct sysctl_oid *sysctl_tree; 281 struct sysctl_oid *slice_sysctl_tree;
|
| /freebsd-12.1/sys/dev/oce/ |
| H A D | oce_sysctl.c | 62 struct sysctl_oid *stats_node); 65 struct sysctl_oid *stats_node); 84 struct sysctl_oid *tree = device_get_sysctl_tree(sc->dev); in oce_add_sysctls() 86 struct sysctl_oid *stats_node; in oce_add_sysctls() 710 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_be3() 712 struct sysctl_oid *rx_stats_node, *tx_stats_node; in oce_add_stats_sysctls_be3() 715 struct sysctl_oid *queue_stats_node; in oce_add_stats_sysctls_be3() 932 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_xe201() 934 struct sysctl_oid *rx_stats_node, *tx_stats_node; in oce_add_stats_sysctls_xe201() 937 struct sysctl_oid *queue_stats_node; in oce_add_stats_sysctls_xe201()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | kstat.h | 57 struct sysctl_oid *ks_sysctl_root;
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 700 #define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, \ 722 SLIST_HEAD(sysctl_oid_list, sysctl_oid); 728 struct sysctl_oid { struct 730 SLIST_ENTRY(sysctl_oid) oid_link;
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | drm_sysctl.c | 63 struct sysctl_oid *oid; in drm_sysctl_init() 64 struct sysctl_oid *top, *drioid; in drm_sysctl_init()
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_sysctl.c | 257 struct sysctl_ctx_list *ctrlr_ctx, struct sysctl_oid *que_tree) in nvme_sysctl_initialize_queue() 299 struct sysctl_oid *ctrlr_tree, *que_tree; in nvme_sysctl_initialize_ctrlr()
|
| /freebsd-12.1/sys/nfs/ |
| H A D | nfs_fha.h | 108 struct sysctl_oid *sysctl_tree;
|