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

  /src/sys/kern/
init_sysctl.c 748 int error, messageverbose, messagemask, newboothowto; local in function:sysctl_kern_messages
779 newboothowto = boothowto & ~messagemask;
783 newboothowto |= AB_SILENT;
786 newboothowto |= AB_QUIET;
789 newboothowto |= AB_VERBOSE;
792 newboothowto |= AB_DEBUG;
799 boothowto = newboothowto;
init_sysctl.c 748 int error, messageverbose, messagemask, newboothowto; local in function:sysctl_kern_messages
779 newboothowto = boothowto & ~messagemask;
783 newboothowto |= AB_SILENT;
786 newboothowto |= AB_QUIET;
789 newboothowto |= AB_VERBOSE;
792 newboothowto |= AB_DEBUG;
799 boothowto = newboothowto;

Completed in 22 milliseconds