Searched refs:bm_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/i386/stand/lib/
H A Dbootmod.h33 char *bm_path; member in struct:boot_module
H A Dexec.c243 if (bm->bm_type == type && strcmp(bm->bm_path, name) == 0)
254 bm->bm_path = str;
623 name = bm->bm_path;
670 fd = open(bm->bm_path, mode);
672 printf("Loading %s ", bm->bm_path);
675 printf("WARNING: couldn't open %s", bm->bm_path);
676 if (strcmp(bm->bm_path, path) != 0)
749 printf("WARNING: couldn't stat %s\n", bm->bm_path);
785 printf("Loading %s ", bm->bm_path);
791 strncpy(bi->path, bm->bm_path, sizeo
[all...]

Completed in 257 milliseconds