Searched refs:bm_path (Results 1 – 2 of 2) sorted by relevance
242 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 exec_netbsd() 620 fd = open(bm->bm_path, mode); in module_path() 622 printf("Loading %s ", bm->bm_path); in module_path() 625 printf("WARNING: couldn't open %s", bm->bm_path); in module_path() 626 if (strcmp(bm->bm_path, path) != 0) in module_path() 699 printf("WARNING: couldn't stat %s\n", bm->bm_path); in module_base_path() 735 printf("Loading %s ", bm->bm_path); in module_init() 741 strncpy(bi->path, bm->bm_path, sizeo in module_init() [all...]
33 char *bm_path; member