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

  /src/sys/arch/sparc/sparc/
autoconf.c 77 #include <sys/userconf.h>
953 bool userconf = (boothowto & RB_USERCONF) != 0; local in function:cpu_configure
960 if (((boothowto & RB_USERCONF) != 0) && !userconf)
autoconf.c 77 #include <sys/userconf.h>
953 bool userconf = (boothowto & RB_USERCONF) != 0; local in function:cpu_configure
960 if (((boothowto & RB_USERCONF) != 0) && !userconf)
  /src/sys/arch/sparc64/sparc64/
autoconf.c 75 #include <sys/userconf.h>
506 bool userconf = (boothowto & RB_USERCONF) != 0; local in function:cpu_configure
510 if (((boothowto & RB_USERCONF) != 0) && !userconf)
autoconf.c 75 #include <sys/userconf.h>
506 bool userconf = (boothowto & RB_USERCONF) != 0; local in function:cpu_configure
510 if (((boothowto & RB_USERCONF) != 0) && !userconf)

Completed in 25 milliseconds