Searched refs:SYSCTL_ADD_NODE (Results 1 - 25 of 166) sorted by relevance

1234567

/freebsd-11-stable/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c73 a_root = SYSCTL_ADD_NODE(&clist,
77 a_root = SYSCTL_ADD_NODE(&clist1,
82 printf("SYSCTL_ADD_NODE failed!\n");
89 a_root1 = SYSCTL_ADD_NODE(&clist, SYSCTL_CHILDREN(a_root),
96 a_root1 = SYSCTL_ADD_NODE(&clist, SYSCTL_STATIC_CHILDREN(_kern),
99 printf("SYSCTL_ADD_NODE failed!\n");
109 b_root = SYSCTL_ADD_NODE(&clist1, SYSCTL_CHILDREN(a_root),
120 b_root=SYSCTL_ADD_NODE(&clist2, SYSCTL_CHILDREN(a_root1),
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c66 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx,
75 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx, SYSCTL_CHILDREN(root),
84 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx, SYSCTL_CHILDREN(root),
/freebsd-11-stable/sys/dev/ena/
H A Dena_sysctl.c173 queue_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO,
178 tx_node = SYSCTL_ADD_NODE(ctx, queue_list, OID_AUTO,
226 rx_node = SYSCTL_ADD_NODE(ctx, queue_list, OID_AUTO,
265 hw_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "hw_stats",
283 admin_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "admin_stats",
318 eni_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "eni_metrics",
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sysctl.c73 drioid = SYSCTL_ADD_NODE(&info->ctx, SYSCTL_CHILDREN(&sysctl___hw), OID_AUTO, "dri", CTLFLAG_RW, NULL, "DRI Graphics");
89 top = SYSCTL_ADD_NODE( &info->ctx, SYSCTL_CHILDREN(drioid), OID_AUTO, info->name, CTLFLAG_RW, NULL, NULL);
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1775.c188 sensroot_oid = SYSCTL_ADD_NODE(ctx,
225 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sensroot_oid),
H A Dadt746x.c494 fanroot_oid = SYSCTL_ADD_NODE(ctx,
517 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid),
620 sensroot_oid = SYSCTL_ADD_NODE(ctx,
632 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sensroot_oid),
H A Dds1631.c313 sensroot_oid = SYSCTL_ADD_NODE(ctx,
358 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sensroot_oid),
H A Dmax6690.c275 sensroot_oid = SYSCTL_ADD_NODE(ctx,
298 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sensroot_oid),
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_sysctl.c301 que_tree = SYSCTL_ADD_NODE(ctrlr_ctx, ctrlr_list, OID_AUTO, "adminq",
308 que_tree = SYSCTL_ADD_NODE(ctrlr_ctx, ctrlr_list, OID_AUTO,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h187 oidp = SYSCTL_ADD_NODE(NULL, SYSCTL_CHILDREN(kobj->oidp),
263 oid = SYSCTL_ADD_NODE(NULL, SYSCTL_CHILDREN(kobj->parent->oidp),
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c425 parent = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(dev->ib_dev.dev.kobj.oidp),
430 node = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(parent),
446 node = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(parent),
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c153 stats_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats",
720 rx_stats_node = SYSCTL_ADD_NODE(ctx,
757 queue_stats_node = SYSCTL_ADD_NODE(ctx,
790 rx_stats_node = SYSCTL_ADD_NODE(ctx,
853 tx_stats_node = SYSCTL_ADD_NODE(ctx,
893 queue_stats_node = SYSCTL_ADD_NODE(ctx,
942 rx_stats_node = SYSCTL_ADD_NODE(ctx,
976 queue_stats_node = SYSCTL_ADD_NODE(ctx,
1005 rx_stats_node = SYSCTL_ADD_NODE(ctx,
1059 tx_stats_node = SYSCTL_ADD_NODE(ct
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_sysctl.c71 drioid = SYSCTL_ADD_NODE(&info->ctx, SYSCTL_CHILDREN(&sysctl___hw), OID_AUTO,
94 top = SYSCTL_ADD_NODE(&info->ctx, SYSCTL_CHILDREN(drioid),
/freebsd-11-stable/sys/powerpc/powermac/
H A Dfcu.c599 fanroot_oid = SYSCTL_ADD_NODE(ctx,
620 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid),
640 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid),
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dmv88e61xxphy.c172 port_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "port",
181 portN_node = SYSCTL_ADD_NODE(ctx, port_tree, OID_AUTO, portbuf,
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c59 softc->hw_stats_oid = SYSCTL_ADD_NODE(ctx,
69 softc->ver_info->ver_oid = SYSCTL_ADD_NODE(ctx,
80 softc->nvm_info->nvm_oid = SYSCTL_ADD_NODE(ctx,
91 softc->hw_lro_oid = SYSCTL_ADD_NODE(ctx,
101 softc->flow_ctrl_oid = SYSCTL_ADD_NODE(ctx,
168 oid = SYSCTL_ADD_NODE(&softc->hw_stats,
212 oid = SYSCTL_ADD_NODE(&softc->hw_stats,
663 oid = SYSCTL_ADD_NODE(&softc->hw_stats,
/freebsd-11-stable/sys/dev/coretemp/
H A Dcoretemp.c269 oid = SYSCTL_ADD_NODE(ctx,
/freebsd-11-stable/sys/i386/i386/
H A Dlongrun.c275 crusoe_sysctl_tree = SYSCTL_ADD_NODE(&crusoe_sysctl_ctx,
/freebsd-11-stable/sys/kern/
H A Dkern_et.c69 et->et_sysctl = SYSCTL_ADD_NODE(NULL,
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c94 softc->sysctl_tree = SYSCTL_ADD_NODE(&softc->sysctl_ctx,
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c221 oid = SYSCTL_ADD_NODE(ctx,
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template_cdce.c299 parent = SYSCTL_ADD_NODE(&eth_ctx_list,
H A Dusb_template_mtp.c283 parent = SYSCTL_ADD_NODE(&mtp_ctx_list,
H A Dusb_template_msc.c216 parent = SYSCTL_ADD_NODE(&msc_ctx_list,
H A Dusb_template_kbd.c252 parent = SYSCTL_ADD_NODE(&kbd_ctx_list,

Completed in 388 milliseconds

1234567