Searched refs:sc_host_res (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | mptable_pci.c | 133 return (pcib_host_res_alloc(&sc->sc_host_res, child, type, rid, start, in mptable_hostb_alloc_resource() 146 return (pcib_host_res_adjust(&sc->sc_host_res, child, r, start, end)); in mptable_hostb_adjust_resource()
|
H A D | mptable.c | 1233 error = pcib_host_res_decodes(&args->sc->sc_host_res, type, in mptable_host_res_handler() 1294 if (pcib_host_res_init(pcib, &args.sc->sc_host_res) != 0) in mptable_pci_host_res_init()
|
/freebsd/sys/x86/include/ |
H A D | mptable.h | 191 struct pcib_host_resources sc_host_res; member
|