HomeSort by relevance Sort by last modified time
    Searched refs:probed (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
config.c 506 static int probed = 0; local
508 /* If already probed, don't try to probe it any longer. */
509 if (probed)
552 probed = 1;
565 probed = 1;
571 probed = 1;
  /external/qemu/block/
raw.c 40 if (!bs->probed) {
  /external/qemu/
block_int.h 151 int probed; /* if true, format was probed automatically */ member in struct:BlockDriverState
block.c 526 int probed = 0; local
587 probed = 1;
600 bs->probed = probed;
    [all...]

Completed in 40 milliseconds