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

  /src/sbin/init/
init.c 146 static enum { AUTOBOOT, FASTBOOT } runcom_mode = AUTOBOOT; variable in typeref:enum:__anon8c0931900103
287 runcom_mode = FASTBOOT;
814 runcom_mode = FASTBOOT;
847 argv[2] = (runcom_mode == AUTOBOOT ? "autoboot" : 0);
953 runcom_mode = AUTOBOOT; /* the default */
init.c 146 static enum { AUTOBOOT, FASTBOOT } runcom_mode = AUTOBOOT; variable in typeref:enum:__anon8c0931900103
287 runcom_mode = FASTBOOT;
814 runcom_mode = FASTBOOT;
847 argv[2] = (runcom_mode == AUTOBOOT ? "autoboot" : 0);
953 runcom_mode = AUTOBOOT; /* the default */

Completed in 26 milliseconds