Home
last modified time | relevance | path

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

/freebsd-13-stable/share/examples/kld/dyn_sysctl/
HDdyn_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-13-stable/sys/dev/acpi_support/
HDatk0110.c154 sysctl_remove_oid(sc->sc_volt_sysctl, true, true); in aibs_attach()
156 sysctl_remove_oid(sc->sc_temp_sysctl, true, true); in aibs_attach()
158 sysctl_remove_oid(sc->sc_fan_sysctl, true, true); in aibs_attach()
/freebsd-13-stable/sys/arm/ti/am335x/
HDam335x_scm.c169 sysctl_remove_oid(sc->sc_temp_oid, 1, 0); in am335x_scm_detach()
/freebsd-13-stable/sys/kern/
HDkern_et.c116 sysctl_remove_oid(et->et_sysctl, 1, 1); in et_deregister()
HDkern_sysctl.c732 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid() function
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDsysfs.h278 sysctl_remove_oid(kobj->oidp, 1, 1); in sysfs_remove_dir()
/freebsd-13-stable/sys/arm/ti/twl/
HDtwl_clks.c621 sysctl_remove_oid(clk->oid, 1, 0); in twl_clks_detach()
HDtwl_vreg.c1000 sysctl_remove_oid(regulator->oid, 1, 0); in twl_vreg_detach()
/freebsd-13-stable/sys/dev/usb/serial/
HDusb_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-13-stable/sys/dev/amdtemp/
HDamdtemp.c636 sysctl_remove_oid(sc->sc_sysctl_cpu[i], 1, 0); in amdtemp_detach()
/freebsd-13-stable/sys/compat/ndis/
HDkern_ndis.c439 sysctl_remove_oid(cfg->ndis_oid, 1, 0);
/freebsd-13-stable/sys/sys/
HDsysctl.h1153 int sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse);
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_sge.c3918 sysctl_remove_oid(oid, 1, 1); in alloc_ctrlq()
4055 sysctl_remove_oid(oid, 1, 1); in alloc_rxq()
4174 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_rxq()
4669 sysctl_remove_oid(oid, 1, 1); in alloc_txq()
4889 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_txq()
/freebsd-13-stable/share/man/man9/
HDMakefile2219 sysctl_add_oid.9 sysctl_remove_oid.9 \
/freebsd-13-stable/sys/vm/
HDuma_core.c2950 sysctl_remove_oid(zone->uz_oid, 1, 1); in zone_dtor()