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

  /src/sys/dev/wsfb/
genfb.c 161 static int genfb_cnattach_called = 0; variable in typeref:typename:int
931 genfb_cnattach_called = 1;
938 if (genfb_cnattach_called) {
939 genfb_cnattach_called = 0;
956 return genfb_cnattach_called;
genfb.c 161 static int genfb_cnattach_called = 0; variable in typeref:typename:int
931 genfb_cnattach_called = 1;
938 if (genfb_cnattach_called) {
939 genfb_cnattach_called = 0;
956 return genfb_cnattach_called;

Completed in 64 milliseconds