Home
last modified time | relevance | path

Searched refs:resource_string_value (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/sys/dev/misc/ipmi/
H A Dipmi_isa.c105 if (resource_string_value(name, unit, "mode", &mode) != 0) in ipmi_hint_identify()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_btcoex.c304 ret = resource_string_value(device_get_name(sc->sc_dev), in ath_btcoex_attach()
H A Dif_ath_pci.c356 if (resource_string_value(device_get_name(dev), device_get_unit(dev), in ath_pci_attach()
/dflybsd-src/sys/dev/disk/isp/
H A Disp_pci.c573 …if (resource_string_value(device_get_name(dev), device_get_unit(dev), "topology", &sptr) == 0 && s… in isp_get_specific_options()
594 tval = resource_string_value(device_get_name(dev), device_get_unit(dev), "portwwn", &sptr); in isp_get_specific_options()
605 tval = resource_string_value(device_get_name(dev), device_get_unit(dev), "nodewwn", &sptr); in isp_get_specific_options()
/dflybsd-src/sys/bus/cam/
H A Dcam_periph.c483 (resource_string_value(dname, dunit, "at",&strval)|| in camperiphnextunit()
515 if (resource_string_value(dname, dunit, "at", &strval) == 0) { in camperiphunit()
H A Dcam_xpt.c4512 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid()
/dflybsd-src/sys/dev/sound/pcm/
H A Dfeeder_eq.c673 if (!(resource_string_value(device_get_name(dev), device_get_unit(dev), in feeder_eq_initsys()
H A Dvchan.c740 r = resource_string_value(device_get_name(parent->dev), in vchan_create()
/dflybsd-src/sys/sys/
H A Dbus.h434 int resource_string_value(const char *name, int unit, const char *resname,
/dflybsd-src/sys/dev/sound/pci/hda/
H A Dhdaa.c985 if (resource_string_value(device_get_name( in hdaa_local_patch_pin()
996 if (resource_string_value(device_get_name(dev), device_get_unit(dev), in hdaa_local_patch_pin()
1371 if (resource_string_value(device_get_name(devinfo->dev), in hdaa_local_patch()
1387 if (resource_string_value(device_get_name(devinfo->dev), in hdaa_local_patch()
H A Dhdac.c238 if (resource_string_value(device_get_name(sc->dev), in hdac_config_fetch()
/dflybsd-src/sys/dev/crypto/hifn/
H A Dhifn7751.c307 if (resource_string_value("hifn", device_get_unit(dev), in hifn_getpllconfig()
/dflybsd-src/sys/kern/
H A Dsubr_bus.c2365 resource_string_value(const char *name, int unit, const char *resname, in resource_string_value() function