Home | Sort by: relevance | last modified time | path |
/src/sys/arch/ia64/stand/efi/libefi/ | |
bootinfo.c | 65 } howto_names[] = { variable in typeref:struct:__anon96fbc3e20108[] 104 for (i = 0; howto_names[i].ev != NULL; i++) 105 if (getenv(howto_names[i].ev) != NULL) 106 howto |= howto_names[i].mask; |
/src/sys/arch/ia64/stand/ia64/ski/ | |
bootinfo.c | 57 } howto_names[] = { variable in typeref:struct:__anon3810d6de0108[] 101 for (i = 0; howto_names[i].ev != NULL; i++) 102 if (getenv(howto_names[i].ev) != NULL) 103 howto |= howto_names[i].mask; |