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

  /src/sys/arch/i386/stand/lib/
bootmod.h 40 struct boot_module *bm_next; member in struct:boot_module
  /src/sys/arch/sandpoint/stand/altboot/
main.c 89 struct boot_module *bm_next; member in struct:boot_module
484 bm->bm_next = NULL;
489 while (bmp->bm_next != NULL)
490 bmp = bmp->bm_next;
491 bmp->bm_next = bm;
533 for (bm = boot_modules; bm != NULL; bm = bm->bm_next) {
563 for (bm = boot_modules; bm != NULL; bm = bm->bm_next) {

Completed in 13 milliseconds