Searched refs:rman_activate_resource (Results 1 – 13 of 13) sorted by relevance
126 int rman_activate_resource(struct resource *r);
311 error = rman_activate_resource(res); in nexus_setup_intr()352 if ((err = rman_activate_resource(r)) != 0) in nexus_activate_resource()
289 return (rman_activate_resource(r)); in xlp_simplebus_activate_resource()
436 error = rman_activate_resource(irq); in mips_platform_pcib_setup_intr()
351 if ((err = rman_activate_resource(r)) != 0) in nexus_activate_resource()
442 error = rman_activate_resource(r); in nexus_activate_resource()593 error = rman_activate_resource(irq); in nexus_setup_intr()
573 error = rman_activate_resource(res); in cpu_setup_intr()
452 return (rman_activate_resource(r)); in nexus_activate_resource()
366 res = rman_activate_resource(r); in versatile_pci_activate_resource()
690 return (rman_activate_resource(r)); in gt_pci_activate_resource()
261 if ((err = rman_activate_resource(r)) != 0) in thunder_pem_activate_resource()
324 error = rman_activate_resource(res); in octopci_activate_resource()
664 rman_activate_resource(struct resource *re) in rman_activate_resource() function