Home
last modified time | relevance | path

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

/freebsd-14.2/sys/isa/
H A Disahint.c130 if (resource_long_value(name, unit, "port", &value) == 0) { in isa_hint_device_unit()
151 if (resource_long_value(name, unit, "maddr", &value) == 0) { in isa_hint_device_unit()
160 if (resource_long_value(name, unit, "irq", &value) == 0) { in isa_hint_device_unit()
166 if (resource_long_value(name, unit, "drq", &value) == 0) { in isa_hint_device_unit()
/freebsd-14.2/sys/arm64/acpica/
H A DOsdEnvironment.c71 if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0) in acpi_get_root_from_loader()
/freebsd-14.2/sys/dev/altera/atse/
H A Dif_atse_nexus.c88 error = resource_long_value(device_get_name(dev), device_get_unit(dev), in atse_resource_long()
/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_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-14.2/sys/dev/nvdimm/
H A Dnvdimm_e820.c128 resource_long_value("nvdimm_spa", i, "maddr", &hintaddrl) == 0; in nvdimm_e820_create_spas()
130 if (resource_long_value("nvdimm_spa", i, "msize", &hintsizel) in nvdimm_e820_create_spas()
/freebsd-14.2/sys/kern/
H A Dsubr_hints.c362 resource_long_value(const char *name, int unit, const char *resname, in resource_long_value() function
/freebsd-14.2/sys/dev/acpica/
H A Dacpi.c1147 if (resource_long_value(name, unit, "port", &value) == 0) { in acpi_hint_device_matches_resources()
1165 if (resource_long_value(name, unit, "maddr", &value) == 0) { in acpi_hint_device_matches_resources()
1181 if (resource_long_value(name, unit, "irq", &value) == 0) { in acpi_hint_device_matches_resources()
1187 if (resource_long_value(name, unit, "drq", &value) == 0) { in acpi_hint_device_matches_resources()
/freebsd-14.2/sys/sys/
H A Dbus.h707 int resource_long_value(const char *name, int unit, const char *resname,
/freebsd-14.2/share/man/man9/
H A DMakefile1861 MLINKS+=resource_int_value.9 resource_long_value.9 \
/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c7589 if (resource_long_value(PSM_DRIVER_NAME,
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c1117 if (resource_long_value(name, unit, "port", &value) == 0 && in t4_ifnet_unit()