Home
last modified time | relevance | path

Searched refs:bhndb_dw_next_free (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h236 bhndb_dw_next_free(struct bhndb_resources *br) in bhndb_dw_next_free() function
H A Dbhndb.c1251 dwa = bhndb_dw_next_free(sc->bus_res); in bhndb_retain_dynamic_window()
1656 if ((dwa = bhndb_dw_next_free(br)) != NULL) in bhndb_io_resource_get_window()
H A Dbhndb_subr.c1383 KASSERT(bhndb_dw_next_free(br) == NULL, in bhndb_dw_steal()