Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ex/
H A Dif_ex_isa.c218 error = ex_alloc_resources(dev); in ex_isa_probe()
284 if ((error = ex_alloc_resources(dev)) != 0) { in ex_isa_attach()
H A Dif_exvar.h84 int ex_alloc_resources(device_t);
H A Dif_ex_pccard.c181 if ((error = ex_alloc_resources(dev)) != 0) { in ex_pccard_attach()
H A Dif_ex.c154 ex_alloc_resources(device_t dev) in ex_alloc_resources() function