Searched refs:device_get_sysctl_ctx (Results 176 - 200 of 236) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c771 SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->mfi_dev),
775 SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->mfi_dev),
/freebsd-11-stable/sys/net/
H A Diflib.c5634 SYSCTL_ADD_PROC(device_get_sysctl_ctx(ctx->ifc_dev),
5902 ctx_list = device_get_sysctl_ctx(dev);
5955 ctx_list = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/ae/
H A Dif_ae.c415 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c2649 ctx = device_get_sysctl_ctx(sc->nge_dev);
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c2449 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c2042 ctx = device_get_sysctl_ctx(sc->ste_dev);
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c2504 ctx = device_get_sysctl_ctx(sc->vge_dev);
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c611 SYSCTL_ADD_PROC(device_get_sysctl_ctx(dev),
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c281 sctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/sis/
H A Dif_sis.c2367 ctx = device_get_sysctl_ctx(sc->sis_dev);
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c2135 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c143 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c273 SYSCTL_ADD_PROC(device_get_sysctl_ctx(dev),
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c1574 sysctl_ctx = device_get_sysctl_ctx(sc->mpr_dev);
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c1433 sysctl_ctx = device_get_sysctl_ctx(sc->mps_dev);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c2148 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(mpt->dev);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c761 device_get_sysctl_ctx(lldev->device);
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c3012 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c314 SYSCTL_ADD_INT(device_get_sysctl_ctx(dev),
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c1023 SYSCTL_ADD_INT(device_get_sysctl_ctx(slot->bus),
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c2147 ctx = device_get_sysctl_ctx(sc->sc_dev);
H A Dif_upgt.c2039 ctx = device_get_sysctl_ctx(sc->sc_dev);
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1583 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/share/man/man9/
H A DMakefile752 MLINKS+=device_get_sysctl.9 device_get_sysctl_ctx.9 \
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c1535 sctx = device_get_sysctl_ctx(dev);

Completed in 499 milliseconds

12345678910