HomeSort by: relevance | last modified time | path
    Searched defs:aed_matched (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
aed.c 105 static int aed_matched = 0; local in function:aedmatch
108 if ((aa_args->origaddr == 0) && (!aed_matched)) {
109 aed_matched = 1;
  /src/sys/arch/mac68k/dev/
aed.c 115 static int aed_matched; local in function:aedmatch
118 if ((aa_args->origaddr == 0) && (!aed_matched)) {
119 aed_matched = 1;

Completed in 13 milliseconds