HomeSort by relevance Sort by last modified time
    Searched full:nbds (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
pc.c 245 int nbds, bds[3] = { 0, }; local
248 nbds = strlen(boot_device);
249 if (nbds > PC_MAX_BOOT_DEVICES) {
253 for (i = 0; i < nbds; i++) {
271 int nbds, bds[3] = { 0, }; local
313 nbds = strlen(boot_device);
314 if (nbds > PC_MAX_BOOT_DEVICES) {
318 for (i = 0; i < nbds; i++) {
    [all...]

Completed in 34 milliseconds