| /freebsd-12.1/sys/dev/terasic/mtl/ |
| H A D | terasic_mtl_nexus.c | 81 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach() 86 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach() 91 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach() 97 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach() 103 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach() 109 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in terasic_mtl_nexus_attach()
|
| /freebsd-12.1/sys/isa/ |
| H A D | isahint.c | 132 if (resource_long_value(name, unit, "port", &value) == 0) { in isa_hint_device_unit() 153 if (resource_long_value(name, unit, "maddr", &value) == 0) { in isa_hint_device_unit() 162 if (resource_long_value(name, unit, "irq", &value) == 0) { in isa_hint_device_unit() 168 if (resource_long_value(name, unit, "drq", &value) == 0) { in isa_hint_device_unit()
|
| /freebsd-12.1/sys/arm64/acpica/ |
| H A D | OsdEnvironment.c | 63 if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0) in acpi_get_root_from_loader()
|
| /freebsd-12.1/sys/x86/acpica/ |
| H A D | OsdEnvironment.c | 76 if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0) in acpi_get_root_from_loader()
|
| /freebsd-12.1/sys/dev/altera/atse/ |
| H A D | if_atse_nexus.c | 90 error = resource_long_value(device_get_name(dev), device_get_unit(dev), in atse_resource_long()
|
| /freebsd-12.1/sys/mips/sibyte/ |
| H A D | sb_zbbus.c | 254 if (resource_long_value(dname, dunit, "msize", &msize) == 0 && in zbbus_hinted_child() 255 resource_long_value(dname, dunit, "maddr", &maddr) == 0) { in zbbus_hinted_child()
|
| /freebsd-12.1/sys/mips/atheros/ |
| H A D | ar71xx_caldata.c | 134 if (resource_long_value(device_get_name(dev), in ar71xx_platform_check_eeprom_hints()
|
| H A D | ar71xx_machdep.c | 169 if (resource_long_value("ar71xx", 0, "eeprom_mac_addr", in ar71xx_platform_read_eeprom_mac()
|
| H A D | qca953x_chip.c | 325 if (resource_long_value("qca953x_gmac", 0, "gmac_cfg", in qca953x_chip_init_gmac()
|
| H A D | qca955x_chip.c | 319 if (resource_long_value("qca955x_gmac", 0, "gmac_cfg", in qca955x_chip_init_gmac()
|
| H A D | ar934x_chip.c | 394 if (resource_long_value("ar934x_gmac", 0, "gmac_cfg", in ar934x_chip_init_gmac()
|
| H A D | if_arge.c | 614 if (resource_long_value(device_get_name(sc->arge_dev), in arge_fetch_pll_config() 621 if (resource_long_value(device_get_name(sc->arge_dev), in arge_fetch_pll_config() 628 if (resource_long_value(device_get_name(sc->arge_dev), in arge_fetch_pll_config() 729 if (local_mac == 0 && resource_long_value(device_get_name(dev), in arge_attach()
|
| H A D | apb.c | 424 if (resource_long_value(dname, dunit, "maddr", &maddr) == 0) in apb_hinted_child()
|
| H A D | ar724x_pci.c | 348 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in ar724x_pci_slot_fixup()
|
| H A D | ar71xx_pci.c | 349 if (resource_long_value(device_get_name(dev), device_get_unit(dev), in ar71xx_pci_slot_fixup()
|
| /freebsd-12.1/sys/mips/broadcom/ |
| H A D | bcm_machdep.c | 154 if (resource_long_value("bhnd", 0, "maddr", &maddr) == 0) in bcm_get_bus_addr() 165 if (resource_long_value("bhnd", 0, "msize", &msize) == 0) in bcm_get_bus_size()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_hints.c | 360 resource_long_value(const char *name, int unit, const char *resname, in resource_long_value() function
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | nexus.c | 586 if (resource_long_value(dname, dunit, "maddr", &maddr) == 0) in nexus_hinted_child()
|
| /freebsd-12.1/sys/mips/atheros/ar531x/ |
| H A D | apb.c | 598 if (resource_long_value(dname, dunit, "maddr", &maddr) == 0) in apb_hinted_child()
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi.c | 1032 if (resource_long_value(name, unit, "port", &value) == 0) { in acpi_hint_device_unit() 1050 if (resource_long_value(name, unit, "maddr", &value) == 0) { in acpi_hint_device_unit() 1058 if (resource_long_value(name, unit, "irq", &value) == 0) { in acpi_hint_device_unit() 1064 if (resource_long_value(name, unit, "drq", &value) == 0) { in acpi_hint_device_unit()
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 665 int resource_long_value(const char *name, int unit, const char *resname,
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 1696 MLINKS+=resource_int_value.9 resource_long_value.9 \
|
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | psm.c | 7527 if (resource_long_value(PSM_DRIVER_NAME,
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 931 if (resource_long_value(name, unit, "port", &value) == 0 && in t4_ifnet_unit()
|