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

  /external/qemu/hw/i386/
pc.c 238 int nbds, bds[3] = { 0, }; local
241 nbds = strlen(boot_device);
242 if (nbds > PC_MAX_BOOT_DEVICES) {
246 for (i = 0; i < nbds; i++) {
264 int nbds, bds[3] = { 0, }; local
306 nbds = strlen(boot_device);
307 if (nbds > PC_MAX_BOOT_DEVICES) {
311 for (i = 0; i < nbds; i++) {
    [all...]

Completed in 437 milliseconds