HomeSort by: relevance | last modified time | path
    Searched defs:pciconf_resource (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pciconf.c 97 struct pciconf_resource { struct
116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES];
186 struct pciconf_resource io_res;
187 struct pciconf_resource mem_res;
188 struct pciconf_resource pmem_res;
202 static uint64_t pci_allocate_range(struct pciconf_resource *, uint64_t, int,
229 init_range_resource(struct pciconf_resource *r, const char *name,
244 fini_range_resource(struct pciconf_resource *r)
866 pci_allocate_range(struct pciconf_resource * const r, const uint64_t amt,
978 struct pciconf_resource *r
    [all...]
pciconf.c 97 struct pciconf_resource { struct
116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES];
186 struct pciconf_resource io_res;
187 struct pciconf_resource mem_res;
188 struct pciconf_resource pmem_res;
202 static uint64_t pci_allocate_range(struct pciconf_resource *, uint64_t, int,
229 init_range_resource(struct pciconf_resource *r, const char *name,
244 fini_range_resource(struct pciconf_resource *r)
866 pci_allocate_range(struct pciconf_resource * const r, const uint64_t amt,
978 struct pciconf_resource *r
    [all...]

Completed in 24 milliseconds