Lines Matching defs:available
2243 (void) ndi_prop_remove(DDI_DEV_T_NONE, dip, "available");
3347 pci_regspec_t *available, *reg;
3369 "available", (caddr_t)&available, &alen);
3374 cardbus_err(dip, 1, "no memory for available property\n");
3383 * available(s) plus one and then
3406 bcopy(available, newreg, alen);
3410 * Write out the new "available" spec
3413 "available", (int *)newreg,
3417 kmem_free((caddr_t)available, alen);