Searched refs:resource_long_value (Results 1 – 11 of 11) sorted by relevance
| /src/sys/isa/ |
| H A D | isahint.c | 130 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()
|
| /src/sys/arm64/acpica/ |
| H A D | OsdEnvironment.c | 70 if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0) in acpi_get_root_from_loader()
|
| /src/sys/dev/smartpqi/ |
| H A D | smartpqi_main.c | 55 result = resource_long_value("smartpqi", 0, "allow_wildcards", &AllowWildcards); in pqi_find_ident() 135 …if (resource_long_value("smartpqi", device_get_unit(dev), keyword, &result) == DEVICE_HINT_SUCCESS… in read_device_hint_resource() 167 …if (resource_long_value("smartpqi", device_get_unit(dev), keyword, &result) == DEVICE_HINT_SUCCESS… in read_device_hint_decimal_value()
|
| /src/sys/dev/nvdimm/ |
| H A D | nvdimm_e820.c | 127 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()
|
| /src/sys/kern/ |
| H A D | subr_hints.c | 361 resource_long_value(const char *name, int unit, const char *resname, in resource_long_value() function
|
| /src/sys/dev/acpica/ |
| H A D | acpi.c | 1289 if (resource_long_value(name, unit, "port", &value) == 0) { in acpi_hint_device_matches_resources() 1307 if (resource_long_value(name, unit, "maddr", &value) == 0) { in acpi_hint_device_matches_resources() 1323 if (resource_long_value(name, unit, "irq", &value) == 0) { in acpi_hint_device_matches_resources() 1329 if (resource_long_value(name, unit, "drq", &value) == 0) { in acpi_hint_device_matches_resources()
|
| /src/sys/sys/ |
| H A D | bus.h | 793 int resource_long_value(const char *name, int unit, const char *resname,
|
| /src/sys/dev/md/ |
| H A D | md.c | 2131 if (resource_long_value("md", i, "physaddr", in g_md_init()
|
| /src/share/man/man9/ |
| H A D | Makefile | 1908 MLINKS+=resource_int_value.9 resource_long_value.9 \
|
| /src/sys/dev/atkbdc/ |
| H A D | psm.c | 7667 if (resource_long_value(PSM_DRIVER_NAME,
|
| /src/sys/dev/cxgbe/ |
| H A D | t4_main.c | 1234 if (resource_long_value(name, unit, "port", &value) == 0 && in t4_ifnet_unit()
|