Searched refs:resource_string_value (Results 1 – 13 of 13) sorted by relevance
/dflybsd-src/sys/dev/misc/ipmi/ |
H A D | ipmi_isa.c | 105 if (resource_string_value(name, unit, "mode", &mode) != 0) in ipmi_hint_identify()
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath_btcoex.c | 304 ret = resource_string_value(device_get_name(sc->sc_dev), in ath_btcoex_attach()
|
H A D | if_ath_pci.c | 356 if (resource_string_value(device_get_name(dev), device_get_unit(dev), in ath_pci_attach()
|
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_pci.c | 573 …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 D | cam_periph.c | 483 (resource_string_value(dname, dunit, "at",&strval)|| in camperiphnextunit() 515 if (resource_string_value(dname, dunit, "at", &strval) == 0) { in camperiphunit()
|
H A D | cam_xpt.c | 4512 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid()
|
/dflybsd-src/sys/dev/sound/pcm/ |
H A D | feeder_eq.c | 673 if (!(resource_string_value(device_get_name(dev), device_get_unit(dev), in feeder_eq_initsys()
|
H A D | vchan.c | 740 r = resource_string_value(device_get_name(parent->dev), in vchan_create()
|
/dflybsd-src/sys/sys/ |
H A D | bus.h | 434 int resource_string_value(const char *name, int unit, const char *resname,
|
/dflybsd-src/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 985 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 D | hdac.c | 238 if (resource_string_value(device_get_name(sc->dev), in hdac_config_fetch()
|
/dflybsd-src/sys/dev/crypto/hifn/ |
H A D | hifn7751.c | 307 if (resource_string_value("hifn", device_get_unit(dev), in hifn_getpllconfig()
|
/dflybsd-src/sys/kern/ |
H A D | subr_bus.c | 2365 resource_string_value(const char *name, int unit, const char *resname, in resource_string_value() function
|