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

/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c359 ndi_ra_free(dev_info_t *dip, uint64_t base, uint64_t len, char *type, function
458 cmn_err(CE_NOTE, "!ndi_ra_free: bad free, dip %p, resource type %s \n",
460 cmn_err(CE_NOTE, "!ndi_ra_free: freeing base 0x%" PRIx64 ", len 0x%"
796 (void) ndi_ra_free(usedpdip, 0, 0xffff + 1, NDI_RA_TYPE_IO, 0);
819 (void) ndi_ra_free(usedpdip, 0, ((uint64_t)((uint32_t)~0)) + 1,
843 (void) ndi_ra_free(usedpdip, 0, 16, NDI_RA_TYPE_INTR, 0);
978 * then calls ndi_ra_free() to use these resources to setup busra
987 * Otherwise the ndi_ra_free() below will see overlapping resources.
1027 * re-created in ndi_ra_free() below, note prom based
1028 * property will not be removed. But in ndi_ra_free()
[all...]

Completed in 62 milliseconds