Searched defs:avail_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1212 pci_resource_setup_avail(dev_info_t *dip, pci_regspec_t *avail_p, int entries) argument
1224 for (i = 0; i < entries; i++, avail_p++) {
1225 if (avail_p->pci_phys_hi == -1u)
1228 switch (PCI_REG_ADDR_G(avail_p->pci_phys_hi)) {
1230 (void) ndi_ra_free(dip, (uint64_t)avail_p->pci_phys_low,
1231 (uint64_t)avail_p->pci_size_low,
1232 (avail_p->pci_phys_hi & PCI_REG_PF_M) ?
1238 (void) ndi_ra_free(dip, (uint64_t)avail_p->pci_phys_low,
1239 (uint64_t)avail_p->pci_size_low, NDI_RA_TYPE_IO, 0);
1254 i, avail_p
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3259 pci_regspec_t *avail_p; local
3266 "available", (caddr_t)&avail_p, &alen);
3287 bcopy(avail_p, new_avail, alen);
3298 kmem_free((caddr_t)avail_p, alen);

Completed in 89 milliseconds