Home
last modified time | relevance | path

Searched refs:sysctl_oid (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/freebsd-12-stable/sys/kern/
Dkern_sysctl.c113 static int sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del,
118 static struct sysctl_oid *
121 struct sysctl_oid *oidp; in sysctl_find_oidname()
152 sysctl_root_handler_locked(struct sysctl_oid *oid, void *arg1, intmax_t arg2, in sysctl_root_handler_locked()
188 sysctl_load_tunable_by_oid_locked(struct sysctl_oid *oidp) in sysctl_load_tunable_by_oid_locked()
191 struct sysctl_oid *curr; in sysctl_load_tunable_by_oid_locked()
339 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid()
370 sysctl_warn_reuse(const char *func, struct sysctl_oid *leaf) in sysctl_warn_reuse()
372 struct sysctl_oid *nodes[CTL_MAXNAME]; in sysctl_warn_reuse()
412 sysctl_register_oid(struct sysctl_oid *oidp) in sysctl_register_oid()
[all …]
/freebsd-12-stable/sys/sys/
Dsysctl.h144 #define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, \
176 SLIST_HEAD(sysctl_oid_list, sysctl_oid);
182 struct sysctl_oid { struct
185 SLIST_ENTRY(sysctl_oid) oid_link;
228 void sysctl_register_oid(struct sysctl_oid *oidp);
229 void sysctl_register_disabled_oid(struct sysctl_oid *oidp);
230 void sysctl_enable_oid(struct sysctl_oid *oidp);
231 void sysctl_unregister_oid(struct sysctl_oid *oidp);
235 extern struct sysctl_oid sysctl__##name
241 __containerof((oid_ptr)->oid_parent, struct sysctl_oid, \
[all …]
Dtimeet.h83 struct sysctl_oid *et_sysctl;
/freebsd-12-stable/sys/dev/asmc/
Dasmcvar.h41 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-stable/sys/dev/hyperv/netvsc/
Dif_hnvar.h102 struct sysctl_oid *hn_rx_sysctl_tree;
185 struct sysctl_oid *hn_tx_sysctl_tree;
222 struct sysctl_oid *hn_tx_sysctl_tree;
223 struct sysctl_oid *hn_rx_sysctl_tree;
/freebsd-12-stable/sys/dev/ice/
Dice_lib.h537 struct sysctl_oid *vsi_node;
541 struct sysctl_oid *txqs_node;
545 struct sysctl_oid *rxqs_node;
775 struct sysctl_oid *parent);
811 struct sysctl_oid *parent,
815 struct sysctl_oid *parent,
821 void ice_add_vsi_tunables(struct ice_vsi *vsi, struct sysctl_oid *parent);
Dice_iflib.h247 struct sysctl_oid *vsi_sysctls; /* Sysctl node for VSI sysctls */
248 struct sysctl_oid *debug_sysctls; /* Sysctl node for debug sysctls */
Dice_fw_logging.c343 ice_add_fw_logging_tunables(struct ice_softc *sc, struct sysctl_oid *parent) in ice_add_fw_logging_tunables()
346 struct sysctl_oid *fwlog_node, *module_node; in ice_add_fw_logging_tunables()
/freebsd-12-stable/sys/dev/ena/
Dena_sysctl.c117 struct sysctl_oid *tree; in ena_sysctl_add_wd()
162 struct sysctl_oid *tree; in ena_sysctl_add_stats()
165 struct sysctl_oid *queue_node, *tx_node, *rx_node, *hw_node; in ena_sysctl_add_stats()
166 struct sysctl_oid *admin_node; in ena_sysctl_add_stats()
335 struct sysctl_oid *tree; in ena_sysctl_add_eni_metrics()
338 struct sysctl_oid *eni_node; in ena_sysctl_add_eni_metrics()
386 struct sysctl_oid *tree; in ena_sysctl_add_tuneables()
421 struct sysctl_oid *tree; in ena_sysctl_add_rss()
469 struct sysctl_oid *oid; in ena_sysctl_update_queue_node_nb()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dsysfs.h136 struct sysctl_oid *oid; in sysfs_create_file()
183 struct sysctl_oid *oidp; in sysfs_create_group()
247 struct sysctl_oid *oidp; in sysfs_unmerge_group()
261 struct sysctl_oid *oid; in sysfs_create_dir()
Dkobject.h42 struct sysctl_oid;
58 struct sysctl_oid *oidp;
/freebsd-12-stable/sys/cam/
Dcam_iosched.h41 struct sysctl_oid;
85 …cam_iosched_sysctl_init(struct cam_iosched_softc *, struct sysctl_ctx_list *, struct sysctl_oid *);
/freebsd-12-stable/sys/dev/acpi_support/
Datk0110.c83 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-stable/sys/dev/hyperv/vmbus/
Dvmbus_brvar.h72 struct sysctl_oid;
112 struct sysctl_oid *br_tree, struct vmbus_br *br,
/freebsd-12-stable/sys/dev/gpio/
Dgpiobacklight.c51 struct sysctl_oid *sc_oid;
107 struct sysctl_oid *tree; in gpiobacklight_attach()
/freebsd-12-stable/sys/arm/ti/am335x/
Dam335x_ehrpwm.c182 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-stable/sys/dev/usb/serial/
Dusb_serial.h138 struct sysctl_oid *sc_sysctl_ttyname;
139 struct sysctl_oid *sc_sysctl_ttyports;
/freebsd-12-stable/sys/dev/bnxt/
Dbnxt.h526 struct sysctl_oid *ver_oid;
538 struct sysctl_oid *nvm_oid;
617 struct sysctl_oid *hw_stats_oid;
619 struct sysctl_oid *hw_lro_oid;
621 struct sysctl_oid *flow_ctrl_oid;
/freebsd-12-stable/sys/dev/sfxge/
Dsfxge.h281 struct sysctl_oid *stats_node;
283 struct sysctl_oid *evqs_stats_node;
285 struct sysctl_oid *txqs_node;
/freebsd-12-stable/sys/vm/
Dvm_pagequeue.h88 struct sysctl_oid;
152 struct sysctl_oid *vmd_oid;
/freebsd-12-stable/sys/dev/mxge/
Dif_mxge_var.h213 struct sysctl_oid *sysctl_tree;
281 struct sysctl_oid *slice_sysctl_tree;
/freebsd-12-stable/sys/dev/oce/
Doce_sysctl.c62 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-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
Dzfs_context.h704 #define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, \
726 SLIST_HEAD(sysctl_oid_list, sysctl_oid);
732 struct sysctl_oid { struct
734 SLIST_ENTRY(sysctl_oid) oid_link;
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dkstat.h57 struct sysctl_oid *ks_sysctl_root;
/freebsd-12-stable/sys/dev/drm/
Ddrm_sysctl.c63 struct sysctl_oid *oid; in drm_sysctl_init()
64 struct sysctl_oid *top, *drioid; in drm_sysctl_init()

12345678910>>...13