Home
last modified time | relevance | path

Searched refs:sysctl_remove_oid (Results 1 – 14 of 14) sorted by relevance

/freebsd/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c134 sysctl_remove_oid(b_root, 1, 1); in load()
142 sysctl_remove_oid(a_root1, 1, 1); in load()
150 sysctl_remove_oid(a_root, 1, 1); in load()
/freebsd/sys/dev/acpi_support/
H A Datk0110.c152 sysctl_remove_oid(sc->sc_volt_sysctl, true, true); in aibs_attach()
154 sysctl_remove_oid(sc->sc_temp_sysctl, true, true); in aibs_attach()
156 sysctl_remove_oid(sc->sc_fan_sysctl, true, true); in aibs_attach()
/freebsd/sys/kern/
H A Dkern_et.c115 sysctl_remove_oid(et->et_sysctl, 1, 1); in et_deregister()
H A Dkern_sysctl.c729 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h296 sysctl_remove_oid(kobj->oidp, 1, 1); in sysfs_remove_dir()
/freebsd/sys/arm/ti/twl/
H A Dtwl_clks.c621 sysctl_remove_oid(clk->oid, 1, 0); in twl_clks_detach()
H A Dtwl_vreg.c1000 sysctl_remove_oid(regulator->oid, 1, 0); in twl_vreg_detach()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c342 sysctl_remove_oid(ssc->sc_sysctl_ttyname, 1, 0); in ucom_detach()
347 sysctl_remove_oid(ssc->sc_sysctl_ttyports, 1, 0); in ucom_detach()
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c641 sysctl_remove_oid(sc->sc_sysctl_cpu[i], 1, 0); in amdtemp_detach()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3854 sysctl_remove_oid(oid, 1, 1); in alloc_ctrlq()
3993 sysctl_remove_oid(oid, 1, 1); in alloc_rxq()
4112 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_rxq()
4624 sysctl_remove_oid(oid, 1, 1); in alloc_txq()
4844 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_txq()
/freebsd/sys/sys/
H A Dsysctl.h1172 int sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse);
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c2219 ret = sysctl_remove_oid(oid, 1, 1); in remove_oid()
/freebsd/share/man/man9/
H A DMakefile2256 sysctl_add_oid.9 sysctl_remove_oid.9 \
/freebsd/sys/vm/
H A Duma_core.c3049 sysctl_remove_oid(zone->uz_oid, 1, 1); in zone_dtor()