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

  /src/sys/arch/sandpoint/stand/altboot/
main.c 87 char *bm_kmod; member in struct:boot_module
482 bm->bm_kmod = (char *)(bm + 1);
485 strcpy(bm->bm_kmod, name);
538 printf("WARNING: couldn't stat %s\n", bm->bm_kmod);
567 printf("module \"%s\" ", bm->bm_kmod);
572 snprintf(bi->kmod, sizeof(bi->kmod), "%s", bm->bm_kmod);
594 "%s/%s/%s.kmod", module_base, bm->bm_kmod, bm->bm_kmod);

Completed in 12 milliseconds