HomeSort by relevance Sort by last modified time
    Searched refs:probed (Results 1 - 6 of 6) 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...]
  /external/qemu/target-mips/
helper.c 273 static target_ulong probed = 0; local
279 else if (unlikely(!probed)) {
284 probed = 1;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 785 // index searches for items that have been probed out of their slot,

Completed in 1238 milliseconds