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

  /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;

Completed in 13 milliseconds