Searched refs:nbars (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pci/
H A Dpci_client.c231 uint8_t nbars = 0; local
239 &nbars);
248 assert(nbars > 0); // otherwise we should have received an error!
250 struct device_mem *bars = calloc(nbars, sizeof(struct device_mem));
254 for (int nb = 0; nb < nbars; nb++) {
296 *bars_len = nbars;
314 uint8_t nbars; local
320 &nbars);
328 assert(nbars > 0); // otherwise we should have received an error!
342 struct device_mem *bars = calloc(nbars, sizeo
[all...]
/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dvbe.c46 static int nbars = 0; variable
147 for(int i = 0; i < nbars; i++) {
316 nbars = nr_mapped_regions;

Completed in 37 milliseconds