Searched refs:howto_names (Results 1 – 5 of 5) sorted by relevance
99 for (i = 0; howto_names[i].ev != NULL; i++) in bi_getboothowto()100 if (getenv(howto_names[i].ev) != NULL) in bi_getboothowto()101 howto |= howto_names[i].mask; in bi_getboothowto()144 for (i = 0; howto_names[i].ev != NULL; i++) in bi_setboothowto()145 if (howto & howto_names[i].mask) in bi_setboothowto()146 setenv(howto_names[i].ev, "YES", 1); in bi_setboothowto()
61 for (i = 0; howto_names[i].ev != NULL; i++) { in bi_getboothowto()62 if (getenv(howto_names[i].ev) != NULL) in bi_getboothowto()63 howto |= howto_names[i].mask; in bi_getboothowto()
40 } howto_names[] = { variable
78 for (i = 0; howto_names[i].ev != NULL; i++) { in bi_getboothowto()79 if (getenv(howto_names[i].ev) != NULL) in bi_getboothowto()80 howto |= howto_names[i].mask; in bi_getboothowto()
839 for (i = 0; howto_names[i].ev != NULL; i++) in main()840 if (howto & howto_names[i].mask) in main()841 setenv(howto_names[i].ev, "YES", 1); in main()