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

/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1170 struct bhndb_dw_rentry *rentry; local
1172 LIST_FOREACH(rentry, &dwa->refs, dw_link) {
1173 struct resource *dw_res = rentry->dw_res;
1185 return (rentry);
1273 struct bhndb_dw_rentry *rentry; local
1280 rentry = malloc(sizeof(*rentry), M_BHND, M_NOWAIT);
1281 if (rentry == NULL)
1284 rentry->dw_res = res;
1285 LIST_INSERT_HEAD(&dwa->refs, rentry, dw_lin
1306 struct bhndb_dw_rentry *rentry; local
[all...]

Completed in 107 milliseconds