Home
last modified time | relevance | path

Searched refs:resource_long_value (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sys/isa/
HDisahint.c129 if (resource_long_value(name, unit, "port", &value) == 0) { in isa_hint_device_unit()
150 if (resource_long_value(name, unit, "maddr", &value) == 0) { in isa_hint_device_unit()
159 if (resource_long_value(name, unit, "irq", &value) == 0) { in isa_hint_device_unit()
165 if (resource_long_value(name, unit, "drq", &value) == 0) { in isa_hint_device_unit()
/freebsd-head/sys/arm64/acpica/
HDOsdEnvironment.c70 if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0) in acpi_get_root_from_loader()
/freebsd-head/sys/dev/smartpqi/
HDsmartpqi_main.c331 result = resource_long_value("smartpqi", 0, "allow_wildcards", &AllowWildcards); in pqi_find_ident()
409 …if (resource_long_value("smartpqi", device_get_unit(dev), keyword, (long *)value) == DEVICE_HINT_S… in read_device_hint_resource()
439 …if (resource_long_value("smartpqi", device_get_unit(dev), keyword, (long *)value) == DEVICE_HINT_S… in read_device_hint_decimal_value()
/freebsd-head/sys/dev/nvdimm/
HDnvdimm_e820.c127 resource_long_value("nvdimm_spa", i, "maddr", &hintaddrl) == 0; in nvdimm_e820_create_spas()
129 if (resource_long_value("nvdimm_spa", i, "msize", &hintsizel) in nvdimm_e820_create_spas()
/freebsd-head/sys/kern/
HDsubr_hints.c361 resource_long_value(const char *name, int unit, const char *resname, in resource_long_value() function
/freebsd-head/sys/dev/acpica/
HDacpi.c1165 if (resource_long_value(name, unit, "port", &value) == 0) { in acpi_hint_device_matches_resources()
1183 if (resource_long_value(name, unit, "maddr", &value) == 0) { in acpi_hint_device_matches_resources()
1199 if (resource_long_value(name, unit, "irq", &value) == 0) { in acpi_hint_device_matches_resources()
1205 if (resource_long_value(name, unit, "drq", &value) == 0) { in acpi_hint_device_matches_resources()
/freebsd-head/sys/sys/
HDbus.h735 int resource_long_value(const char *name, int unit, const char *resname,
/freebsd-head/share/man/man9/
HDMakefile1899 MLINKS+=resource_int_value.9 resource_long_value.9 \
/freebsd-head/sys/dev/atkbdc/
HDpsm.c7602 if (resource_long_value(PSM_DRIVER_NAME,
/freebsd-head/sys/dev/cxgbe/
HDt4_main.c1122 if (resource_long_value(name, unit, "port", &value) == 0 && in t4_ifnet_unit()