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

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c87 .resource_specs = (const struct resource_spec[]) {
120 .resource_specs = (const struct resource_spec[]) {
286 .resource_specs = (const struct resource_spec[]) {
368 .resource_specs = (const struct resource_spec[]) {
443 .resource_specs = (const struct resource_spec[]) {
523 .resource_specs = (const struct resource_spec[]) {
606 .resource_specs = (const struct resource_spec[]) {
H A Dbhndb_subr.c208 for (u_int i = 0; hr->resource_specs[i].type != -1; i++) {
211 if (hr->resource_specs[i].type != type)
242 rspecs = hr->resource_specs;
456 for (u_int i = 0; r->res->resource_specs[i].type != -1; i++) {
460 if (r->res->resource_specs[i].type != SYS_RES_MEMORY)
665 hr->resource_specs = NULL;
672 for (size_t i = 0; hwcfg->resource_specs[i].type != -1; i++)
719 hr->resource_specs = malloc(sizeof(hr->resource_specs[0]) * (nres + 1),
724 hr->resource_specs[
[all...]
H A Dbhndb.h113 const struct resource_spec *resource_specs; /**< resources required by our register windows */ member in struct:bhndb_hwcfg
H A Dbhndbvar.h166 struct resource_spec *resource_specs; /**< resource specification table */ member in struct:bhndb_host_resources

Completed in 106 milliseconds