Home
last modified time | relevance | path

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

/src/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()
/src/sys/dev/qat/qat_common/
H A Dadf_freebsd_ver_dbg.c171 sysctl_remove_oid(accel_dev->mmp_version_oid, 1, 1); in adf_ver_dbg_del()
177 sysctl_remove_oid(accel_dev->hw_version_oid, 1, 1); in adf_ver_dbg_del()
183 sysctl_remove_oid(accel_dev->fw_version_oid, 1, 1); in adf_ver_dbg_del()
H A Dadf_freebsd_heartbeat_dbg.c170 sysctl_remove_oid(hb->heartbeat.oid, 1, 1); in adf_heartbeat_dbg_del()
176 sysctl_remove_oid(hb->heartbeat_failed.oid, 1, 1); in adf_heartbeat_dbg_del()
182 sysctl_remove_oid(hb->heartbeat_sent.oid, 1, 1); in adf_heartbeat_dbg_del()
H A Dadf_freebsd_cnvnr_ctrs_dbg.c197 sysctl_remove_oid(accel_dev->cnv_error_oid, 1, 1); in adf_cnvnr_freq_counters_remove()
H A Dadf_fw_counters.c417 sysctl_remove_oid(fw_counters_data->debug, 1, 1); in adf_fw_counters_remove()
/src/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()
/src/sys/arm/ti/am335x/
H A Dam335x_scm.c168 sysctl_remove_oid(sc->sc_temp_oid, 1, 0); in am335x_scm_detach()
/src/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
/src/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_drv.c111 ret = sysctl_remove_oid(accel_dev->safe_dc_mode, 1, 1); in adf_4xxx_disable_safe_dc_sysctl_remove()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h469 sysctl_remove_oid(kobj->oidp, 1, 1); in sysfs_remove_dir()
/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c438 sysctl_remove_oid(oid, 1, 0); in kstat_install_named()
/src/sys/dev/usb/serial/
H A Dusb_serial.c341 sysctl_remove_oid(ssc->sc_sysctl_ttyname, 1, 0); in ucom_detach()
346 sysctl_remove_oid(ssc->sc_sysctl_ttyports, 1, 0); in ucom_detach()
/src/sys/dev/amdtemp/
H A Damdtemp.c660 sysctl_remove_oid(sc->sc_sysctl_cpu[i], 1, 0); in amdtemp_detach()
/src/sys/dev/cxgbe/
H A Dt4_sge.c3915 sysctl_remove_oid(oid, 1, 1); in alloc_ctrlq()
4059 sysctl_remove_oid(oid, 1, 1); in alloc_rxq()
4178 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_rxq()
4772 sysctl_remove_oid(oid, 1, 1); in alloc_txq()
5020 sysctl_remove_oid(oid, 1, 1); in alloc_ofld_txq()
/src/sys/sys/
H A Dsysctl.h1196 int sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse);
/src/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c2219 ret = sysctl_remove_oid(oid, 1, 1); in remove_oid()
/src/share/man/man9/
H A DMakefile2273 sysctl_add_oid.9 sysctl_remove_oid.9 \
/src/sys/vm/
H A Duma_core.c3044 sysctl_remove_oid(zone->uz_oid, 1, 1); in zone_dtor()