Searched refs:device_get_sysctl_ctx (Results 201 - 225 of 236) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c1439 sysctl_ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c3541 sysctl_ctx = device_get_sysctl_ctx(xbb->dev);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5852 ctx = device_get_sysctl_ctx(sc->dev);
6294 ctx = device_get_sysctl_ctx(vi->dev);
6388 ctx = device_get_sysctl_ctx(pi->dev);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c2792 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(dev);
4378 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c787 ctx = device_get_sysctl_ctx(sc->ale_dev);
/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c1591 SYSCTL_ADD_PROC(device_get_sysctl_ctx(dev),
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c991 ctx = device_get_sysctl_ctx(sc->jme_dev);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3120 ctx = device_get_sysctl_ctx(ndev);
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c4004 ctx = device_get_sysctl_ctx(sc->ti_dev);
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c2706 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/sys/dev/aac/
H A Daac.c300 SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->aac_dev),
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c871 ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c3142 ctx = device_get_sysctl_ctx(sc->dev);
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c3949 ctx = device_get_sysctl_ctx(sc->rl_dev);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c356 SYSCTL_ADD_INT(device_get_sysctl_ctx(dev),
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c3794 ctx = device_get_sysctl_ctx(dev);
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c2915 ctx = device_get_sysctl_ctx(sc->sc_dev);
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c4776 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev);
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c424 sysctl_ctx = device_get_sysctl_ctx(sc->mrsas_dev);
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfe.c3130 ctx = device_get_sysctl_ctx(sc->nfe_dev);
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c2380 device_get_sysctl_ctx(device_t dev) function
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2176 ctx = device_get_sysctl_ctx(ntb->device);
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c594 SYSCTL_ADD_INT(device_get_sysctl_ctx(sc->ciss_dev),
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c3216 SYSCTL_ADD_PROC(device_get_sysctl_ctx(child),
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c585 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev);

Completed in 675 milliseconds

12345678910