Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dexec.c242 if (bm->bm_type == type && strcmp(bm->bm_path, name) == 0) in module_add_common()
253 bm->bm_path = str; in module_add_common()
573 name = bm->bm_path; in module_path()
620 fd = open(bm->bm_path, mode); in module_open()
622 printf("Loading %s ", bm->bm_path); in module_open()
625 printf("WARNING: couldn't open %s", bm->bm_path); in module_open()
626 if (strcmp(bm->bm_path, path) != 0) in module_open()
699 printf("WARNING: couldn't stat %s\n", bm->bm_path); in module_init()
735 printf("Loading %s ", bm->bm_path); in module_init()
741 strncpy(bi->path, bm->bm_path, sizeof(bi->path) - 1); in module_init()
Dbootmod.h33 char *bm_path; member