Searched refs:bhndb_dw_steal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h128 struct bhndb_dw_alloc *bhndb_dw_steal(struct bhndb_resources *br,
H A Dbhndb_subr.c1376 * A successful call to bhndb_dw_steal() must be balanced with a call to
1386 bhndb_dw_steal(struct bhndb_resources *br, bus_addr_t *saved) function
1412 * Return an allocation record previously stolen using bhndb_dw_steal().
1417 * @param saved The original target address provided by bhndb_dw_steal().
H A Dbhndb.c1716 if ((dwa = bhndb_dw_steal(br, restore)) != NULL) {

Completed in 60 milliseconds