Searched refs:ex_alloc_resources (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ex/
H A Dif_exvar.h82 int ex_alloc_resources(device_t);
H A Dif_ex_isa.c218 error = ex_alloc_resources(dev);
284 if ((error = ex_alloc_resources(dev)) != 0) {
285 device_printf(dev, "ex_alloc_resources() failed!\n");
H A Dif_ex_pccard.c179 if ((error = ex_alloc_resources(dev)) != 0) {
180 device_printf(dev, "ex_alloc_resources() failed!\n");
H A Dif_ex.c152 ex_alloc_resources(device_t dev) function

Completed in 99 milliseconds