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

  /src/sys/arch/evbppc/explora/
explora_start.S 157 ba stage2
159 stage2: label
  /src/usr.sbin/installboot/
cd9660.c 112 char *stage2; local in function:cd9660_findstage2
120 assert(params->stage2 != NULL);
130 strlcpy(name, params->stage2, ISO_MAXNAMLEN);
131 stage2 = name;
132 if (stage2[0] == '/')
133 stage2++;
134 if (strchr(stage2, '/') != NULL) {
136 "on filesystem `%s'", params->stage2, params->filesystem);
139 if (strchr(stage2, '.') == NULL) {
213 if (isofncmp((u_char *)stage2, strlen(stage2)
    [all...]
installboot.h 94 const char *stage2; /* name of stage2 bootstrap */ member in struct:__anon78e59b4b0308
95 uint64_t s2start; /* start block of stage2 */
  /src/sys/arch/macppc/stand/installboot/
installboot.h 79 const char *stage2; /* name of stage2 bootstrap */ member in struct:__anon551177cf0208
80 uint64_t s2start; /* start block of stage2 */

Completed in 12 milliseconds