Home
last modified time | relevance | path

Searched refs:hndl (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c195 DSO *hndl; in test_lib() local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); in test_lib()
198 if (hndl == NULL) { in test_lib()
202 myDSO_free(hndl); in test_lib()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c420 bus_space_handle_t hndl; in tegra_pcib_read_config() local
432 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_read_config()
443 hndl = sc->cfg_handle; in tegra_pcib_read_config()
447 val = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_read_config()
469 bus_space_handle_t hndl; in tegra_pcib_write_config() local
481 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_write_config()
492 hndl = sc->cfg_handle; in tegra_pcib_write_config()
498 bus_space_write_4(sc->bus_tag, hndl, off, val); in tegra_pcib_write_config()
501 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_write_config()
504 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2); in tegra_pcib_write_config()
[all …]