Searched refs:snc_alloc_memory (Results 1 – 4 of 4) sorted by relevance
167 error = max(error, snc_alloc_memory(dev, 0)); in snc_isa_probe()185 snc_alloc_memory(dev, 0); in snc_isa_attach()
41 int snc_alloc_memory (device_t, int);
149 if ((error = snc_alloc_memory(dev, 0)) != 0) in snc_pccard_attach()
93 snc_alloc_memory(device_t dev, int rid) in snc_alloc_memory() function