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

  /src/sys/arch/i386/stand/lib/
bootmod.h 40 struct boot_module *bm_next; member in struct:boot_module
exec.c 241 for (bm = boot_modules; bm != NULL; bm = bm->bm_next)
254 bm->bm_next = NULL;
259 for (bmp = boot_modules; bmp->bm_next;
260 bmp = bmp->bm_next)
262 bmp->bm_next = bm;
690 for (bm = boot_modules; bm; bm = bm->bm_next) {
725 for (bm = boot_modules; bm; bm = bm->bm_next) {
  /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 23 milliseconds